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 ExonChipEffectFile
getCellIndices(this, ..., unlist=FALSE, force=FALSE, .cache=TRUE, verbose=FALSE)
Value
Returns a list
structure, where each element corresponds to a unit.
If argument unlist=TRUE
is passed, an integer
vector
is returned.
Arguments
- ...
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
.
See Also
For more information see ExonChipEffectFile
.