Description Usage Arguments Details Value Author(s) Examples
Get GeneChip probe information from root scheme file.
1 | getProbeInfo(rootfile)
|
rootfile |
name of ROOT scheme file, including full path. |
Extracts GeneChip probe information directly from ROOT
scheme file rootfile
.
a list
with parameters:
nrows |
physical number of rows in the array. |
ncols |
physical number of columns in the array. |
nprobes |
number of probes on the array. |
ncontrols |
number of controls on the array. |
ngenes |
number of genes on the array. |
nunits |
number of units on the array. |
nprobesets |
umber of probesets on the array. |
naffx |
number of AFFX controls on the array. |
Christian Stratowa
1 | getProbeInfo(paste(path.package("xps"),"schemes/SchemeTest3.root",sep="/"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.