twohkbc1 | R Documentation |
Fits all one and two gene models (without interactions aka 'epistasis') in an intercross, backcross, or recombinant inbred line. Uses a linear approximation to the likelihood, i.e. the expected allele states are used.
twohkbc1(varcov, ana.obj, rparm = 0, locs = NULL, locs.prior =
NULL)
twohkf2(varcov, ana.obj, rparm, locs, locs.prior,
combo.prior)
varcov |
An object produced by |
ana.obj |
An object produced by |
rparm |
The 'ridge' parameters for the independent variables - larger values imply more shrinkage or a more concentrated prior for the regresion coefficients. |
locs |
The columns (or pairs of columns for |
locs.prior |
The prior mass to associate with each locus. Typically, these sum to one, but sometimes they might each be set to one (as in computing lod scores). |
combo.prior |
Only valid for |
The marginal posterior (integrating over regression parameters and dispersion) is calculated for each one and two gene model under the assumed correctness of the regression model using expected genotypes given marker values. This amounts to linearizing the likelihood with respect to the (possibly unknown) locus states. For models where the loci are fully informative markers this is the true posterior.
A list with components:
loc.1 |
The marginal posterior for each one gene model. For
|
loc.2 |
The marginal posterior for each locus - obtained by summing
over all two gene models that include that locus. For
|
coefs.1 |
The regression coefficients for the genetic effect for
each locus. For |
coefs.2 |
The marginal posterior mean of regression coefficients
for the genetic effect for each locus - obtained by averaging over
all two gene models that include that locus according to the
posterior masses. For |
Charles C. Berry cberry@ucsd.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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.