Learn R Programming

cbioportalR (version 1.1.0)

get_gene_panel: 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)

Value

A dataframe of genes in a specified panel

Arguments

panel_id

name of panel. See available_gene_panels() to get panel ID

base_url

The database URL to query. If NULL will default to URL set with set_cbioportal_db(<your_db>)

Examples

Run this code
if (FALSE) {
get_gene_panel(panel_id = "IMPACT468", base_url = 'www.cbioportal.org/api')
}

Run the code above in your browser using DataLab