EVOLUTION-MANAGER
Edit File: convert.scanone.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 scanone for R/qtl version 0.98</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.scanone {qtl}"><tr><td>convert.scanone {qtl}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Convert output from scanone for R/qtl version 0.98</h2> <h3>Description</h3> <p>Convert the output from scanone from the format used in R/qtl version 0.97 and earlier to that used in version 0.98 and later. </p> <h3>Usage</h3> <pre> ## S3 method for class 'scanone' 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="scanone.html">scanone</a></code>, for R/qtl version 0.97 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, inter-marker locations were named as, for example, <code>loc7.5.c3</code>; these were changed to <code>c3.loc7.5</code>. </p> <h3>Value</h3> <p>The same scanone output, but revised for use with R/qtl version 0.98 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="scanone.html">scanone</a></code>, <code><a href="convert.scantwo.html">convert.scantwo</a></code> </p> <h3>Examples</h3> <pre> ## Not run: out.new <- convert(out.old) </pre> <hr /><div style="text-align: center;">[Package <em>qtl</em> version 1.66 <a href="00Index.html">Index</a>]</div> </body></html>