getUnitGroupCellMap.ChipEffectFile {aroma.affymetrix} | R Documentation |
Gets a (unit, group, cell) index map.
## S3 method for class 'ChipEffectFile': getUnitGroupCellMap(this, units=NULL, force=FALSE, ..., verbose=FALSE)
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 . |
Returns a data.frame
with integer
columns unit
, group
,
and cell
.
Henrik Bengtsson (http://www.braju.com/R/)
For more information see ChipEffectFile
.
## 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)