get_cancer_studies {TCGAretriever} | R Documentation |
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.
get_cancer_studies()
Data Frame including one study per row and three columns.
Damiano Fantini, damiano.fantini@gmail.com
https://www.data-pulse.com/dev_site/TCGAretriever/
all_studies <- get_cancer_studies()
message(paste("There are", nrow(all_studies), "studies currently available..."))