Learn R Programming

cbioportalR (version 1.1.0)

available_studies: Get Metadata on All Available Studies in a Database

Description

Get Metadata on All Available Studies in a Database

Usage

available_studies(base_url = NULL)

Value

A dataframe of available studies and their metadata

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_studies()
}

Run the code above in your browser using DataLab