available_profiles {cbioportalR} | R Documentation |
Get Available Genomic Profiles For a Study or Database
Description
Get Available Genomic Profiles For a Study or Database
Usage
available_profiles(study_id = NULL, base_url = NULL)
Arguments
study_id |
A character vector of length 1 indicating study_id.
See |
base_url |
The database URL to query.
If |
Value
A dataframe of available genetic profiles and their profile ids
Examples
## Not run:
set_cbioportal_db("public")
available_profiles()
available_profiles(study_id = "acc_tcga")
## End(Not run)
[Package cbioportalR version 1.1.0 Index]