Calculates the probabilities of agreement with H-W equilibrium based on observed frequencies of reference homozygotes, heterozygotes and alternate homozygotes. Uses the exact calculations contained in function prob.hwe() as developed by Wigginton, JE, Cutler, DJ, and Abecasis, GR.
utils.hwe(x, prob = 0.05)
-- a genlight object containting the SNP profiles for a population [Required]
-- level of significance [Default 0.05]
Locus, Hom_1, Het, Hom_2, N, Prob, Sig, BonSig)