EVOLUTION-MANAGER
Edit File: summary.ripple.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: Print summary of ripple results</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 summary.ripple {qtl}"><tr><td>summary.ripple {qtl}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Print summary of ripple results</h2> <h3>Description</h3> <p>Print marker orders, from the output of the function <code>ripple</code>, for which the log10 likelihood relative to the initial order is above a specified cutoff. </p> <h3>Usage</h3> <pre> ## S3 method for class 'ripple' summary(object, lod.cutoff = -1, ...) </pre> <h3>Arguments</h3> <table summary="R argblock"> <tr valign="top"><td><code>object</code></td> <td> <p>An object of class <code>ripple</code>, the output of the function <code><a href="ripple.html">ripple</a></code>.</p> </td></tr> <tr valign="top"><td><code>lod.cutoff</code></td> <td> <p>Only marker orders with LOD score (relative to the initial order) above this cutoff will be displayed. For output of <code><a href="ripple.html">ripple</a></code> in the case of minimization of the number of obligate crossovers, we double this argument and treat it as a cutoff for the number of obligate crossovers.</p> </td></tr> <tr valign="top"><td><code>...</code></td> <td> <p>Ignored at this point.</p> </td></tr> </table> <h3>Value</h3> <p>An object of class <code>summary.ripple</code>, whose rows correspond to marker orders with likelihood (or number of obligate crossovers) within some cutoff of the initial order. If no marker order, other than the initial one, has likelihood within the specified range, the initial and next-best orders are returned. </p> <h3>Author(s)</h3> <p>Karl W Broman, <a href="mailto:broman@wisc.edu">broman@wisc.edu</a> </p> <h3>See Also</h3> <p><code><a href="ripple.html">ripple</a></code>, <code><a href="est.map.html">est.map</a></code>, <code><a href="est.rf.html">est.rf</a></code> </p> <h3>Examples</h3> <pre> ## Not run: data(badorder) rip1 <- ripple(badorder, 1, 7) summary(rip1) rip2 <- ripple(badorder, 1, 2, method="likelihood") summary(rip2) badorder <- switch.order(badorder, 1, rip2[2,]) ## End(Not run)</pre> <hr /><div style="text-align: center;">[Package <em>qtl</em> version 1.46-2 <a href="00Index.html">Index</a>]</div> </body></html>