available_sample_lists | R Documentation |
Get All Sample Lists Available For a Study
available_sample_lists(study_id = NULL, base_url = NULL)
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 |
A dataframe of patient_ids in a given study
## Not run:
set_cbioportal_db("public")
available_sample_lists(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.