Learn R Programming

segtest (version 2.0.0)

pvec_tet_3: Tetraploid gamete frequencies of gametes when one parent's genotype is known

Description

This is under the three parameter model.

Usage

pvec_tet_3(tau, beta, gamma, ell)

Value

The gamete genotype frequencies

Arguments

tau

Probability of quadrivalent formation

beta

Probability of double reduction given quadrivalent formation

gamma

Probability of AA/aa pairing given bivalent formation

ell

The parent genotype

Author

David Gerard

Examples

Run this code
pvec_tet_3(tau = 0.5, beta = 0.1, gamma = 0.5, ell = 2)

Run the code above in your browser using DataLab