Extracts CEL signals an in-memory FeatureSet object from a AffymetrixCelSet
object.
Note that any modifications done to the extracted object will not
be reflected in the original CEL set.
# S3 method for AffymetrixCelSet
extractFeatureSet(this, ..., verbose=FALSE)
Returns an FeatureSet-class
object.
Additional argument passed to read.celfiles
.
See Verbose
.
Henrik Bengtsson
Internally read.celfiles
is used to read the data.
To read summarized data as a ExpressionSet-class
object, see *extractExpressionSet()
.
For more information see AffymetrixCelSet
.