Learn R Programming

qtl (version 1.01-9)

map10: An example genetic map

Description

A genetic map corresponding approximately to the mouse genome with a 10 cM marker spacing.

Usage

data(map10)

Arguments

format

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.

See Also

sim.map, plot.map, pull.map

Examples

Run this code
data(map10)
  plot(map10)

  mycross <- sim.cross(map10, type="f2", n.ind=100)

Run the code above in your browser using DataLab