Description Usage Arguments Details Value Author(s) See Also Examples
Get chip type from ROOT scheme file.
| 1 | 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
| 1 2 3 4 | ## correct usage
getChipType(paste(path.package("xps"),"schemes/SchemeTest3.root",sep="/"))
## incorrect usage
getChipType(paste(path.package("xps"),"rootdata/DataTest3_cel.root",sep="/"))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.