entrezg_to_symbol | R Documentation |
Entrezg to genesymbol
entrezg_to_symbol(x, orgdb)
x |
charactervector |
orgdb |
OrgDb |
character vector
if (requireNamespace('org.Hs.eg.db', quiet = TRUE)){
orgdb <- org.Hs.eg.db::org.Hs.eg.db
entrezg_to_symbol(x = c('7448', '3818', '727'), orgdb)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.