mice {spls} | R Documentation |
Mice Dataset
Description
This is the Mice dataset used in Chun and Keles (2010).
Usage
data(mice)
Format
A list with two components:
- x
Marker map data. A matrix with 60 rows and 145 columns.
- y
Gene expression data. A matrix with 60 rows and 83 columns.
Details
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.
Source
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.
References
Chun H and Keles S (2009), "Expression quantitative trait loci mapping with multivariate sparse partial least squares regression", Genetics, Vol. 182, pp. 79–90.
Examples
data(mice)
mice$x[1:5,1:5]
mice$y[1:5,1:5]