Learn R Programming

aroma.affymetrix (version 3.0.0)

extractFeatureSet.AffymetrixCelSet: Extracts CEL signals an in-memory FeatureSet object

Description

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.

Usage

"extractFeatureSet"(this, ..., verbose=FALSE)

Arguments

...
Additional argument passed to read.celfiles.
verbose
See Verbose.

Value

Returns an FeatureSet-class object.

See Also

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.