EVOLUTION-MANAGER
Edit File: c.cross.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 data for QTL experiments</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.cross {qtl}"><tr><td>c.cross {qtl}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Combine data for QTL experiments</h2> <h3>Description</h3> <p>Concatenate the data for multiple QTL experiments. </p> <h3>Usage</h3> <pre> ## S3 method for class 'cross' c(...) </pre> <h3>Arguments</h3> <table summary="R argblock"> <tr valign="top"><td><code>...</code></td> <td> <p>A set of objects of class <code>cross</code>. See <code><a href="read.cross.html">read.cross</a></code> for details. These must all either be of the same cross type or be a combination of backcrosses and intercrosses. All crosses must have the same number of chromosomes and chromosome names, and the same marker orders and positions, though the set of markers need not be precisely the same.</p> </td></tr> </table> <h3>Value</h3> <p>The concatenated input, as a <code>cross</code> object. Additional columns are added to the phenotype data indicating which cross an individual comes from; another column indicates cross type (0=BC, 1=intercross), if there are crosses of different types. The crosses are not required to have exactly the same set of phenotypes; phenotypes with the same names are assumed to be the same. </p> <p>If the crosses have different sets of markers, we interpolate marker order, but the cM positions of markers that are in common between crosses must be precisely the same in the different crosses. </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="subset.cross.html">subset.cross</a></code> </p> <h3>Examples</h3> <pre> data(fake.f2) junk <- fake.f2 junk <- c(fake.f2,junk) </pre> <hr /><div style="text-align: center;">[Package <em>qtl</em> version 1.66 <a href="00Index.html">Index</a>]</div> </body></html>