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

getUnitGroupCellMap.ChipEffectFileR 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.

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)

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