readUnits.AffymetrixCelFile | R Documentation |
Reads CEL data unit by unit for all or a subset of units (probeset).
## S3 method for class 'AffymetrixCelFile'
readUnits(this, units=NULL, cdf=NULL, ..., stratifyBy=NULL, force=FALSE, cache=FALSE,
verbose=FALSE)
units |
The units to be read. If |
cdf |
An alternative CDF structure to be used. This overrides
the |
... |
Arguments passed to |
Returns the list
structure that readCelUnits
returns.
CEL data is neither cached in memory nor on file by this method.
Henrik Bengtsson
*updateUnits()
.
For more information see AffymetrixCelFile
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.