rao inverse {hsrecombi} | R Documentation |
Approximation to inverse of Rao's system of map functions
Description
Calculation of recombination rates from genetic distances given a mixing parameter
Usage
rao.inv(p, x)
Arguments
p |
mixing parameter (see details); |
x |
vector in Morgan units |
Details
Mixing parameter p=0
would match to Morgan, p=0.25
to
Carter, p=0.5
to Kosambi and p=1
to Haldane map function.
Value
vector of recombination rates
References
Rao, D.C., Morton, N.E., Lindsten, J., Hulten, M. & Yee, S (1977) A mapping function for man. Human Heredity 27: 99-104. doi: 10.1159/000152856
Examples
rao.inv(0.25, seq(0, 01, 0.1))
[Package hsrecombi version 1.0.1 Index]