Description Usage Arguments Details Value Author(s) See Also Examples
Get chip name and type from ROOT scheme file.
1 | getNameType(rootfile)
|
rootfile |
name of ROOT scheme file, including full path. |
Extracts the chip name and type directly from ROOT
scheme file rootfile
.
a list
with parameters:
chipname |
chip name. |
chiptype |
chip type, either ‘GeneChip’ or ‘ExonChip’. |
Christian Stratowa
1 2 3 4 | ## correct usage
getNameType(paste(path.package("xps"),"schemes/SchemeTest3.root",sep="/"))
## incorrect usage
getNameType(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.