findOut | R Documentation |
Generic function for removing outliers.
findOut(x, ...)
## S4 method for signature 'Seahorse'
findOut(x, blanks = TRUE, outliers = FALSE, ...)
x |
An R object. Currently there are methods for Seahorse and Herd objects. |
... |
Reserved for future development |
blanks |
Should |
outliers |
Should |
Returns a data frame of outlying samples.
findOut(Seahorse)
: This method compares OCR and ECAR rates within
experimental groups to identify outlying wells. The function returns a
data frame identifying outlying wells. These wells can then be excluded
from downstream analyses by assigning to the Seahorse
object using
outliers<-
.
outliers(sheldon, "replace") <- findOut(sheldon)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.