Genotype and phenotype data for the mouse BXD recombinant inbred lines, from GeneNetwork.
See the R/qtl2 input file format.
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)