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 |
base_url |
The database URL to query.
If |
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]