mexprs-methods {crmn} | R Documentation |
Matrix safe accessor of expression slot
Description
Get the expression data from an ExpressionSet
or
just return the given matrix
Usage
mexprs(object)
mexprs(object)
## S4 method for signature 'ExpressionSet'
mexprs(object)
Arguments
object |
an |
Value
the expression data
Author(s)
Henning Redestig
Examples
data(mix)
head(mexprs(mix))
head(mexprs(exprs(mix)))
[Package crmn version 0.0.21 Index]