Mendelian Randomization

What is Mendelian Randomization

How does it work

Intuition (why "Mendelian")

Because genes are randomly assigned at conception (following Mendel's laws), they are generally independent of confounders.
-> If the genetic variants associated with the exposure are also associated with the outcome, this provides evidence for a causal effect.

The logic is similar to a “natural randomized controlled trial”.

Step by step

  1. Identify instrumental variables (IVs)
X=α+γG+ϵX

where γ represents the effect of the SNP on the exposure.

  1. Check independence from confounders
Cov(G,C)=0
  1. Estimate the effect of exposure on outcome
Y=βX+ϵY β^IV=Cov(G,Y)Cov(G,X)
  1. Interpret causal effect
    • if β^IV is significantly different from zero, it suggests a causal effect of the exposure on the outcome.
    • this estimate is less likely to be biased by confounding or reverse causation due to the random allocation of genes.

Key Assumptions

  1. Relevance: genetic variants are associated with the exposure
  2. Independence: genetic variants are independent of confounders
  3. Exclusion restriction: genetic variants affect the outcome only through the exposure

Advantages

Limitations