analytes_eset {crmn} | R Documentation |
Accessor for the analytes
Description
Subset an expression set to remove the internal standards
Usage
analytes_eset(object, where = "tag", what = "IS", ...)
Arguments
object |
an |
where |
Column index or name of fData which equals
|
what |
What the column |
... |
not used |
Value
ExpressionSet
Author(s)
Henning Redestig
Examples
data(mix)
analytes(mix)
fData(mix)$test <- fData(mix)$tag
analytes(mix, where="test")
[Package crmn version 0.0.21 Index]