Learn R Programming

aroma.affymetrix (version 3.2.2)

readUnits.CnagCfhFile: Reads CEL data unit by unit

Description

Reads CEL data unit by unit for all or a subset of units (probeset).

Usage

# S3 method for CnagCfhFile
readUnits(this, units=NULL, ..., verbose=FALSE)

Value

Returns the list structure that readCelUnits returns.

Arguments

units

The units to be read. If NULL, all units are read.

...

Arguments passed to getUnits() of the AffymetrixCdfFile class (if cdf was not specified), but also to the readCelUnits methods.

Caching

CEL data is neither cached in memory nor on file by this method.

See Also

For more information see CnagCfhFile.