getCellIndices.ExonChipEffectFile: 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 'ExonChipEffectFile':
getCellIndices(this, ..., unlist=FALSE, force=FALSE, .cache=TRUE, verbose=FALSE)
Arguments
units
Unit indices to be retrieved.
If NULL
, all units are considered. 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. Value
- Returns a
list
structure, where each element corresponds to a unit.
If argument unlist=TRUE
is passed, an integer
vector
is returned.