1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
\name{map10}
\alias{map10}
\title{An example genetic map}
\description{
A genetic map corresponding approximately to the mouse genome with
a 10 cM marker spacing.
}
\usage{data(map10)}
\format{
An object of class \code{map}: a list whose components are vectors of
marker locations. This map approximates the mouse genome, with 20
chromosomes (including the X chromosome) and 187 markers at an
approximately 10 cM spacing. The markers are equally spaced on each
chromosome, but the spacings are a bit above or below 10 cM, so that
the lengths match those in the Mouse Genome Database.}
\examples{
data(map10)
plot(map10)
mycross <- sim.cross(map10, type="f2", n.ind=100)
}
\seealso{ \code{\link[qtl]{sim.map}}, \code{\link[qtl]{plot.map}},
\code{\link[qtl]{pull.map}} }
\keyword{datasets}
|