Learn R Programming

aroma.affymetrix (version 3.2.2)

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

# S3 method for AffymetrixCelSet
extractFeatureSet(this, ..., verbose=FALSE)

Value

Returns an FeatureSet-class object.

Arguments

...

Additional argument passed to read.celfiles.

verbose

See Verbose.

Author

Henrik Bengtsson

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.