extractFeatureSet.AffymetrixCelSet | R Documentation |
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 class 'AffymetrixCelSet'
extractFeatureSet(this, ..., verbose=FALSE)
... |
Additional argument passed to |
verbose |
See |
Returns an FeatureSet-class
object.
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
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.