On this page
[TOC]
This table shows the relationship between the null hypothesis
| H0 is True | H0 is False | |
|---|---|---|
| Do Not Reject | True negative : |
Type II error (false negative) : |
| Reject | Type I error (false positive) : |
True positive : |
By definition, the statistical power of a test refers to the probability that the test will correctly reject the null hypothesis, namely the True positive rate in the table above.
!!! tip "Factors affecting power"
- Total sample size
- Case and control ratio
- Effect size of the variant
- Risk allele frequency
- Significance threshold
NCP describes the degree of difference between the alternative hypothesis
Consider a simple linear regression model:
The variance of the error term:
Usually, the phenotypic variance that a single SNP could explain is very limited, so we can approximate
Under Hardy-Weinberg equilibrium, we can get:
-
$f$ : the allele frequency for this variant
So the Non-centrality parameter(NCP)
Significance threshold:
-
$CDF_{\chi^2}^{-1}(x)$ : is the inverse of the cumulative distribution function for$\chi^2$ distribution.
where
-
$CDF_{\chi^2}(x, ncp= \lambda)$ : is the cumulative distribution function for non-central$\chi^2$ distribution with non-centrality parameter$\lambda$ .
Denote :
-
$P_{case}$ : Risk allele frequency in cases -
$N_{case}$ : Number of cases. The total allele count for cases is then$2N_{case}$ . -
$P_{control}$ : Risk allele frequency in controls -
$N_{control}$ : Number of control. The total allele count for control is then$2N_{control}$ .
Null hypothesis :
To test whether one proportion
Significance threshold:
Under the alternative hypothesis, the test statistic
!!! example "GAS power calculator" GAS power calculator implemented this method, and you can easily calculate the power using their website

- Skol, A. D., Scott, L. J., Abecasis, G. R., & Boehnke, M. (2006). Joint analysis is more efficient than replication-based analysis for two-stage genome-wide association studies. Nature genetics, 38(2), 209-213.
- Johnson, J. L., & Abecasis, G. R. (2017). GAS Power Calculator: web-based power calculator for genetic association studies. BioRxiv, 164343.
- Sham, P. C., & Purcell, S. M. (2014). Statistical power and significance testing in large-scale genetic studies. Nature Reviews Genetics, 15(5), 335-346.
