MGDrivE-Model: MGDrivE: Model's Mathematical Description

Description Inheritance Cube and Oviposition Population Dynamics Gene Drive Releases and Effects Migration Parameters Stochasticity References

Description

The original version of this model was based on work by \insertCiteDeredec2011,Hancock2007MGDrivE and adapted to accommodate CRISPR homing dynamics in a previous publication by our team \insertCiteJohnMarshallAnnaBuchmanHectorMSanchezC.2017MGDrivE. As it was described, we extended this framework to be able to handle a variable number of genotypes, and migration across spatial scenarios. We did this by adapting the equations to work in a tensor-oriented manner, where each genotype can have different processes affecting their particular strain (death rates, mating fitness, sex-ratio bias, et cetera).

Inheritance Cube and Oviposition

To allow the extension of the framework to an arbitrary number of genotypes, we transformed traditional inheritance matrices into inheritance cubes, where each of the axis represents the following information:

The 'cube' structure gives us the flexibility to apply tensor operations to the elements within our equations, so that we can calculate the stratified population dynamics rapidly; and within a readable, flexible computational framework. This becomes apparent when we define the equation we use for the computation of eggs laid at any given point in time:

\overline{O(T_x)} = ∑_{j=1}^{n} \Bigg( \bigg( (β*\overline{s} * \overline{ \overline{Af_{[t-T_x]}}}) * \overline{\overline{\overline{Ih}}} \bigg) * Λ \Bigg)^{\top}_{ij}

In this equation, the matrix containing the number of mated adult females (\overline{\overline{Af}}) is multiplied element-wise with each one of the slices containing the eggs genotypes proportions expected from this cross (\overline{\overline{\overline{Ih}}}). The resulting matrix is then multiplied by a binary 'viability mask' (Λ) that filters out female-parent to offspring genetic combinations that are not viable due to biological impediments (such as cytoplasmic incompatibility). The summation of the transposed resulting matrix returns us the total fraction of eggs resulting from all the male to female genotype crosses (\overline{O(T_{x})}).

