p_from_alpha {hwep} | R Documentation |
Obtain gamete frequencies at equilibrium given rates of double reduction.
Description
Given the rate of double reduction and the major allele frequency, this function will calculate the gametic frequencies.
Usage
p_from_alpha(alpha, p, ploidy)
Arguments
alpha |
A numeric vector containing the double reduction parameter(s).
This should be a
vector of length |
p |
The allele frequency of the major allele. |
ploidy |
The ploidy of the species. |
Value
A numeric vector of length ploidy / 2 + 1
, where element
i
is the probability that a gamete carries i-1
copies of
the major allele.
Author(s)
David Gerard
Examples
p_from_alpha(0.2, 0.5, 4)
[Package hwep version 2.0.2 Index]