readUnits.CnagCfhFile {aroma.affymetrix}
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 class 'CnagCfhFile': readUnits((this, units=NULL, ..., verbose=FALSE))
Arguments
- units
- The units to be read. If
NULL, all units are read. - cdf
- An alternative CDF structure to be used. This overrides the
unitsarguments. - ...
- Arguments passed to
getUnits()of theAffymetrixCdfFileclass (ifcdfwas not specified), but also to thereadCelUnitsmethods.
Values
Returns the list structure that readCelUnits returns.
Caching
CEL data is neither cached in memory nor on file by this method.
See Also
For more information see CnagCfhFile.
Documentation reproduced from package aroma.affymetrix, version 2.9.0. License: LGPL (>= 2.1)
