Reads data unit by unit for all or a subset of units (probeset) specially structured for this PLM.
# S3 method for MultiArrayUnitModel
readUnits(this, units=NULL, ..., verbose=FALSE)
Returns the list
structure that readUnits()
of
AffymetrixCelSet
returns.
The units to be read. If NULL
, all units are read.
Arguments passed to getCellIndices()
of the
AffymetrixCdfFile
class (if cdf
was not specified),
but also to the readUnits()
method of the
AffymetrixCelSet
class.
For more information see MultiArrayUnitModel
.