powered by
Get Hugo Symbol for a given set of Entrez IDs
get_hugo_symbol(entrez_id = NULL, base_url = NULL)
A dataframe with Entrez Gene IDs and Hugo Symbols
a character or numeric vector of Entrez gene IDs
The database URL to query
if (FALSE) { 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') }
Run the code above in your browser using DataLab