CCT | R Documentation |
The CCT
function takes in a numeric vector of p-values, a numeric
vector of non-negative weights, and return the aggregated p-value using Cauchy method.
CCT(pvals, weights = NULL)
pvals |
a numeric vector of p-values, where each of the element is between 0 to 1, to be combined. |
weights |
a numeric vector of non-negative weights. If |
The aggregated p-value combining p-values from the vector pvals
.
Liu, Y., & Xie, J. (2020). Cauchy combination test: a powerful test with analytic p-value calculation under arbitrary dependency structures. Journal of the American Statistical Association, 115(529), 393-402. (pub)
Liu, Y., et al. (2019). Acat: A fast and powerful p value combination method for rare-variant analysis in sequencing studies. The American Journal of Human Genetics, 104(3), 410-421. (pub)
pvalues <- c(2e-02, 4e-04, 0.2, 0.1, 0.8)
CCT(pvals = pvalues)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.