HWExactMat | R Documentation |
Function HWExactMat
is deprecated; use HWExactStats
instead.
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
HWExact
HWExactStats
X <- HWData(100,100)
colnames(X) <- c("MM","MN","NN")
Results <- HWExactMat(X)
Output <- cbind(X,Results)
print(Output)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.