Mice Dataset
This is the Mice dataset used in Chun and Keles (2010).
data(mice)
A list with two components:
Marker map data. A matrix with 60 rows and 145 columns.
Gene expression data. A matrix with 60 rows and 83 columns.
The Mice dataset was published by Lan et al. (2006). Matrix x
is
the marker map consisting of 145 microsatellite markers from 19 non-sex mouse chromosomes.
Matrix y
is gene expression measurements of the 83 transcripts
from liver tissues of 60 mice. This group of the 83 transcripts is one of the clusters
analyzed by Chun and Keles (2010). See Chun and Keles (2010) for more details.
Lan H, Chen M, Flowers JB, Yandell BS, Stapleton DS, Mata CM, Mui E, Flowers MT, Schueler KL, Manly KF, Williams RW, Kendziorski C, and Attie AD (2006), "Combined expression trait correlations and expression quantitative trait locus mapping", PLoS Genetics, Vol. 2, e6.
Chun H and Keles S (2009), "Expression quantitative trait loci mapping with multivariate sparse partial least squares regression", Genetics, Vol. 182, pp. 79–90.
data(mice) mice$x[1:5,1:5] mice$y[1:5,1:5]
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.