available_profiles | R Documentation |
Get Available Genomic Profiles For a Study or Database
available_profiles(study_id = NULL, base_url = NULL)
study_id |
A character vector of length 1 indicating study_id.
See |
base_url |
The database URL to query.
If |
A dataframe of available genetic profiles and their profile ids
## Not run:
set_cbioportal_db("public")
available_profiles()
available_profiles(study_id = "acc_tcga")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.