refineqtlM | R Documentation |
Extended version of the R/qtl function refineqtl
for
function-valued traits. Iteratively scan the positions for QTL in
the context of a multiple QTL model, to try to identify the
positions that maximize "hk"
and "f"
criteria, for a fixed QTL
model.
refineqtlM( cross, Y, qtl, formula, verbose = TRUE, maxit = 10, incl.markers = TRUE, keeplodprofile = TRUE, method = c("hk", "f", "sl", "ml"), pheno.cols )
cross |
An object of class |
Y |
Matrix of phenotypes |
qtl |
A QTL object, as produced by |
formula |
An object of class |
verbose |
If TRUE, give feedback about progress. If |
maxit |
Maximum number of iterations. |
incl.markers |
If FALSE, do calculations only at points on an evenly spaced grid. |
keeplodprofile |
If TRUE, keep the LOD profiles from the last iteration as attributes to the output. |
method |
Indicates whether to use |
pheno.cols |
Columns in the phenotype matrix to be used as the phenotype. |
This is an extended version of 'refineqtl' of 'qtl' package. For a multiple qtl model, this refines each qtl position to move for a better position that fits "hk" or "f" criteria given other qtl positions fixed. Do this process iteratively to find a refined version of multiple QTL.
An object of class "qtl"
, with QTL placed in their new positions.
Il-Youp Kwak, <email: ikwak2@stat.wisc.edu>
refineqtl
, refineqtlM
cat("An example needs to be added.\n")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.