get_gene_panel {cbioportalR} | R Documentation |
Retrieve Genes Included For a Specified Panel ID
Description
Retrieve Genes Included For a Specified Panel ID
Usage
get_gene_panel(panel_id = NULL, base_url = NULL)
Arguments
panel_id |
name of panel. See |
base_url |
The database URL to query.
If |
Value
A dataframe of genes in a specified panel
Examples
## Not run:
get_gene_panel(panel_id = "IMPACT468", base_url = 'www.cbioportal.org/api')
## End(Not run)
[Package cbioportalR version 1.1.0 Index]