Learn R Programming

aroma.affymetrix (version 3.2.2)

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

Description

Retrieves tree list of cell indices for a set of units from the associated CDF.

Usage

# S3 method for ExonProbeAffinityFile
getCellIndices(this, ..., unlist=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 ProbeAffinityFile.

unlist

If TRUE, the cell indices are returned as a vector.

See Also

For more information see ExonProbeAffinityFile.