Statistical Colocalization
Summary¶
Statistical colocalization is a Bayesian or frequentist analysis method in statistical genetics that determines whether two or more phenotypic traits share a common causal genetic variant at a specific genomic locus. It distinguishes true shared genetic etiology (pleiotropy) from mere physical proximity (linkage disequilibrium) between distinct causal variants. This approach is widely used to integrate genome-wide association study (GWAS) signals with molecular traits like gene expression (e.g., eQTL) and protein levels (pQTL).
Core Concepts¶
When multiple traits show significant genetic associations within the same genomic region, it could be due to: 1. Horizontal Pleiotropy: A single causal variant directly affects multiple traits. 2. Linkage Disequilibrium (LD): Two distinct causal variants, each regulating one trait, are in high correlation, leading to a correlated association signal across the locus.
Statistical colocalization methods model the patterns of association to calculate the posterior probability of a shared causal variant.
Key Frameworks and Algorithms¶
Several tools have been developed to perform colocalization: - COLOC: A pairwise Bayesian method that evaluates five mutually exclusive hypotheses ($H_0$ to $H_4$). $H_4$ represents the hypothesis that both traits share a causal variant. - MOLOC: An extension of COLOC that supports multi-trait colocalization for three or four traits simultaneously. - HyPrColoc: A computationally scalable method developed by the Burgess Group that uses hypothesis prioritisation to compute the Posterior Probability of Full Colocalization (PPFC) for dozens of traits in a single run. - eCAVIAR / ENLOC: Colocalization methods that relax the single causal variant assumption, allowing for multiple causal variants at the same locus.
Applications¶
Colocalization is crucial for: - Causal Gene Identification: Priorizing candidate causal genes by colocalizing disease GWAS signals with cis-eQTLs and cis-pQTLs. - Drug Target Validation: Determining if a target protein's genetic association colocalizes with disease risk. - Pathway Analysis: Mapping out molecular cascades by tracing colocalization across transcriptomic, proteomic, and metabolomic datasets.
Promise and Limitations of Probabilistic Colocalization¶
A systematic evaluation of probabilistic (SNP-level) colocalization methods — coloc, eCAVIAR, and ENLOC/fastENLOC — showed all three share the same underlying Bayesian target, P(g=1, d=1 | eQTL data, GWAS data), differing only in how they parameterize the prior probability of a shared causal variant.[3]
- The enrichment prior dominates false-positive risk: of the analytical choices that shape colocalization outcomes, the specification of the prior enrichment level (the ENLOC parameter α1, quantifying how enriched molecular QTLs are among GWAS hits) was the single factor capable of severely inflating false-positive colocalization calls when set too aggressively. SNPs with only modest marginal evidence from either the eQTL or GWAS analysis are the most sensitive to this prior; SNPs with strong or weak evidence in both studies are comparatively robust to it. The recommended remedy is to estimate the enrichment prior from the observed data (as fastENLOC does via multiple imputation) rather than fixing it a priori, and to keep fine-mapping and colocalization as separate analytical steps.
- Practical power is limited: beyond prior specification, numerous uncontrollable practical factors — reference-panel/study population mismatch, sample size, and LD structure differences — each erode power further. In an extreme cross-population mismatch (Yoruba GWAS data analyzed against Finnish eQTL data), colocalization power dropped to roughly 50% of the matched-population baseline, and only part of that loss was attributable to enrichment-parameter misestimation.
- Scale of the problem: applying this framework to 4,091 complex-trait GWAS against multi-tissue GTEx v8 eQTL data suggested that colocalization between molecular QTLs and causal complex-trait associations is widespread in principle, but only a small fraction of true colocalization events can currently be confidently identified given the power limitations of available eQTL and GWAS sample sizes — a benchmark the authors offer for calibrating expectations in future integrative genetic studies.
Citations¶
- Giambartolomei, C., et al. (2014). Bayesian test for colocalisation between pairs of genetic association studies using summary statistics. PLoS Genetics, 10(5), e1004383.
- Foley, C. N., et al. (2021). A fast and efficient colocalization algorithm for identifying shared genetic risk factors across multiple traits. Nature Communications, 12(1), 764. Source paper: s41467-020-20885-8.pdf
- [3] Hukku, A., Pividori, M., Luca, F., Pique-Regi, R., Im, H.K., & Wen, X. (2021). Probabilistic colocalization of genetic variants from complex and molecular traits: promise and limitations. The American Journal of Human Genetics, 108, 25–35.. Source paper: j.ajhg.2020.11.012.pdf