Learn R Programming

cbioportalR (version 1.1.0)

available_gene_panels: Get Available Gene Panels For a Database

Description

Get Available Gene Panels For a Database

Usage

available_gene_panels(base_url = NULL)

Value

a dataframe of metadata regarding each available panel

Arguments

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) {
set_cbioportal_db("public")
available_gene_panels()
}

Run the code above in your browser using DataLab