offspring_gf_3 | R Documentation |
Calculates offspring genotype frequencies under the three-parameter model.
offspring_gf_3(tau, beta, gamma1, gamma2 = gamma1, p1, p2)
tau |
Probability of quadrivalent formation |
beta |
Probability of double reduction given quadrivalent formation |
gamma1 |
Probability of AA_aa pairing in parent 1 |
gamma2 |
Probability of AA_aa pairing in parent 2 |
p1 |
The first parent's genotype |
p2 |
The second parent's genotype |
Offspring genotype frequencies
David Gerard
offspring_gf_3(
tau = 1/2,
beta = 1/6,
gamma1 = 1/3,
gamma2 = 1/3,
p1 = 1,
p2 = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.