get_study_info {cbioportalR}R Documentation

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)

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>)⁠

Value

A dataframe of study metadata

Examples

## Not run: 
set_cbioportal_db("public")
get_study_info("acc_tcga")

## End(Not run)

[Package cbioportalR version 1.1.0 Index]