getUnitGroupCellMap.ChipEffectFile {aroma.affymetrix}R Documentation

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

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

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

For more information see ChipEffectFile.

Examples

## Not run: 
     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
## End(Not run)

[Package aroma.affymetrix version 1.2.0 Index]