titerWF | R Documentation |
This function will flag wells that belong to bleaches with highly variable worm titers.
titerWF(data, ..., thresh = 0.68, plot = T, doseR = F)
data |
A data frame output from the |
... |
<['dynamic-dots'][rlang::dyn-dots]> Variable(s) used to group data into independent bleaches for strains. Variable names in data are supplied separated by commas and without quotes.
Typically the grouping variables will be: |
thresh |
A numeric value used as a threshold to flag bleaches with high coefficient of variation in well n (cv.n). Bleaches with high cv.n are often either over-bleached or titered incorrectly. |
plot |
Logical, if |
doseR |
Logical, is this dose response data? The default, |
Either a single data frame identical to the input data with the titer_WellFlag
variable added.
The titer_WellFlag
variable is coded as "titer"
for all wells belonging to a strain with a coefficient of variation in worm number that is greater than thresh
.
Or, if plot = T
a list with two elements, the first element is the data frame, the other is the diagnostic plot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.