Description Usage Arguments Author(s) See Also
View source: R/makeProbeAnno.R
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.
1 | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.