Gene expression data (403 genes for 30 samples) from the
microarray study of Lu et al. (2004).
Usage
data(lu2004)
Arguments
format
lu2004$x is a 30 x 403 matrix containing the log expression levels.
The rows contain the samples and the columns the genes.
lu2004$y is the age of for each sample.
source
The orginal data are available from http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE1572 and are described in Lu et al. (2004).
The selected 403 genes result from prescreening and preprocessing as
described in Zuber and Strimmer (2010).
Details
This data set contains measurements of the gene
expression of 403 genes from 30 human brain samples. In addition,
the age of each patient is provided.
References
Lu, T., et al. 2004. Gene regulation and DNA damage in the ageing human brain.
Nature 429:883--891.
Zuber, V., and K. Strimmer. 2010. Variable importance and model selection by decorrelation.
http://arxiv.org/abs/1007.5516.
# load care librarylibrary("care")
# load Lu et al. (2004) data setdata(lu2004)
dim(lu2004$x) # 30 403hist(lu2004$x)
length(lu2004$y) # 30lu2004$y # age