EVOLUTION-MANAGER
Edit File: convert.scantwo.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: Convert output from scantwo for R/qtl version 1.03 and...</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 convert.scantwo {qtl}"><tr><td>convert.scantwo {qtl}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Convert output from scantwo for R/qtl version 1.03 and earlier</h2> <h3>Description</h3> <p>Convert the output from scantwo from the format used in R/qtl version 1.03 and earlier to that used in version 1.04 and later. </p> <h3>Usage</h3> <pre> ## S3 method for class 'scantwo' convert(object, ...) </pre> <h3>Arguments</h3> <table summary="R argblock"> <tr valign="top"><td><code>object</code></td> <td> <p>Output from the function <code><a href="scantwo.html">scantwo</a></code>, for R/qtl version 1.03 and earlier.</p> </td></tr> <tr valign="top"><td><code>...</code></td> <td> <p>Ignored at this point.</p> </td></tr> </table> <h3>Details</h3> <p>Previously, the output from <code><a href="scantwo.html">scantwo</a></code> contained the full and interaction LOD scores. In R/qtl version 1.04 and later, the output contains the LOD scores from the full and additive QTL models. </p> <h3>Value</h3> <p>The same scanone output, but revised for use with R/qtl version 1.03 and later. </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="scantwo.html">scantwo</a></code>, <code><a href="convert.scanone.html">convert.scanone</a></code> </p> <h3>Examples</h3> <pre> ## Not run: out2.new <- convert(out2.old) </pre> <hr /><div style="text-align: center;">[Package <em>qtl</em> version 1.66 <a href="00Index.html">Index</a>]</div> </body></html>