get_survAna_sampleInformation: Clinical Data For Samples/Patients

View source: R/survivalAnalysis.R

get_survAna_sampleInformationR Documentation

Clinical Data For Samples/Patients

Description

Clinical Data For Samples/Patients

Usage

get_survAna_sampleInformation(disease_name, sample_ID = NULL)

Arguments

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.

Value

A data_frame with clinical date of all available or specific sample/patient.

Examples

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)

biomedbigdata/SPONGE-web-R documentation built on Sept. 18, 2022, 8:58 p.m.