| Accessors {oligo} | R Documentation |
Set of accessors for FeatureSet objects.
npixels(object) type(object) platform(object) platform(object)<-value manufacturer(object) manufacturer(object)<-value
object |
FeatureSet object. |
value |
string to be assigned to the platform slot. |
exprs returns the matrix of intensities associated to the
FeatureSet object.
npixels returns the matrix of number of pixels associated to
the FeatureSet object, if any.
sd returns the matrix of standard-deviations associated to the
FeatureSet object, if any.
platform returns a string determing the platform of the array (SNP/expression).
## Do not run ## FeatureSetObject <- read.celfiles(list.celfiles()) ## intensities <- exprs(FeatureSetObject)