getGlist {euroformix} | R Documentation |
getGlist Returns a list of genotypes with corresponding probabilities for a given allele frequency-list.
getGlist(popFreq)
popFreq |
A list of allele frequencies for a given population. Each named element in the list must be a allele-named vector with allele frequencies. |
The function returns the list of all possible observed genotypes, with corresponding Hardy-Weinberg assumed probabilities. The allele-names in popFreq needs to be numbers.
Glist A list with genotypes and genotype probabilities for each locus.
Oyvind Bleka