Description Usage Arguments Value Examples
Print Function for Objects of "wAF" Class
1 2 |
x |
An object of "wAF" class. |
... |
Optional arguments for |
Method used; P-value; weights used; variants combined into the test statistic.
1 2 3 4 5 | Y <- SNV_sparse$trait
X <- SNV_sparse$SNV[, -SNV_sparse$zero_var]
test2 <- wAF(Y, X, w = "flat", nperm = 100)
test2
print(test2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.