
Last chance! 50% off unlimited learning
Sale ends in
Last chance! 50% off unlimited learning
Sale ends in
Estimates allele frequencies (and failure rate if relevant) under dfferent assumptions: maximum likelihood assuming that there is null allele (default method), maximum likelihood assuming that apparent nulls are technical failures independent of genotype ('ApparentNulls'
), and Brookfield's (1996) estimator ('B96'
). See this section of the Genepop executable documentation for more information on the statistical methods. Genepop takes the allele with the highest number for a given locus across all populations as the null allele. 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.
nulls(
inputFile,
outputFile = "",
settingsFile = "",
nullAlleleMethod = "",
CIcoverage = 0.95,
verbose = interactive()
)
The path of the output file is returned invisibly.
The path of the input file, in Genepop format
character: The path of the output file
character: The path of the settings file
character: 'ApparentNulls'
, 'B96'
or anything else (default method).
numeric: The coverage probability of confidence interval
logical: whether to print some information