powered by
Retrieve Genes Included For a Specified Panel ID
get_gene_panel(panel_id = NULL, base_url = NULL)
A dataframe of genes in a specified panel
name of panel. See available_gene_panels() to get panel ID
available_gene_panels()
The database URL to query. If NULL will default to URL set with set_cbioportal_db(<your_db>)
NULL
set_cbioportal_db(<your_db>)
if (FALSE) { get_gene_panel(panel_id = "IMPACT468", base_url = 'www.cbioportal.org/api') }
Run the code above in your browser using DataLab