Spaces:
Running
Running
A newer version of the Gradio SDK is available:
5.42.0
Multiplex growth curves
How do strains grow when competing with each other?
That's given by the LotkaโVolterra competition model. For two strains:
- $n_i(t)$: abundance of species (or strain) $i$ at time $t$.
- $w_i$: intrinsic (exponential) growth rate of species $i$.
- $K$: carrying capacity.
We can generalize to many strains. For each one:
It's not possible to algebraically integrate these equations, since they are circularly dependent on each other. But we can numerically integrate, to simulate multiplexed growth curves.