inst/doc/opt81.md

Sub-option 1: null alleles

\index{Null alleles} This sub-option allows estimation of gene frequencies when a null allele is present. Different methods are available: maximum likelihood, maximum likelihood with genotyping failure, and Brookfield’s (1996) estimator, which differences are explained in Section \@ref(null-alleles).[^22]

Genepop takes the allele with the highest number for a given locus across all populations as the null allele.[^23] For example, if you have 4 alleles plus a null allele, a null homozygote individual should be indicated as e.g. 0505 or 9999 in the input file.

The default estimation method is maximum likelihood, using the EM algorithm of @DempsterLR77. Apparent null genotypes may also be due to nonspecific genotyping failures. Joint maximum likelihood estimation of such failure rate (“$\beta$”) and of allele frequencies is available through the setting NullAlleleMethod=ApparentNulls. Finally, the estimator of @Brookfield96 is also available through the setting NullAlleleMethod=B96.\index{NullAlleleMethod setting} Confidence intervals for null allele frequencies are computed for each locus in each population. Their coverage probability can be modified by the same setting CIcoverage as in options 6.5 and 6.6.\index{CIcoverage setting}

The output file is saved in the file yourdata.NUL. This file may contain

Note that there may be insufficient information to compute estimates and/or confidence intervals: not enough alleles in the sample, for example. These are indicated by the message No information. Sometimes the point estimate can formally be computed but the computed CI is not meaningful. This happens for example in case of heterozygote excess, and generates a (No info for CI) warning (if all pseudo-samples generated by some resampling technique show an heterozygote excess, all pseudo-estimates of null allele frequency will be zero and there is no information to construct a non-null CI from this distribution).

The confidence intervals for null allele frequencies are obtained by a bootstrap method, and are not suitable for testing for the presence of null alleles, because the null hypothesis is at the boundary of the parameter space [@Andrews00]. Instead, the exact score test for Hardy-Weinberg proportions can be used.



Try the genepop package in your browser

Any scripts or data that you put into this service are public.

genepop documentation built on Jan. 22, 2023, 1:07 a.m.