Skip to contents

checkWF

Usage

checkWF(data, ..., plot = T)

Arguments

data

A data frame output from any WellFlag (WF) function from easyXpress.

...

<[`dynamic-dots`][rlang::dyn-dots]> Variable(s) used to group data. Variable names in data are supplied separated by commas and without quotes.

plot

Logical, if TRUE, the defualt, a ggplot2 well will be returned in a list. For example, drug, strain.

Value

If plot = TRUE a list with two elements is returned. The first element (d) is a data frame summarized by ..., with the numbers of wells flagged and retained by each WF applied to the data. The second element (p) is a ggplot2 object showing the wells retained after all filtering and faceted by ... If plot = FALSE only a data frame is returned.