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