powered by
Get Entrez Gene ID for a given set of Hugo Symbols
get_entrez_id(hugo_symbol = NULL, base_url = NULL)
A dataframe with Entrez Gene IDs and Hugo Symbols
a character vector of Hugo Symbols
The database URL to query
if (FALSE) { get_entrez_id(hugo_symbol = "TAP1", base_url = 'www.cbioportal.org/api') get_entrez_id(hugo_symbol = c("FGFR1", "TP53") , base_url = 'www.cbioportal.org/api') }
Run the code above in your browser using DataLab