powered by
Calculates offspring genotype frequencies under the two-parameter model.
offspring_gf_2(alpha, xi1, xi2 = xi1, p1, p2)
Offspring genotype frequencies
The double reduction rate
The preferential pairing parameter of the first parent.
The preferential pairing parameter of the second parent.
The first parent's genotype
The second parent's genotype
Mira Thakkar
alpha <- 1/6 xi1 <- 1/3 xi2 <- 1/3 p1 <- 2 p2 <- 3 offspring_gf_2(alpha = alpha, xi1 = xi1, xi2 = xi2, p1 = p1, p2 = p2)
Run the code above in your browser using DataLab