analytes {crmn} | R Documentation |
Subset an data set to only contain the analytes.
analytes(object, standards=NULL, ...)
object |
an ExpressionSet , matrix or data.frame |
standards |
a logical vector indicating which rows are internal analytes |
... |
not used |
subsetted dataset
Henning Redestig henning@psc.riken.jp
data(mix) analytes(mix) analytes(exprs(mix), fData(mix)$tag == 'IS')