makeProbeAnno {Starr} | R Documentation |
Creates a probeAnno object (package: Ringo) from a given Affymetrix bpmap file or a Nimblegen POS file. The posToProbeAnno function from the Ringo package is called to build the object.
makeProbeAnno(posFile=NULL, bpmap=NULL, probeIDAsStrings=F)
posFile |
path to the POS file |
bpmap |
Either a list, created by the function readBpmap() from the affy package, or a path to the bpmap file. |
probeIDAsStrings |
should the mapping of the probes to the rows in the assayData be integers or characters. |
Benedikt Zacher zacher@lmb.uni-muenchen.de