map10 {qtl} | R Documentation |
A genetic map corresponding approximately to the mouse genome with a 10 cM marker spacing.
data(map10)
An object of class map
: a list whose components are vectors of
marker locations. This map approximates the mouse genome (see Rowe et
al 1992), with 20 chromosomes (including the X
chromosome) and 148 markers at a 10 cM spacing.
data(map10) plot(map10) mycross <- sim.cross(map10, type="f2", n.ind=100)