Skip to content

Files

Latest commit

502f962 · Sep 17, 2021

History

History

DO_Recla

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 17, 2021
Aug 3, 2018
Sep 17, 2021
Aug 3, 2018
Sep 17, 2021
Aug 3, 2018
Aug 3, 2018
Dec 4, 2015
Aug 3, 2018
Aug 3, 2018
Aug 3, 2018
Dec 4, 2015
Aug 3, 2018

Diversity Outcross data from Recla et al (2014) and Logan et al. (2013)

Source

https://phenome.jax.org/projects/Recla1

Founder genotypes from ftp://ftp.jax.org/MUGA/

Additional phenotypes at https://phenome.jax.org/projects/Chesler4 (in particular, http://phenomedoc.jax.org/MPD_projdatasets/Chesler4.csv)

Files

The data are also available as a zip file, recla.zip.

File format

See the R/qtl2 input file format.

Citations

Recla JM, Robledo RF, Gatti DM, Bult CJ, Churchill GA, Chesler EJ (2014) Precise genetic mapping and integrative bioinformatics in Diversity Outbred mice reveals Hydin as a novel pain gene. Mamm Genome 25:211-222

Logan RW, Robledo RF, Recla JM, Philip VM, Bubier JA, Jay JJ, Harwood C, Wilcox T, Gatti DM, Bult CJ, Churchill GA, Chesler EJ (2013) High-precision genetic mapping of behavioral traits in the diversity outbred mouse population. Genes Brain Behav 12:424-437

Use with R/qtl2

Load these data into R directly from the web as follows:

library(qtl2)
file <- paste0("https://raw.githubusercontent.com/rqtl/",
               "qtl2data/main/DO_Recla/recla.zip")
recla <- read_cross2(file)