TCGA_mutations: TCGA mutational profiles across 12 major cancer types from...

Description Usage Value References Examples

Description

This dataset is available from TCGA, containing somatic mutational profiles for 3096 cancer samples with survival data. These cancer samples belong to one of 12 major cancer types, including breast adenocarcinoma (BRCA), lung adenocarcinoma (LUAD), lung squamous cell carcinoma (LUSC), uterine corpus endometrial carcinoma (UCEC), glioblastoma multiforme (GBM), head and neck squamous cell carcinoma (HNSC), colon and rectal carcinoma (COAD/READ), bladder urothelial carcinoma (BLCA), kidney renal clear cell carcinoma (KIRC), ovarian serous carcinoma (OV) and acute myeloid leukaemia (LAML). For each patient sample, somatic mutations are represented as a profile of states on genes, where non-zero entry indicates a gene for which how many mutations have occurred in the tumor relative to germ line. The dataset is provided as an 'ExpressionSet' object.

Usage

1

Value

an object of class "ExpressionSet". It has slots for "assayData", "phenoData", and "featureData":

References

Kandoth et al. (2013). Mutational landscape and significance across 12 major cancer types. Nature, 502(7471):333-9.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
#TCGA_mutations <- dRDataLoader(RData='TCGA_mutations')
data(TCGA_mutations)
#TCGA_mutations
#library(Biobase)

# extract information about the first 5 samples
#pData(TCGA_mutations)[1:5,]

# extract information about the first 5 features
#fData(TCGA_mutations)[1:5,]

# number of samples for each cancer type
#table(pData(TCGA_mutations)$TCGA_tumor_type)

hfang-bristol/dnet documentation built on Feb. 23, 2020, 2:06 p.m.