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()
Data Frame with one row per cancer type and two columns
http://www.biotechworld.it/bioinf/2016/07/11/tcga-data-via-tcgaretriever/
# NOT RUN { 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