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