| get_clinical_by_study | R Documentation | 
Returns all sample-level and patient-level clinical data for a given study
get_clinical_by_study(
  study_id = NULL,
  clinical_attribute = NULL,
  base_url = NULL
)
study_id | 
 study ID  | 
clinical_attribute | 
 one or more clinical attributes for your study.
If none provided, will return all attributes available for
that study (  | 
base_url | 
 The database URL to query.
If   | 
a dataframe of all available clinical attributes and their values
## Not run: 
get_clinical_by_study(study_id = "acc_tcga",
 clinical_attribute = "CANCER_TYPE", base_url = 'www.cbioportal.org/api')
get_clinical_by_study(study_id = "acc_tcga", base_url = 'www.cbioportal.org/api')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.