Learn R Programming

TCGAretriever (version 1.5)

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

Examples

Run this code
all_studies <- get_cancer_studies()
message(paste("There are", nrow(all_studies), "studies currently available..."))
if(ncol(all_studies) >= 2) {
  head(all_studies[,1:2])
}

Run the code above in your browser using DataLab