View source: R/functional_enrichment.R
map_to_entrez_id | R Documentation |
Map to Entrez IDs
map_to_entrez_id(from, org_db = "org.Hs.eg.db")
from |
The input gene ID type. Valid values should be in, e.g. |
org_db |
The annotation database. |
If there are multiple mappings from the input ID type to an unique Entrez ID, it randomly picks one.
A named vectors where names are IDs with input ID type and values are the Entrez IDs.
The returned object normally is used in functional_enrichment
.
map = map_to_entrez_id("ENSEMBL")
head(map)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.