EVOLUTION-MANAGER
Edit File: multitrait.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: Example Cross object from R/QTL with multiple traits</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 multitrait {qtl}"><tr><td>multitrait {qtl}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2> Example Cross object from R/QTL with multiple traits </h2> <h3>Description</h3> <p>Cross object from R/QTL, an object of class <code>cross</code> from R/QTL. See <code><a href="read.cross.html">read.cross</a></code> for details. </p> <h3>Usage</h3> <pre>data(multitrait)</pre> <h3>Format</h3> <p>Cross object from R/QTL </p> <h3>Details</h3> <p>Arabidopsis recombinant inbred lines by selfing. There are 162 lines, 24 phenotypes, and 117 markers on 5 chromosomes. </p> <h3>Source</h3> <p>Part of the Arabidopsis RIL selfing experiment with Landsberg erecta (Ler) and Cape Verde Islands (Cvi) with 162 individuals scored (with errors at) 117 markers. Dataset obtained from GBIC - Groningen BioInformatics Centre </p> <h3>References</h3> <ul> <li><p> Keurentjes, J. J. and Fu, J. and de Vos, C. H. and Lommen, A. and Hall, R. D. and Bino, R. J. and van der Plas, L. H. and Jansen, R. C. and Vreugdenhil, D. and Koornneef, M. (2006), The genetics of plant metabolism. <em>Nature Genetics.</em> <b>38</b>-7, 842–849. </p> </li> <li><p> Alonso-Blanco, C. and Peeters, A. J. and Koornneef, M. and Lister, C. and Dean, C. and van den Bosch, N. and Pot, J. and Kuiper, M. T. (1998), Development of an AFLP based linkage map of Ler, Col and Cvi Arabidopsis thaliana ecotypes and construction of a Ler/Cvi recombinant inbred line population</p> </li></ul> <p>. <em>Plant J.</em> <b>14</b>(2), 259–271. </p> <h3>Examples</h3> <pre> data(multitrait) # Load dataset multitrait <- fill.geno(multitrait) # impute missing genotype data result <- mqmscanall(multitrait, logtransform=TRUE) # Analyse all 24 traits </pre> <hr /><div style="text-align: center;">[Package <em>qtl</em> version 1.46-2 <a href="00Index.html">Index</a>]</div> </body></html>