Skip to content

Latest commit

 

History

History

MaizeMAGIC

Data on Maize MAGIC lines

This is data on a set of maize MAGIC lines. Largely 8 founders, but a ninth founder was introduced for some lines due to incompatibility between a pair of founders.

Source

Dell'Acqua et al. (2015) Genetic properties of the MAGIC maize population: a new platform for high definition QTL mapping in Zea mays. Genome Biol. 16:167 doi:10.1186/s13059-015-0716-z

The raw data are available as supplemental tables and at Figshare:

Files

The following files comprise the data reformatted for R/qtl2. We're treating the data as a recombinant inbred lines with nine founders. For the founder genotypes, we combined the array-based data (which had a lot of missing or heterozygous calls for the 9th founder, CML91) with the sequence-based imputed genotypes.

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

File format

See the R/qtl2 input file format.

Citation

Dell’Acqua M, et al. (2015) Genetic properties of the MAGIC maize population: a new platform for high definition QTL mapping in Zea mays. Genome Biol. 16:167 doi:10.1186/s13059-015-0716-z

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/MaizeMAGIC/maize_magic.zip")
mm <- read_cross2(file)