available_sample_lists: Get All Sample Lists Available For a Study

available_sample_listsR Documentation

Get All Sample Lists Available For a Study

Description

Get All Sample Lists Available For a Study

Usage

available_sample_lists(study_id = NULL, base_url = NULL)

Arguments

study_id

A character string indicating which study ID should be searched. Only 1 study ID allowed.

base_url

The database URL to query If NULL will default to URL set with ⁠set_cbioportal_db(<your_db>)⁠

Value

A dataframe of patient_ids in a given study

Examples

## Not run: 
set_cbioportal_db("public")
available_sample_lists(study_id = "acc_tcga")

## End(Not run)


karissawhiting/cbioportalR documentation built on Nov. 27, 2024, 6:50 a.m.