powered by
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
http://www.biotechworld.it/bioinf/2016/07/11/tcga-data-via-tcgaretriever/
https://www.data-pulse.com/dev_site/TCGAretriever/
all_canc <- get_cancer_types() message(paste("There are", nrow(all_canc), "types on cancer defined at TCGA...")) head(all_canc)
Run the code above in your browser using DataLab