getChipType {xps} | R Documentation |
Get chip type from ROOT scheme file.
getChipType(rootfile)
rootfile |
name of ROOT scheme file, including full path. |
Extracts the chip type directly from ROOT
scheme file rootfile
.
a character
with the chip type, either ‘GeneChip’ or ‘ExonChip’.
Christian Stratowa
## correct usage getChipType(paste(.path.package("xps"),"schemes/SchemeTest3.root",sep="/")) ## incorrect usage getChipType(paste(.path.package("xps"),"rootdata/DataTest3_cel.root",sep="/"))