Learn R Programming

aroma.affymetrix (version 3.0.0)

getUnitGroupCellMap.ChipEffectFile: Gets a (unit, group, cell) index map

Description

Gets a (unit, group, cell) index map.

Usage

"getUnitGroupCellMap"(this, units=NULL, force=FALSE, ..., verbose=FALSE)

Arguments

units
The units for which the map should be returned. If NULL, all units are considered.
force
If TRUE, cached cell indices are ignored.
...
Not used.
verbose
See Verbose.

Value

Returns a data.frame with integer columns unit, group, and cell.

See Also

For more information see ChipEffectFile.