HWStrata | R Documentation |
Function HWStrata
implements Olson's asymptotic test for HWE for a stratified sample of
single biallelic polymorphism.
HWStrata(X, verbose = TRUE)
X |
A three-column matrix of genotype counts (e.g. with columns AA, AB, BB) |
verbose |
print output if |
See the references for the related homogeneity assumption.
T2 |
The test statistic |
pval |
The p-value |
Jan Graffelman jan.graffelman@upc.edu
Olson J.M. (1993) Testing the Hardy-Weinberg law across strata. Annals of Human Genetics 57(4):291-295.
Olson, J.M. and Foley, M. (1996) Testing for homogeneity of Hardy-Weinberg disequilibrium using data sampled from several populations. Biometrics 52(3) pp. 971-979.
HWExactStats
, HWChisqStats
#
# Test across strata
#
data("Glyoxalase")
Glyoxalase <- as.matrix(Glyoxalase)
HWStrata(Glyoxalase)
#
# Stratified exact testing, testing each sample
#
HWExactStats(Glyoxalase)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.