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