Learn R Programming

aroma.affymetrix (version 3.0.0)

getCellIndices.AffymetrixCdfFile: Gets the cell indices unit by unit

Description

Gets the cell indices unit by unit of all or a subset of the units.

Usage

"getCellIndices"(this, units=NULL, ..., useNames=TRUE, unlist=FALSE, force=FALSE, cache=TRUE, verbose=FALSE)

Arguments

units
The units of interest. If NULL, all units are considered.
...
Additional arguments passed to readCdfCellIndices.
useNames
If TRUE, element names are returned, otherwise not.
unlist
If TRUE, the unlisted result is returned. Using this argument is more memory efficient that calling unlist() afterwards.
force
If TRUE, cached values are ignored.
cache
If TRUE, results are cached, if not too large.
verbose

Value

Returns the list structure returned by readCdfCellIndices.

Details

Note, that it is much more memory efficient to do getCellIndices(cdf, useNames=FALSE, unlist=TRUE) compare with unlist(getCellIndices(cdf), use.names=FALSE).

See Also

See *setRestructor() to set a default re-constructor for the returned CDF structure. For more information see AffymetrixCdfFile.