outliers | R Documentation |
seahorse
S4 objectsOutlier wells may be excluded from analyses. They are identified using the
findOut
method.
## S4 method for signature 'Seahorse'
outliers(x)
## S4 replacement method for signature 'Seahorse'
outliers(x, action = c("remove", "reset", "replace", "add", "subtract")) <- value
x |
A | |||||||||||||
action |
Indicates how replacement values modify the existing values:
| |||||||||||||
value |
A data frame with two columns named |
outliers(x)
returns a data frame of wells identified as outliers
for OCR and ECAR calculations and plots.
findOut
outliers(sheldon)
outliers(sheldon, "replace") <- findOut(sheldon)
outliers(sheldon)
outliers(sheldon, "reset") <- NA
outliers(sheldon)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.