Learn R Programming

TCGAretriever (version 1.7)

get_cancer_studies: Retrieve a List of Cancer Studies Available at TCGA

Description

Retrieve information about the different TCGA studies that are available at cBioPortal. Information include a cancer_study_id, a name of the study and a description for each study.

Usage

get_cancer_studies()

Arguments

Value

Data Frame including one study per row and three columns.

Author

Damiano Fantini, damiano.fantini@gmail.com

References

https://www.data-pulse.com/dev_site/TCGAretriever/

Examples

Run this code
all_studies <- get_cancer_studies()
message(paste("There are", nrow(all_studies), "studies currently available..."))

Run the code above in your browser using DataLab