pvec_tet_2 {segtest} | R Documentation |
Tetraploid gamete frequencies of gametes when one parent's genotype is known
Description
This is under the two parameter model.
Usage
pvec_tet_2(alpha, xi, ell)
Arguments
alpha |
The double reduction rate |
xi |
The preferential pairing parameter |
ell |
The parental genotype |
Value
The gamete genotype frequencies
Author(s)
Mira Thakkar and David Gerard
Examples
alpha <- 1/6
xi <- 1/3
pvec_tet_2(alpha = alpha, xi = xi, ell = 0)
pvec_tet_2(alpha = alpha, xi = xi, ell = 1)
pvec_tet_2(alpha = alpha, xi = xi, ell = 2)
pvec_tet_2(alpha = alpha, xi = xi, ell = 3)
pvec_tet_2(alpha = alpha, xi = xi, ell = 4)
[Package segtest version 1.0.2 Index]