Learn R Programming

geneNetBP (version 2.0.1)

mouse: Mus Musculus Kidney eQTL data from Hageman et. al. (2011)

Description

Kidney eQTL data was obtained from a F2 inner-cross between inbred MRL/MpJ and SM/J strains of mice.

Usage

data(mouse)

Arguments

Format

The data set mouse is a data frame consisting of 173 observations of 19 variables: genotype data (genotype states at 5 SNP markers) and phenotype data (normalized expression data of 14 genes). Genotype data is of class factor and phenotype data is of class numeric.

Source

Hageman,R.S., Leduc,M.S., Caputo,C.R., Tsaih,S.-W., Churchill, G.A., and Korstanje,R.(2011). "Uncovering genes and regulatory pathways related to urinary albumin excretion." Journal of the American Society of Nephrology22, 1, 73-81.

Details

Kidney eQTL data was obtained from a F2 inner-cross between inbred MRL/MpJ and SM/J strains of mice.

Examples

Run this code
## Not run: 
# # load the data and fit a genotype-phenotype network
# data(mouse)
# fit.gnbp(mouse[,1:5],mouse[,6:19])
# ## End(Not run)

Run the code above in your browser using DataLab