Note: For inheritance operations to be consistent within the framework, the summation of each element in the 'z' axis (this is, the proportions of each one of the offspring's genotypes) must be equal to one.

Population Dynamics

During the three aquatic stages, a density-independent mortality process takes place:

θ_{st}=(1-μ_{st})^{T_{st}}

Along with a density dependent process dependent on the number of larvae in the environment:

F(L[t])=\Bigg(\frac{α}{α+∑{\overline{L[t]}}}\Bigg)^{1/T_l}

where α represents the strength of the density-dependent process. This parameter is calculated with:

α=\Bigg( \frac{1/2 * β * θ_e * Ad_{eq}}{R_m-1} \Bigg) * \Bigg( \frac{1-(θ_l / R_m)}{1-(θ_l / R_m)^{1/T_l}} \Bigg)

in which β is the species' fertility in the absence of gene-drives, Ad_{eq} is the adult mosquito population equilibrium size, and R_{m} is the population growth in the absence of density-dependent mortality. This population growth is calculated with the average generation time (g), the adult mortality rate (μ_{ad}), and the daily population growth rate (r_{m}):

g=T_{e}+T_{l}+T_{p}+\frac{1}{μ_{ad}}\\R_{m}=(r_{m})^{g}

Larval Stages

The computation of the larval stage in the population is crucial to the model because the density dependent processes necessary for equilibrium trajectories to be calculated occur here. This calculation is performed with the following equation:

D(θ_l,T_x) = \begin{array}{ll} θ_{l[0]}^{'}=θ_l & \quad i = 0 \\ θ_{l[i+1]}^{'} = θ_{l[i]}^{'} *F(\overline{L_{[t-i-T_x]}}) & \quad i ≤q T_l \end{array}

In addition to this, we need the larval mortality (μ_{l}):

%L_{eq}=&α*\lfloor R_{m} -1\rfloor %& μ_{l}=1-\Bigg( \frac{R_{m} * μ_{ad}}{1/2 * β * (1-μ_{m})} \Bigg)^{\frac{1}{T_{e}+T_{l}+T_{p}}}

With these mortality processes, we are now able to calculate the larval population:

\overline{L_{[t]}}= \overline{L_{[t-1]}} * (1-μ_{l}) * F(\overline{L_{[t-1]})}\\ +\overline{O(T_{e})}* θ_{e} \\ %+\overline{β}* θ_{e} * (\overline{\overline{Af_{(t-T_{e})}}} \circ \overline{\overline{\overline{Ih}}})\\ - \overline{O(T_{e}+T_{l})} * θ_{e} * D(θ_{l},0) %∏_{i=1}^{T_{l}} F(\overline{L_{[t-i]}}) %θ_{l}

where the first term accounts for larvae surviving one day to the other; the second term accounts for the eggs that have hatched within the same period of time; and the last term computes the number of larvae that have transformed into pupae.

Adult Stages

We are ultimately interested in calculating how many adults of each genotype exist at any given point in time. For this, we first calculate the number of eggs that are laid and survive to the adult stages with the equation:

\overline{E^{'}}= \overline{O(T_{e}+T_{l}+T_{p})} \\ * \bigg(\overline{ξ_{m}} * (θ_{e} * θ_{p}) * (1-μ_{ad}) * D(θ_{l},T_{p}) \bigg)

With this information we can calculate the current number of male adults in the population by computing the following equation:

\overline{Am_{[t]}}= \overline{Am_{[t-1]}} * (1-μ_{ad})*\overline{ω_{m}}\\ + (1-\overline{φ}) * \overline{E^{'}}\\ + \overline{ν m_{[t-1]}}

in which the first term represents the number of males surviving from one day to the next; the second one, the fraction of males that survive to adulthood (\overline{E'}) and emerge as males (1-φ); the last one is used to add males into the population as part of gene-drive release campaigns.

Female adult populations are calculated in a similar way:

\overline{\overline{Af_{[t]}}}= \overline{\overline{Af_{[t-1]}}} * (1-μ_{ad}) * \overline{ω_{f}}\\ + \bigg( \overline{φ} * \overline{E^{'}}+\overline{ν f_{[t-1]}}\bigg)^{\top} * \bigg( \frac{\overline{\overline{η}}*\overline{Am_{[t-1]}}}{∑{\overline{Am_{[t-1]}}}} \bigg)%\overline{\overline{Mf}}

where we first compute the surviving female adults from one day to the next; and then we calculate the mating composition of the female fraction emerging from pupa stage. To do this, we obtain the surviving fraction of eggs that survive to adulthood (\overline{E'}) and emerge as females (φ), we then add the new females added as a result of gene-drive releases (\overline{ν f_{[t-1]}}). After doing this, we calculate the proportion of males that are allocated to each female genotype, taking into account their respective mating fitnesses (\overline{\overline{η}}) so that we can introduce the new adult females into the population pool.

Gene Drive Releases and Effects

As it was briefly mentioned before, we are including the option to release both male and/or female individuals into the populations. Another important t hing to emphasize is that we allow flexible releases sizes and schedules. Our ] model handles releases internally as lists of populations compositions so, it is possible to have releases performed at irregular intervals and with different numbers of mosquito genetic compositions as long as no new genotypes are introduced (which have not been previously defined in the inheritance cube).

\overline{ν} = \bigg\{ ≤ft(\begin{array}{c} g_1 \\ g_2 \\ g_3 \\ \vdots \\ g_n \end{array}\right)_{t=1} , ≤ft(\begin{array}{c} g_1 \\ g_2 \\ g_3 \\ \vdots \\ g_n \end{array}\right)_{t=2} , \cdots , ≤ft(\begin{array}{c} g_1 \\ g_2 \\ g_3 \\ \vdots \\ g_n \end{array}\right)_{t=x} \bigg\}

So far, however, we have not described the way in which the effects of these gene-drives are included into the mosquito populations dynamics. This is done through the use of various modifiers included in the equations:

Migration

To simulate migration within our framework we are considering patches (or nodes) of fully-mixed populations in a network structure. This allows us to handle mosquito movement across spatially-distributed populations with a transitions matrix, which is calculated with the tensor outer product of the genotypes populations tensors and the transitions matrix of the network as follows:

\overline{Am_{(t)}^{i}}= ∑{\overline{A_{m}^j} \otimes \overline{\overline{τ m_{[t-1]}}}} \\ \overline{\overline{Af_{(t)}^{i}}}= ∑{\overline{\overline{A_{f}^j}} \otimes \overline{\overline{τ f_{[t-1]}}}}

In these equations the new population of the patch i is calculated by summing the migrating mosquitoes of all the j patches across the network defined by the transitions matrix τ, which stores the mosquito migration probabilities from patch to patch. It is worth noting that the migration probabilities matrices can be different for males and females; and that there's no inherent need for them to be static (the migration probabilities may vary over time to accommodate wind changes due to seasonality).

Parameters

This table compiles all the parameters required to run MGDrivE clustered in six categories:

Stochasticity

MGDrivE allows stochasticity to be included in the dynamics of various processes; in an effort to simulate processes that affect various stages of mosquitoes lives. In the next section, we will describe all the stochastic processes that can be activated in the program. It should be noted that all of these can be turned on and off independently from one another as required by the researcher.

Mosquito Biology

Oviposition

Stochastic egg laying by female/male pairs is separated into two steps: calculating the number of eggs laid by the females and then distributing laid eggs according to their genotypes. The number of eggs laid follows a Poisson distribution conditioned on the number of female/male pairs and the fertility of each female.

Poisson( λ = numFemales*Fertility)

Multinomial sampling, conditioned on the number of offspring and the relative viability of each genotype, determines the genotypes of the offspring.

Multinomial ≤ft(numOffspring, p_1, p_2… p_b \right)=\frac{numOffspring!}{p_1!\,p_2\,… p_n}p_1^{n_1}p_2^{n_2}… p_n^{n_n}

Sex Determination

Sex of the offspring is determined by multinomial sampling. This is conditioned on the number of eggs that live to hatching and a probability of being female, allowing the user to design systems that skew the sex ratio of the offspring through reproductive mechanisms.

Multinomial(numHatchingEggs, p_{female}, p_{female})

Mating Stochastic mating is determined by multinomial sampling conditioned on the number of males and their fitness. It is assumed that females mate only once in their life, therefore each female will sample from the available males and be done, while the males are free to potentially mate with multiple females. The males' ability to mate is modulated with a fitness term, thereby allowing some genotypes to be less fit than others (as seen often with lab releases).

Multinomial(numFemales, p_1f_1, p_2f_2, … p_nf_n)

Hatching

Other Stochastic Processes All remaining stochastic processes (larval survival, hatching , pupating, surviving to adult hood) are determined by multinomial sampling conditioned on factors affecting the current life stage. These factors are determined empirically from mosquito population data.

Migration

Variance of stochastic movement (not used in diffusion model of migration).

References

\insertAllCited
MGDrivE documentation built on Oct. 23, 2020, 7:28 p.m.