karlin {hsrecombi} | R Documentation |
Liberman and Karlin's genetic map function
Description
Calculation of genetic distances from recombination rates given a parameter
Usage
karlin(N, x, inverse = F)
Arguments
N |
parameter (positive integer) required by the binomial model to
assess the count (of crossover) distribution; |
x |
vector of recombination rates |
inverse |
logical, if FALSE recombination rate is mapped to Morgan unit, if TRUE Morgan unit is mapped to recombination rate (default is FALSE) |
Value
vector of genetic positions in Morgan units
References
Liberman, U. & Karlin, S. (1984) Theoretical models of genetic map functions. Theor Popul Biol 25:331-346.
Examples
karlin(2, seq(0, 0.5, 0.01))
[Package hsrecombi version 1.0.1 Index]