EVOLUTION-MANAGER
Edit File: map10.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: An example genetic map</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="R.css" /> </head><body> <table width="100%" summary="page for map10 {qtl}"><tr><td>map10 {qtl}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>An example genetic map</h2> <h3>Description</h3> <p>A genetic map corresponding approximately to the mouse genome with a 10 cM marker spacing. </p> <h3>Usage</h3> <pre>data(map10)</pre> <h3>Format</h3> <p>An object of class <code>map</code>: 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.</p> <h3>See Also</h3> <p><code><a href="sim.map.html">sim.map</a></code>, <code><a href="plot.map.html">plotMap</a></code>, <code><a href="pull.map.html">pull.map</a></code> </p> <h3>Examples</h3> <pre> data(map10) plot(map10) mycross <- sim.cross(map10, type="f2", n.ind=100) </pre> <hr /><div style="text-align: center;">[Package <em>qtl</em> version 1.66 <a href="00Index.html">Index</a>]</div> </body></html>