Learn R Programming

aroma.affymetrix (version 2.2.0)

extractExpressionSet.ChipEffectSet: Extracts an in-memory ExpressionSet object

Description

Extracts an in-memory ExpressionSet object from a ChipEffectSet object. Note that any modifications done to the extract object will not be reflected in the original chip-effect set.

Usage

## S3 method for class 'ChipEffectSet':
extractExpressionSet(this, ..., logBase=2, verbose=FALSE)

Arguments

...
Optional argument passed to *extractMatrix().
logBase
An integer specifying the base to use when log-transforming the signals. If NULL, the signals are not transformed, but kept as is.
verbose
See Verbose.

Value

See Also

For more information see ChipEffectSet.