Matrix version of HWExact
HWExactMat executes a fast Exact test for HWE for each row in a matrix.
HWExactMat(X, ...)
X |
A n times 3 matrix of genotypic counts (AA,AB,BB) |
... |
extra arguments that are passed on to |
pvalvec |
Vector with the p-values of each test |
Jan Graffelman jan.graffelman@upc.edu
X <- HWData(100,10) colnames(X) <- c("MM","MN","NN") Results <- HWExactMat(X) Output <- cbind(X,Results$pvalvec) print(Output)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.