2  The idea: inheritance as a natural experiment

The trouble in Chapter 1 was that the confounder \(U\) contaminated the exposure. If we could find some other handle on \(X\), one that \(U\) does not touch, we could learn about the causal effect through that handle instead. In Mendelian randomisation the handle is a genetic variant. This chapter explains why a variant can play that role, and states precisely what has to hold for the argument to be valid.

2.1 Why genotype resembles randomisation

Two facts about inheritance do the work.

First, at conception the two alleles a parent could pass on are separated more or less at random (Mendel’s law of segregation). So which version of a variant you carry is, to a good approximation, a coin flip that happened before you were born, before your diet, your income, your health, or any other confounder could have influenced it.

Second, that coin flip is fixed for life and cannot be changed by disease. A biomarker can rise because you are getting sick; your genotype cannot. This rules out reverse causation, the other headache of observational work.

Put together: a variant that nudges the exposure gives us variation in \(X\) that arrives stamped with a randomised, pre-determined label. That is the natural experiment (Davey Smith and Ebrahim 2003). The formal name for such a handle is an instrumental variable (IV), and MR is instrumental-variable estimation with genetic variants as the instruments.

2.2 The picture

The whole method is easiest to hold in your head as a diagram of what causes what. Let \(G\) be a genetic variant, \(X\) the exposure, \(Y\) the outcome, and \(U\) the unmeasured confounder.

valid U U X X U->X Y Y U->Y G G G->X X->Y
Figure 2.1: A valid instrument. G affects the outcome ONLY by way of the exposure, and shares no back-door path with it.

For the instrument to earn its keep, three conditions must hold. They are the whole ballgame; every MR method, diagnostic, and sensitivity analysis in later chapters is about defending or repairing one of them.

NoteThe three instrument assumptions
  1. Relevance. \(G\) is genuinely associated with the exposure \(X\). A variant that barely moves \(X\) is a weak instrument and gives unstable, biased estimates. This one we can check directly in the data.
  2. Independence. \(G\) shares no common cause with \(Y\): no back-door path \(G \leftarrow \cdots \rightarrow Y\). Random inheritance is what buys us this, though population structure can threaten it.
  3. Exclusion restriction. \(G\) affects \(Y\) only through \(X\). There is no arrow straight from \(G\) to \(Y\). This is the one we can never fully verify, and the one pleiotropy violates.

Assumptions 2 and 3 are the fragile ones, because neither can be confirmed from data alone. Their failures look like this:

violations cluster_p Pleiotropy (breaks exclusion) cluster_c Confounded instrument (breaks independence) Gp G Xp X Gp->Xp Yp Y Gp->Yp Xp->Yp Up U Up->Xp Up->Yp Gc G Xc X Gc->Xc Yc Y Xc->Yc Uc U Uc->Gc Uc->Xc Uc->Yc
Figure 2.2: Two ways an instrument goes bad. Left: pleiotropy, a direct G to Y path, breaks exclusion. Right: a G to U link (e.g. population structure) breaks independence.

2.3 From assumptions to an estimate

If the three conditions hold, the causal effect falls out of a simple ratio. A variant that changes the exposure by some amount, and changes the outcome by some amount, can only be changing the outcome through the exposure (that is the exclusion restriction talking). So

\[ \text{causal effect} \;=\; \frac{\text{effect of } G \text{ on } Y}{\text{effect of } G \text{ on } X}. \]

This is the Wald ratio, the atom every MR estimator is built from. With one instrument it is literally a ratio of two regression coefficients; with many, the methods in Chapters 4–6 are increasingly clever ways of averaging those ratios while guarding against the assumptions failing.

Before we estimate anything, we need data with a known answer to estimate from. That is Chapter 3.