getProbeInfo {xps} | R Documentation |
Get GeneChip probe information from root scheme file.
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
getProbeInfo(paste(.path.package("xps"),"schemes/SchemeTest3.root",sep="/"))