Bayesian Epigenome-Wide Association Study (Bayesian EWAS)
Bayesian Epigenome-Wide Association Study · Also known as: Bayesian EWAS, B-EWAS, Bayesian methylation-wide association study, Bayesian epigenetic association analysis
A Bayesian EWAS is a genome-scale association analysis that links epigenetic marks — most commonly CpG-site DNA methylation — to a phenotype or trait of interest, replacing or supplementing the classical frequentist p-value framework with a Bayesian probabilistic model. It yields posterior probabilities of association and credible intervals for each CpG site, allowing formal incorporation of prior biological knowledge and more principled handling of the multiple-testing burden intrinsic to testing hundreds of thousands of sites simultaneously.
Read the full method
Sign in with a free account to read this section.
Method map
The neighbourhood of related methods — select a node to explore.
When to use it
Use a Bayesian EWAS when you want to incorporate prior biological knowledge into your association analysis, obtain calibrated posterior probabilities rather than binary significance calls, or jointly model multiple CpG sites in a variable-selection framework. It is especially valuable in smaller cohorts (< 500 samples) where classical EWAS is underpowered and a hierarchical prior can regularise estimates, and when you wish to integrate GWAS or other omics data coherently into the prior. Do not use it as a drop-in replacement for standard EWAS in very large population biobanks where simple linear regression at scale is already well-powered and the Bayesian computational cost is prohibitive without specialised infrastructure. It is also inappropriate when the research question requires a strict frequentist Type I error guarantee or when the biological prior information is so weak or contested that any informative prior would be misleading.
Strengths & limitations
- Yields posterior probabilities of association that are directly interpretable as evidence rather than as a rejection of a null hypothesis.
- Formally accommodates prior biological knowledge — genomic context, functional annotation, or external GWAS evidence — improving power in small to medium cohorts.
- Variable-selection frameworks allow joint modelling of CpG sites, capturing correlation structure across the methylome rather than treating each site independently.
- Credible intervals provide honest uncertainty quantification around effect-size estimates, valuable for clinical translation.
- The Bayesian FDR framework adjusts error-rate control to the actual signal sparsity in the data rather than applying a universal threshold.
- Computationally intensive: MCMC-based approaches applied genome-wide (450K–900K sites) require high-performance computing resources and careful convergence diagnostics.
- Results are sensitive to prior specification; poorly chosen priors can introduce systematic bias, and the choice must be transparently documented and ideally subjected to sensitivity analysis.
- Interpretational expertise needed: posterior probabilities and PIPs are frequently misread by reviewers trained in frequentist paradigms, complicating peer review.
- Most off-the-shelf EWAS software (minfi, limma, DSS) is frequentist; Bayesian EWAS requires more specialised pipelines (e.g., BFDR packages, custom Stan/JAGS models).
- Hierarchical models that pool information across sites assume exchangeability, which may not hold across distinct genomic regions with very different biological roles.
Frequently asked
How does Bayesian EWAS differ from a standard frequentist EWAS?
A standard EWAS fits a linear (or logistic) regression at each CpG site and reports a p-value; significance is declared if p falls below a genome-wide threshold (typically 3.6×10⁻⁸ for the 450K array). A Bayesian EWAS instead computes the posterior probability that the association at each site is non-zero, given the data and a prior. This allows external biological knowledge to be incorporated, provides direct uncertainty quantification via credible intervals, and replaces the binary significance decision with a continuous ranking by posterior evidence.
What prior should I use if I have no strong biological prior information?
In the absence of strong external information, a weakly informative prior — such as a normal prior on regression coefficients centered at zero with a variance calibrated to the expected effect-size range in epigenomic studies — is a reasonable default. Empirical Bayes, which estimates hyperparameters from the data itself, is a practical alternative that avoids fully subjective prior choices. The key requirement is to document your prior and run sensitivity analyses varying the hyperparameters to confirm that conclusions are robust.
Is Bayesian EWAS appropriate for very large biobank datasets?
In large biobanks (n > 5,000), classical EWAS is already well-powered and computationally straightforward. Full Bayesian MCMC across 450K–900K sites at this scale is typically impractical without distributed computing. Variational Bayes approximations or empirical Bayes shrinkage estimators offer a practical middle ground. For many large-cohort questions, the added complexity of a fully Bayesian approach may not yield enough additional insight to justify the computational cost.
Can I apply Bayesian EWAS to EPIC v2 or other next-generation methylation platforms?
Yes. The statistical framework is platform-agnostic; what changes is the preprocessing pipeline and the number of sites tested (the EPIC v2 array covers approximately 935,000 CpG sites). The increased dimensionality raises the computational burden further and makes regularisation through Bayesian priors even more valuable relative to naive frequentist approaches.
How do I handle the correlation structure between nearby CpG sites (spatial autocorrelation)?
Nearby CpG sites in the same genomic region are correlated (linkage disequilibrium of methylation, or 'methylation LD'). Site-by-site Bayesian regression ignores this structure. More sophisticated approaches model spatially correlated effects using Gaussian process priors or region-level summarisation (e.g., bumphunter-style region detection followed by Bayesian region-level testing). Ignoring spatial correlation does not necessarily bias point estimates but can inflate the effective number of independent discoveries.
Sources
- Richardson, S., Tsai, P. C., Bell, J. T., & Timpson, N. J. (2016). Bayesian approaches to studying associations between epigenetic marks and phenotypes. International Journal of Epidemiology, 45(3), 694–705. link ↗
- Johansson, A., Enroth, S., & Gyllensten, U. (2013). Continuous aging of the human DNA methylome throughout the human lifespan. PLoS ONE, 8(6), e67378. link ↗
How to cite this page
ScholarGate. (2026, June 3). Bayesian Epigenome-Wide Association Study. ScholarGate. https://scholargate.app/en/bioinformatics/bayesian-epigenome-wide-association-study
Which method?
Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.
- Bayesian GWASBioinformatics↔ compare
- Epigenome-wide association studyBioinformatics↔ compare
- Genome-wide association studyBioinformatics↔ compare
- Multi-omics epigenome-wide association studyBioinformatics↔ compare