Learn R Programming

aroma.affymetrix (version 2.2.0)

readUnits.AffymetrixCdfFile: Reads CDF data unit by unit

Description

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

Usage

## S3 method for class 'AffymetrixCdfFile':
readUnits(this, units=NULL, ..., verbose=FALSE)

Arguments

units
The units to be read. If NULL, all units are read.
...
Additional arguments passed to readCdfUnits.
verbose

Value

Caching

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

See Also

For more information see AffymetrixCdfFile.