readUnits.AffymetrixCdfFile: Reads CDF data unit by unit
Description
Reads CDF data unit by unit for all or a subset of units (probeset).
Usage
"readUnits"(this, units=NULL, ..., verbose=FALSE)
Arguments
units
The units to be read. If NULL
, all units are read. Value
Returns the list
structure that readCdfUnits
returns
(possibly restructured).
Caching
CDF data is neither cached in memory nor on file by this method.