View source: R/by_genes_or_panel.R
get_entrez_id | R Documentation |
Get Entrez Gene ID for a given set of Hugo Symbols
get_entrez_id(hugo_symbol = NULL, base_url = NULL)
hugo_symbol |
a character vector of Hugo Symbols |
base_url |
The database URL to query |
A dataframe with Entrez Gene IDs and Hugo Symbols
## Not run:
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')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.