Skip to contents

A function to help detect potential issues in the data by visualizing the size and type of objects across grouping variables.

Usage

checkObjs(data, OF, ...)

Arguments

data

A data frame output from the modelSelection function or any OF function from easyXpress.

OF

Select one of "filter", "label", "ignore". The default is "filter", which will filter out all objects flagged by OFs. "label" will fill flagged objects by OFs and fill objects not flagged with model names. "ignore" will fill all objects by model names.

...

<[`dynamic-dots`][rlang::dyn-dots]> Variable(s) used to summarize data. Variable names can be listed in succession.

Value

A plot faceted by the grouping variables ..., with objects labelled by the CellProfiler worm model and OFs if specified.