HWE2sided.table {LDtests}R Documentation

Table and plot of Hardy-Weinberg p-values for all 2x2 tables possible under the null distribution.

Description

Table and plot of HWE p-values for all possible contingency tables consistent with the margins of the input observed contingency table. See HWE2sided for details of the p-values calculated.

Usage

HWE2sided.table(maf, n, ylim = c(0, 1), xlim = NULL)

Arguments

maf Minor allele frequency
n Total genotype count
ylim Y-axis range for plot
xlim X-axis range for plot

Value

Outputs the table of HWE p-values for all the contingency tables consistent with the margins of the input table.

Author(s)

Alex Lewin

References

Kulinskaya and Lewin 2008

See Also

HWE2sided

Examples

HWE2sided.table(0.17,100)
geno <- c(20,73,7)
HWE2sided(geno)

[Package LDtests version 1.0 Index]