spls (version 2.2-3)

mice: Mice Dataset

Description

This is the Mice dataset used in Chun and Keles (2010).

Usage

data(mice)

Arguments

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.

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

Run this code
# NOT RUN {
data(mice)
mice$x[1:5,1:5]
mice$y[1:5,1:5]
# }

Run the code above in your browser using DataCamp Workspace