calc_k {junctions} | R Documentation |
Calculate the average number of junctions after an infinite number of generations, provided information on the initial heterozygosity, population size and the number of generations.
calc_k(N = Inf, R = Inf, H_0 = 0.5, C = 1)
N |
Population size |
R |
Number of genetic markers |
H_0 |
Initial frequency of heterozygosity (e.g. in Hardy-Weinberg this equates to 2pq) |
C |
Mean number of crossovers per meiosis (e.g. size in Morgan of the chromosome) |
The number of junctions for at time = infinity
Thijs Janzen
k <- calc_k(N = 100, R = 1000, H_0 = 0.5, C = 1)