getCellIndices.AffymetrixCdfFile | R Documentation |
Gets the cell indices unit by unit of all or a subset of the units.
## S3 method for class 'AffymetrixCdfFile'
getCellIndices(this, units=NULL, ..., useNames=TRUE, unlist=FALSE, force=FALSE,
cache=TRUE, verbose=FALSE)
units |
The units of interest. If |
... |
Additional arguments passed to
|
useNames |
If |
unlist |
If |
force |
If |
cache |
If |
verbose |
A |
Note, that it is much more memory efficient to do
getCellIndices(cdf, useNames=FALSE, unlist=TRUE)
compare with unlist(getCellIndices(cdf), use.names=FALSE)
.
Returns the list
structure returned by
readCdfCellIndices
.
See *setRestructor()
to set a default re-constructor for
the returned CDF structure.
For more information see AffymetrixCdfFile
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.