Description Usage Arguments Details Value Note Author(s)
Get different attributes for the Entrez gene Ids
1 2 3 4 5 | getGeneSymbol(id, annPackage)
getGeneName(id, annPackage)
getGO2ALLEGS(id, annPackage)
getPATH2EG(id, annPackage)
getAnnotation(id, annPackage, mapID, doUnlist=TRUE)
|
id |
The IDs one wants to get information for. |
annPackage |
Which annotation package to use. |
mapID |
Which mapping to use |
doUnlist |
should the results be unlisted or not? |
The type of ID will change depending on the function. For getGene...
the ID should be Entrez IDs. For getGO2ALLEGS
Gene Ontology IDs should be used, and for getPATH2EG
KEGG pathways IDs should be used. For getAnnotation
, any ID can be used.
Returns the requested information.
These functions are generally called internally for mapping between genes and various objects.
Robert M Flight
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.