Learn R Programming

aroma.affymetrix (version 2.2.0)

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

Description

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

Usage

## S3 method for class 'ChipEffectFile':
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

See Also

For more information see ChipEffectFile.

Examples

Run this code
unit group cell
   1  104     1  335
   2  104     2  336
   3  105     1  337
   4  105     2  338
   5  105     3  339
   6  105     4  340

Run the code above in your browser using DataLab