Learn R Programming

aroma.affymetrix (version 2.11.1)

getCellIndices.CnChipEffectFile: Retrieves tree list of cell indices for a set of units

Description

Retrieves tree list of cell indices for a set of units.

Usage

## S3 method for class 'CnChipEffectFile':
getCellIndices(this, units=NULL, ..., unlist=FALSE, force=FALSE, .cache=TRUE,
  verbose=FALSE)

Arguments

units
Unit indices to be retrieved. If NULL, all units are considered.
...
Additional arguments passed to getCellIndices() of ChipEffectFile.
unlist
If TRUE, the cell indices are returned as a vector.
force
If TRUE, the cell indices are re-read regardless whether they are already cached in memory or not.
.cache
(internal) If TRUE, the result is cached in memory.
verbose
See Verbose.

Value

  • Returns a list structure, where each element corresponds to a unit. If argument unlist=TRUE is passed, an integer vector is returned.

See Also

For more information see CnChipEffectFile.