Learn R Programming

TCGAretriever (version 1.5)

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

A data.frame with one row per cancer type and two columns

Author

Damiano Fantini, damiano.fantini@gmail.com

References

Examples

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