
Retrieve information about the different types of cancer that may be included in TCGA Studies. Information include Identifier and Cancer Name.
get_cancer_types()
A data.frame with one row per cancer type and two columns
Damiano Fantini, damiano.fantini@gmail.com
all_canc <- get_cancer_types()
message(paste("There are", nrow(all_canc), "cancer indications..."))
Run the code above in your browser using DataLab