| assayData {Biobase} | R Documentation |
This generic function accesses assay
data stored in an object derived from the eSet or exprSet class.
assayData(object) assayData(object) <- value
object |
Object derived from class eSet |
value |
Named list or environment containing one or more matrices with identical dimensions |
assayData applied to eSet-derived classes returns a list
or environment; applied to exprSet, the method returns a
matrix. See classes for details
Biocore
exprSet, eSet-class, ExpressionSet-class, SnpSet-class