
Reads CDF data unit by unit for all or a subset of units (probeset).
# S3 method for AffymetrixCdfFile
readUnits(this, units=NULL, ..., verbose=FALSE)
Returns the list
structure that readCdfUnits
returns
(possibly restructured).
CDF data is neither cached in memory nor on file by this method.
For more information see AffymetrixCdfFile
.