available_patients {cbioportalR} | R Documentation |
Get All Patient IDs in a Study
available_patients(study_id = NULL, base_url = NULL)
study_id |
A character string indicating which study ID should be searched. Only 1 study allowed. If NULL, we will guess a default study ID based on your database URL. |
base_url |
The database URL to query
If |
A dataframe of patient_ids in a given study
## Not run:
set_cbioportal_db("public")
available_samples(study_id = "acc_tcga")
## End(Not run)