powered by
Function AFtest tests equality of allele frequencies for males and females for bi-allelic marker data by means of a Fisher exact test.
AFtest
AFtest(x, verbose = TRUE, ...)
Two-way table of sex by allele
p-value of the test
a vector containg the genotypic counts c(A,B,AA,AB,BB) for a bi-allelic X-chromosomal markers.
verbose = TRUE prints results, verbose = FALSE is silent.
additional arguments for function fisher.test.
fisher.test
Jan Graffelman jan.graffelman@upc.edu
Function AFtest constructs the contingency table of sex by allele, and call fisher.test to test for equality of allele frequencies. The test assumes Hardy-Weinberg equilibrium.
HWChisq, HWExact
HWChisq
HWExact
rs5968922 <- c(A=392, B=212, AA=275, AB=296, BB=80) AFtest(rs5968922)
Run the code above in your browser using DataLab