ACAT_combine: ACAT: Aggregated Cauchy Association Test
Description
Combines multiple p-values using the Aggregated Cauchy Association Test (ACAT).
This method is robust and maintains correct type I error even with correlated
p-values.
Usage
ACAT_combine(pvals, weights = NULL)
Value
A single combined p-value.
Arguments
pvals
Numeric vector of p-values to combine.
weights
Numeric vector of weights. If NULL (default), equal weights are used.
Details
ACAT transforms p-values using the Cauchy distribution and combines them:
$$T = \sum_i w_i \tan(\pi(0.5 - p_i))$$
The combined p-value is then computed from the Cauchy distribution.
This method has several advantages:
Valid even when p-values are correlated
Computationally simple
Handles edge cases (p = 0 or 1) gracefully
References
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.