File: map10.Rd

package info (click to toggle)
qtl 1.08-56-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 3,552 kB
  • ctags: 242
  • sloc: ansic: 8,903; makefile: 1
file content (31 lines) | stat: -rw-r--r-- 828 bytes parent folder | download
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}