Learn R Programming

mixOmics (version 6.2.0)

breast.TCGA: Breast Cancer multi omics data from TCGA

Description

This data set is a small subset of the full data set from The Cancer Genome Atlas that can be analysed with the DIABLO framework. It contains the expression or abundance of three matching omics data sets: mRNA, miRNA and proteomics for 150 breast cancer samples (Basal, Her2, Luminal A) in the training set, and 70 samples in the test set. The test set is missing the proteomics data set.

Usage

data(breast.TCGA)

Arguments

Format

A list containing two data sets, data.train and data.test which both include:

miRNA

data frame with 150 (70) rows and 184 columns in the training (test) data set. The expression levels of 184 miRNA.

mRNA

data frame with 150 (70) rows and 520 columns in the training (test) data set. The expression levels of 200 mRNA.

protein

data frame with 150 (70) rows and 142 columns in the training data set only. The abundance of 142 proteins.

subtype

a factor indicating the brerast cancer subtypes in the training (length of 150) and test (length of 70) sets.

Details

The data come from The Cancer Genome Atlas (TCGA, http://cancergenome.nih.gov/). We divided the data into a training (discovery) and test (validation) set. The protein dataset which had a limited number of subjects available was used to allocate subjects into the training set only, while the tes set included all remaining subject. Each data set was normalised and pre-processed. For illustrative purposes we drastically filtered the data here.

References

Singh A., Gautier B., Shannon C., Vacher M., Rohart F., Tebbutt S. and Le Cao K.A. (2016). DIABLO - multi omics integration for biomarker discovery. Submitted.