powered by
Get Metadata on All Available Studies in Database or a Specified Study
get_study_info(study_id = NULL, base_url = NULL)
A dataframe of study metadata
one or more study IDs (see available_studies() to lookup IDs)
available_studies()
The database URL to query. If NULL will default to URL set with set_cbioportal_db(<your_db>)
NULL
set_cbioportal_db(<your_db>)
if (FALSE) { set_cbioportal_db("public") get_study_info("acc_tcga") }
Run the code above in your browser using DataLab