Skip to content

Latest commit

 

History

History

BXD

BXD mouse recombinant inbred lines

Genotype and phenotype data for the mouse BXD recombinant inbred lines, from GeneNetwork.

File format

See the R/qtl2 input file format.

Citation

Need to add a citation.

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/BXD/bxd.zip")
bxd <- read_cross2(file)