Description Usage Arguments Details Value Author(s) References Examples
A set-based test that uses ACAT to combine the variant-level p-values.
1 |
G |
a numeric matrix or dgCMatrix with each row as a different individual and each column as a separate gene/snp. Each genotype should be coded as 0, 1, 2. |
obj |
an output object of the |
weights.beta |
a numeric vector of parameters for the beta weights for the weighted kernels. If you want to use your own weights, please use the “weights” parameter. It will be ignored if “weights” parameter is not null. |
weights |
a numeric vector of weights for the SNP p-values. When it is NULL, the beta weight with the “weights.beta” parameter is used. |
mac.thresh |
a threshold of the minor allele count (MAC). The Burden test will be used to aggregate the SNPs with MAC less than this thrshold. |
The Burden test is first used to aggregate very rare variants with Minor Allele Count (MAC) < mac.thresh (e.g., 10), and a Burden p-value is obtained. For each of the variants with MAC >= mac.thresh, a variant-level p-value is calculated. Then, ACAT is used to combine the variant-level p-values and the Burden test p-value of very rare variants.
If weights.beta is used, then the weight for the Burden test p-value is demetermined by the average Minor Allele Frequency (MAF) of the variants with MAC < mac.thresh; if the user-specified weights is used, then the weight for the Burden test p-value is the average of weights of the variants with MAC < mac.thresh.
Note that the weights here are for the SNP p-vlaues. In SKAT, the weights are for the SNP score test statistics. To transfrom the SKAT weights to the weights here, one can use the formula that weights = (skat_weights)^2*MAF*(1-MAF).
The p-value of ACAT-V.
Yaowu Liu
Liu, Y., et al. (2019). ACAT: A fast and powerful p value combination method for rare-variant analysis in sequencing studies. American Journal of Humann Genetics 104(3), 410-421. (pub)
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.