filtered | R Documentation |
Returns a data frame of metabolomics features eliminated in the
metabData
step. Features are returned based on the specific
filter used for their elimination (RT, missingness, or duplicate).
filtered(object, type = c("rt", "missing", "duplicate")) ## S4 method for signature 'metabData' filtered(object, type = c("rt", "missing", "duplicate"))
object |
|
type |
one of three filter types used for feature removal |
data frame of features removed due to specified filter
data(plasma20) p20 <- metabData(plasma20, samples = "CHEAR", zero = TRUE, misspc = 20, rtmax = 17) filtered_by_rt <- filtered(p20, type = "rt") filtered_by_missingness <- filtered(p20, type = "missing")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.