| addqtlF | R Documentation | 
Scan for an additional QTL for function valued trait data set. Modified version of addqtl function in qtl package.
addqtlF(cross, pheno.cols, ...)
cross | 
 An object of class   | 
pheno.cols | 
 Columns in the phenotype matrix to be used as the phenotype.  | 
... | 
 Passed to the R/qtl function   | 
An object of class "scanone", as produced by the R/qtl function scanone.
LOD scores are relative to the base model (with any terms that include the
new QTL omitted).
Il-Youp Kwak, <email: ikwak2@stat.wisc.edu>
Haley, C. S. and Knott, S. A. (1992) A simple regression method for mapping quantitative trait loci in line crosses using flanking markers. _Heredity_ *69*, 315-324.
addqtl, scanone,
scanoneF, makeqtl
data(simspal) qtl1 <- makeqtl(simspal, chr = 4, 27.8, what="prob") phe <- 1:nphe(simspal) added <- addqtlF(simspal, qtl = qtl1, pheno.cols =phe, method="hk") max(added) plot(added)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.