Description Usage Arguments Value Author(s) See Also Examples
Auxiliary function for (currently) spectralMap allowing the conversion of Affy probeset IDs to gene symbols
1 | probe2gene(probesetIds, chipPkg)
|
probesetIds |
Affymetrix probeset IDs |
chipPkg |
string indicating the annotation package for the chip |
Vector containing the respective gene symbols
Tobias Verbeke
spectralMap
, lassoClass
, ...
1 2 3 4 5 6 7 | if (require(ALL)){
data(ALL, package = "ALL")
chip <- annotation(ALL)
chipAnnotationPkg <- paste(chip, "db", sep = ".")
res <- probe2gene(featureNames(ALL), chipAnnotationPkg)
head(res)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.