exprs | R Documentation |
These generic functions access the expression and error measurements
of assay data stored in an object derived from the eSet-class
.
exprs(object)
exprs(object) <- value
se.exprs(object)
se.exprs(object) <- value
object |
Object derived from class |
value |
Matrix with rows representing features and columns samples. |
exprs
returns a (usually large!) matrix of expression values;
se.exprs
returns the corresponding matrix of standard errors,
when available.
Biocore
eSet-class
, ExpressionSet-class
, SnpSet-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.