get_hugo_symbol {cbioportalR} | R Documentation |
Get Hugo Symbol for a given set of Entrez IDs
Description
Get Hugo Symbol for a given set of Entrez IDs
Usage
get_hugo_symbol(entrez_id = NULL, base_url = NULL)
Arguments
entrez_id |
a character or numeric vector of Entrez gene IDs |
base_url |
The database URL to query |
Value
A dataframe with Entrez Gene IDs and Hugo Symbols
Examples
## 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)
[Package cbioportalR version 1.1.0 Index]