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

getCellIndices.SnpChipEffectFileR Documentation

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 'SnpChipEffectFile'
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 SnpChipEffectFile.


aroma.affymetrix documentation built on July 18, 2022, 5:07 p.m.