jackHWE(g, exclude.num = 1, min.hwe.samples = 5, show.progress = TRUE,
use.genepop = FALSE, ...)jackInfluential(jack.result, alpha = 0.05)
## S3 method for class 'jack.influential':
plot(x, main = "", ...)
FALSE
then hw.test is used.jackHWE.jackInfluential.plot.jack.influential.jack.hwe returns a list with:data.frame of HWE p-values where each row is an
exclusion and columns are loci.gtypes object.jack.influential returns a list with:data.frame of influential exclusions.data.frame listing the allele frequencies of
influential exclusions.matrix of odds ratios between exclusions (rows)
and loci (columns).jack.hwe performs a HWE jackknife where all combinations
of exclude.num samples are left out and HWE is recalculated.
jack.influential calculates odds.ratios between jackknife
HWE and observed HWE and identifies "influential" samples. Samples
are "influential" if the observed HWE p-value is < alpha, but
is > alpha when the samples are not present.
plot.jack.influential creates a cumulative frequency plot
of all odds-ratios from jack.influential. A vertical dashed
line marks the smallest influential exclusion.
}hweTest