EVOLUTION-MANAGER
Edit File: cbind.scantwoperm.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 scantwo permutations by column</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 cbind.scantwoperm {qtl}"><tr><td>cbind.scantwoperm {qtl}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Combine scantwo permutations by column</h2> <h3>Description</h3> <p>Column-bind permutations results from <code><a href="scantwo.html">scantwo</a></code> for multiple phenotypes or models. </p> <h3>Usage</h3> <pre> ## S3 method for class 'scantwoperm' 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>scantwoperm</code>. (This can also be a list of <code>scantwoperm</code> objects.) These are the permutation results from <code><a href="scantwo.html">scantwo</a></code> (that is, when <code>n.perm > 0</code>). These must all concern the same number of permutations.</p> </td></tr> </table> <h3>Value</h3> <p>The column-binded input, as a <code>scantwoperm</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="scantwo.html">scantwo</a></code>, <code><a href="c.scantwoperm.html">c.scantwoperm</a></code>, <code><a href="summary.scantwoperm.html">summary.scantwoperm</a></code> </p> <h3>Examples</h3> <pre> data(fake.bc) fake.bc <- calc.genoprob(fake.bc) ## Not run: operm1 <- scantwo(fake.bc, pheno.col=1, method="hk", n.perm=50) operm2 <- scantwo(fake.bc, pheno.col=2, method="hk", n.perm=50) ## End(Not run) operm <- cbind(operm1, operm2) </pre> <hr /><div style="text-align: center;">[Package <em>qtl</em> version 1.66 <a href="00Index.html">Index</a>]</div> </body></html>