| map_to_entrez_id {cola} | 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, randomly picked 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.
## Not run:
map_to_entrez_id("ENSEMBL")
## End(Not run)