Learn R Programming

cbioportalR (version 1.1.0)

get_study_info: Get Metadata on All Available Studies in Database or a Specified Study

Description

Get Metadata on All Available Studies in Database or a Specified Study

Usage

get_study_info(study_id = NULL, base_url = NULL)

Value

A dataframe of study metadata

Arguments

study_id

one or more study IDs (see available_studies() to lookup IDs)

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")
get_study_info("acc_tcga")
}

Run the code above in your browser using DataLab