Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/probeAnnoFromESet.R
Build a probeAnno from ExpressionSet.
1 | probeAnnoFromESet(eSet, probeLength)
|
eSet |
object of class ExpressionSet |
probeLength |
integer; specifying probe lenght on array |
Creates a probeAnno object from ExpressionSet object. The function uses the PROBE_ID, CHROMOSOME and POSITION information store in the ExpressionSet object.
An object of class probeAnno holding the mapping between probes and genomic positions.
Bettina Fischer
1 2 3 | dataPath <- system.file("data",package="SimBindProfiles")
load(file.path(dataPath,"SGR.RData"))
probeAnno <- probeAnnoFromESet(SGR, probeLength=50)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.