You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A two-phase model of a de novo beneficial mutation timeline. With
initial population size $N_e$
mutation selection coefficient $s$
mutation rate $\mu$ (humans $\approx 10^{-8}$)
target allele frequency $p$
it shows the expected number of generations to establish a mutation (against genetic drift) and grow that population to the desired allele frequency p.
Importance of population size $N_e$
In this Dwarkesh interview David Reich suggests that for human populations larger than $\approx 10^6$ "every mutation that can occur does occur within a couple of generations". This is off, and does not account for the genetic drift (i.e. initial stochasticity of the process) that kills most of beneficial mutants. Indeed, for such $N_e$ regardless of $s$ the time required for a mutation to successfuly estabilish dominates:
$$
\frac{
\underbrace{\frac{1}{2N_e\mu P_{\text{est}}}}_{\text{waiting for successful mutant}}
+
\underbrace{\frac{\log(1/s)}{s}}_{\text{growth to establishment}}
}{
\underbrace{
\frac{1}{s}
\log\left(
\frac{p(1-p_{\text{est}})}
{p_{\text{est}}(1-p)}
\right)
}_{\text{deterministic growth to target}}
} > 1
$$
A new beneficial mutation begins as one allele copy. In a diploid population, there are approximately $2N_e$ allele copies, so new beneficial mutant copies appear at rate $2N_e\mu$ per generation ($t$).
However, most new beneficial mutations are lost by genetic drift. The establishment probability is:
and therefore the rate at which successful beneficial mutations appear is $2N_e\mu P_{\text{est}}$. We can calculate the expected waiting time for a successful mutation:
Once a future-successful mutation appears, its expected early copy-number growth is $\mathbb{E}[X_t] = e^{st}$ where $X_t$ is the mutant allele copy count. We approximate the establishment threshold as
$$
X_{\text{est}} \approx \frac{1}{s}
$$
So the expected time from appearance to establishment is:
only scaling with $s$! This means the deterministic growth phase is mostly controlled by selection strength. If $s$ doubles, the allele spreads roughly twice as fast. If $s$ is cut in half, the spread takes roughly twice as long.