imf.gam: Inverse map function for gamma renewal model

View source: R/gamma.R

imf.gamR Documentation

Inverse map function for gamma renewal model

Description

Calculates the genetic length (in cM) corresponding to a particular recombination fraction for the gamma renewal model for recombination at meiosis.

Usage

imf.gam(r, nu=1, tol=1e-12)

Arguments

r

Recombination fraction, potentially a vector.

nu

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

tol

Tolerance for doing numerical integration and finding root.

Details

Uses uniroot to solve the r = mf.gam(d, nu).

Value

Vector of interval lengths (in cM), of same length as the input r.

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

mf.gam, coinc.gam

Examples

imf.gam(seq(0,0.49,by=0.01), 11.3)

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