readUnits.AffymetrixCdfFile {aroma.affymetrix} | R Documentation |
Reads CDF data unit by unit for all or a subset of units (probeset).
## S3 method for class 'AffymetrixCdfFile': readUnits(this, units=NULL, ..., verbose=FALSE)
units |
The units to be read. If NULL , all units are read. |
... |
Additional arguments passed to readCdfUnits . |
verbose |
A logical or Verbose . |
Returns the list
structure that readCdfUnits
returns
(possibly restructured).
CDF data is neither cached in memory nor on file by this method.
Henrik Bengtsson (http://www.braju.com/R/)
For more information see AffymetrixCdfFile
.