analytes {crmn} | R Documentation |
Accessor for the analytes
Description
Subset an data set to only contain the analytes.
Usage
analytes(object, standards=NULL, ...)
Arguments
object |
an |
standards |
a logical vector indicating which rows are internal analytes |
... |
not used |
Value
subsetted dataset
Author(s)
Henning Redestig
Examples
data(mix)
analytes(mix)
analytes(exprs(mix), fData(mix)$tag == 'IS')
[Package crmn version 0.0.21 Index]