View source: R/by_genes_or_panel.R
get_hugo_symbol | R Documentation |
Get Hugo Symbol for a given set of Entrez IDs
get_hugo_symbol(entrez_id = NULL, base_url = NULL)
entrez_id |
a character or numeric vector of Entrez gene IDs |
base_url |
The database URL to query |
A dataframe with Entrez Gene IDs and Hugo Symbols
## Not run:
get_hugo_symbol(entrez_id = 2261, base_url = 'www.cbioportal.org/api')
get_hugo_symbol(entrez_id = c(2261, 7157) , base_url = 'www.cbioportal.org/api')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.