View source: R/survivalAnalysis.R
get_survAna_sampleInformation | R Documentation |
Clinical Data For Samples/Patients
get_survAna_sampleInformation(disease_name, sample_ID = NULL)
disease_name |
The name of the dataset of interest as string. If default is set, all available datasets with corresponding informations are shown. Fuzzy search is available. |
sample_ID |
A vector of sample_ID of the patient/sample of interest. |
A data_frame with clinical date of all available or specific sample/patient.
get_survAna_sampleInformation(disease_name = "kidney clear cell carcinoma", sample_ID = c("TCGA-BP-4968","TCGA-B8-A54F")) ## Not run: # Do not run function without disease. get_survAna_sampleInformation(sample_ID = c("TCGA-BP-4968","TCGA-B8-A54F")) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.