EVOLUTION-MANAGER
Edit File: c.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: Combine columns from multiple scantwo 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 c.scantwo {qtl}"><tr><td>c.scantwo {qtl}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Combine columns from multiple scantwo results</h2> <h3>Description</h3> <p>Concatenate the columns from different runs of <code><a href="scantwo.html">scantwo</a></code>. </p> <h3>Usage</h3> <pre> ## S3 method for class 'scantwo' c(...) ## S3 method for class 'scantwo' cbind(...) </pre> <h3>Arguments</h3> <table summary="R argblock"> <tr valign="top"><td><code>...</code></td> <td> <p>A set of objects of class <code>scantwo</code>. (This can also be a list of <code>scantwo</code> objects.) These are the results from <code><a href="scantwo.html">scantwo</a></code> (with <code>n.perm=0</code>), generally run with different phenotypes or methods. All must conform with each other, meaning that <code><a href="calc.genoprob.html">calc.genoprob</a></code> and/or <code><a href="sim.geno.html">sim.geno</a></code> were run with the same values for <code>step</code> and <code>off.end</code> and with data having the same genetic map.</p> </td></tr> </table> <h3>Details</h3> <p>The aim of this function is to concatenate the results from multiple runs <code><a href="scantwo.html">scantwo</a></code>, generally for different phenotypes and/or methods. </p> <h3>Value</h3> <p>The concatenated input, as a <code>scantwo</code> object.</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="summary.scantwo.html">summary.scantwo</a></code>, <code><a href="scantwo.html">scantwo</a></code>, <code><a href="c.scanone.html">c.scanone</a></code> </p> <h3>Examples</h3> <pre> data(fake.bc) fake.bc <- calc.genoprob(fake.bc) out2a <- scantwo(fake.bc, method="hk") out2b <- scantwo(fake.bc, pheno.col=2, method="hk") out2 <- c(out2a, out2b) </pre> <hr /><div style="text-align: center;">[Package <em>qtl</em> version 1.66 <a href="00Index.html">Index</a>]</div> </body></html>