View source: R/utility_functions.R
entrez2sym | R Documentation |
Entrez ID is converted to gene symbol using org.Hs.eg.db or org.Mm.eg.db annotation databases.
entrez2sym(my.entrez, my.species = c("Hs", "Mm"))
my.entrez |
Character. Vector of Entrez IDs. |
my.species |
Character. Species, one of "Hs" or "Mm". |
data.frame mapping Entrez IDs to gene Symbols.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.