mf.gam: Map function for gamma renewal model

View source: R/gamma.R

mf.gamR Documentation

Map function for gamma renewal model

Description

Calculates the recombination fraction corresponding to a particular cM interval length for the gamma renewal model for recombination at meiosis.

Usage

mf.gam(d, nu=1, tol=1e-12)

Arguments

d

Interval length (in cM), potentially a vector.

nu

Interference parameter (nu = m+1 in the chi-square model; nu=0 is NI).

tol

Tolerance for doing numerical integration.

Details

Uses the function integrate to do numerical integration.

Value

Vector of recombination fractions, of same length as the input d.

Author(s)

Karl W Broman, broman@wisc.edu

References

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.

See Also

imf.gam, coinc.gam

Examples

mf.gam(0:25, 11.3)

kbroman/ricalc documentation built on May 17, 2023, 11:54 p.m.