Learn R Programming

TCGAretriever (version 1.3)

get_cancer_types: Retrieve a List of Cancer Types as Defined by the TCGA Guidelines

Description

Retrieve information about the different types of cancer that may be included in TCGA Studies. Information include Identifier and Cancer Name.

Usage

get_cancer_types()

Arguments

Value

Data Frame with one row per cancer type and two columns

References

http://www.biotechworld.it/bioinf/2016/07/11/tcga-data-via-tcgaretriever/

Examples

Run this code
# 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