Learn R Programming

cbioportalR (version 1.1.0)

available_profiles: Get Available Genomic Profiles For a Study or Database

Description

Get Available Genomic Profiles For a Study or Database

Usage

available_profiles(study_id = NULL, base_url = NULL)

Value

A dataframe of available genetic profiles and their profile ids

Arguments

study_id

A character vector of length 1 indicating study_id. See get_studies() to see all available studies for your URL. If NULL, it will return all profiles for your current database url

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_profiles()
available_profiles(study_id = "acc_tcga")
}

Run the code above in your browser using DataLab