Learn R Programming

randomGLM (version 1.10-1)

brainCancer: The brain cancer data set

Description

2 sets containing the gene expression profiles of 55 and 65 brain cancer patients respectively.

Usage

data(brainCancer)

Arguments

Format

brainCancer is a list of 2 components: train and test. "train" is a numeric matrix with 55 samples (rows) across 5000 genes (columns). "test" is a numeric matrix with 65 samples (rows) across the same 5000 genes (columns).

References

Lin Song, Peter Langfelder, Steve Horvath: Random generalized linear model: a highly accurate and interpretable ensemble predictor. BMC Bioinformatics (2013)

Examples

Run this code
# NOT RUN {
data(brainCancer)
# }

Run the code above in your browser using DataLab