mf.gam | R Documentation |
Calculates the recombination fraction corresponding to a particular cM interval length for the gamma renewal model for recombination at meiosis.
mf.gam(d, nu=1, tol=1e-12)
d |
Interval length (in cM), potentially a vector. |
nu |
Interference parameter ( |
tol |
Tolerance for doing numerical integration. |
Uses the function integrate
to do numerical
integration.
Vector of recombination fractions, of same length as the input d
.
Karl W Broman, broman@wisc.edu
Zhao, H. and Speed, T. P. (1996) On genetic map functions. Genetics 142, 1369–1377.
Broman, K. W., Rowe, L. B., Churchill, G. A. and Paigen, K. (2002) Crossover interference in the mouse. Genetics 160, 1123–1131.
imf.gam
, coinc.gam
mf.gam(0:25, 11.3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.