Team:Toronto/ODE

ODE

Derivation

We use the following notations for the wiki: [X] denotes the concentration of substance X

ODEs under transcription equilibrium assumption

We first derive the ordinary differential equations for protein concentrations under two scenarios: constitutive expression and repressed expression. In deriving these equations, we use the assumption that mRNA concentration is always at equilibrium, as transcription is many orders of magnitude faster than translation.

For the first scenario, the gene is constitutively expressed. Transcription and translation are constantly active, and there are no repressors in the system[1]. In this case, the equations are:

\begin{eqnarray} \dot{m} = k_1 - d_1 m \\ \dot{p} = k_2 m - d_2 p \end{eqnarray}

where m = [mRNA], p = [Protein], k1 = constitutive transcription rate (constant), d1 = mRNA degradation rate, k2 = translation rate, d2 = protein degradation rate[1].

According to the transcription equilibrium assumption,

\begin{eqnarray} \dot{m} = 0 \Rightarrow m = \frac{k_1}{d_1} \end{eqnarray}

Substituting this value of m into the equation for p, we get:

\begin{equation} \dot{p} = \frac{k_1 k_2}{d_1} - d_2 p \tag{1} \end{equation}

For the second scenario, a repressor is inhibiting transcription[1]. In this case, the equations are:

\begin{eqnarray} \dot{m} = k_1 \frac{K^n}{K^n + R^n} - d_1 m \\ \end{eqnarray} \begin{eqnarray} \dot{p} = k_2 m - d_2 p \end{eqnarray}

where m = [mRNA], p = [Protein], R = [Repressor], k1 = maximum transcription rate, K = repression coefficient, n = Hill coefficient[1].

According to the transcription equilibrium assumption,

\begin{eqnarray} \dot{m} = 0 \Rightarrow m = \frac{k_1}{d_1} \frac{K^n}{K^n + R^n} \end{eqnarray}

Substituting this:

\begin{equation} \dot{p} = \frac{k_1 k_2}{d_1} \frac{K^n}{K^n + R^n} - d_2 p \tag{2} \end{equation}

Since the LacI:LOV system only contains these two types of pathways, we will use these derived results to formulate the ODEs that characterizes our system.

ODEs of LacI:LOV system

The production of LacI:LOV is constitutive, so the equation is:

\begin{eqnarray} \frac{dR_1}{dt} = \alpha_1 - d_{R1}R_1 \end{eqnarray}

where R1 is the concentration of LacI:LOV and

\begin{eqnarray} \alpha_1=\frac{k_{rbs4}k_{LacI:LOV}}{d_{rbs4}} \end{eqnarray}

Since it is constantly active and is unaffected by light activation, we assume that the reaction reaches equilibrium extremely quickly. So,

\begin{eqnarray} \frac{dR_1}{dt}=0 \Rightarrow R_1=\frac{\alpha_1}{d_{R1}} \end{eqnarray}

We can substitute this value of R1 into the other equations.

We model the other key pathways: cI:LVA, mCherry, and YFP. All of them are inhibited transcription. We get the following equations:

\begin{eqnarray} \frac{dR_2}{dt} = \frac{\alpha_2}{K^n_1 + R^n_1} - d_{R2}R_2 \tag{3} \\ \frac{d\Lambda}{dt} = \frac{\alpha_\Lambda}{K_2^n + R_2^n} - d_{\Lambda} \Lambda \tag{4} \\ \frac{d\Theta}{dt} = \frac{\alpha_\Theta}{K^n_1 + R_1^n} - d_{\Theta} \Theta \tag{5} \end{eqnarray}

where R2 is the concentration of cI:LVA, Λ is the concentration of YFP, Θ is the concentration of mCherry, and

\begin{eqnarray} \alpha_2=\frac{k_{rbs1}k_{cI:LVA}}{d_{rbs1}} \tag{6} \\ \alpha_\Lambda=\frac{k_{rbs6}k_{\Lambda}}{d_{rbs6}} \tag{7} \\ \alpha_\Theta=\frac{k_{rbs3}k_{mCherry}}{d_{rbs3}} \tag{8} \end{eqnarray}

and K1, K2 are the repression coefficient for each reaction, and dR2, dΛ, dΘ are the respective degradation rates.

We substitute in the value for R1 into the equations, resulting in:

\begin{eqnarray} \frac{dR_2}{dt} =& \frac{\alpha_2}{K^n_1 + \frac{\alpha_1}{d_{R1}}^n} - d_{R2}R_2 \tag{9} \\ \frac{d\Lambda}{dt} =& \frac{\alpha_\Lambda}{K_2^n + R_2^n} - d_{\Lambda} \Lambda \tag{10} \\ \frac{d\Theta}{dt} =& \frac{\alpha_\Theta}{K^n_1 + \frac{\alpha_1}{d_{R1}}^n} - d_{\Theta} \Theta \tag{11} \end{eqnarray}

We then nondimensionalize the 3 equations in order to simulate them. We scale all protein concentrations in terms of K2, and scale the degradation rates and the time period in terms of growth rate (g). So, we make the following substitutions:

\begin{eqnarray} \tau=tg \tag{12} \\ x_2=\frac{R_2}{K_2} \tag{13} \\ \theta=\frac{\Theta}{K_2} \tag{14} \\ \lambda=\frac{\Lambda}{K_2} \tag{15} \\ \gamma_2=d_{R2}g \tag{16} \\ \gamma_\theta=d_{\Theta}g \tag{17} \\ \gamma_\lambda=d_{\Lambda}g \tag{18} \end{eqnarray}

We also incorporate the light switch, which activates the repression LacI:LOV when it is turned on. So, the production of cI:LVA and mCherry is constitutive when light is off, and repressed when light is on. We can model all of the above with the following system:

\begin{eqnarray} \frac{dx_2}{d\tau} = \psi_1 - \gamma_2 x_2 \tag{19} \\ \frac{d\theta}{d\tau} = k\psi_1 - \gamma_\theta \theta \tag{20} \\ \frac{d\lambda}{d\tau} = \frac{\alpha_\lambda}{1+x_2^n} - \gamma_\lambda \lambda \tag{21} \end{eqnarray}

where:

\begin{equation} \psi_1 = \tag{22} \begin{cases} \alpha_2 & \text{if lights are on} \\ \frac{\alpha_2}{\frac{K_1}{K_2}+\frac{x_1}{K_2}^n} & \text{if lights are off} \end{cases} \end{equation}

or,

\begin{equation} \psi_1 = \frac{\alpha_2}{(\frac{K_1}{K_2}+\frac{x_1}{K_2}^n)^{1-\mu}} \tag{23} \end{equation}

where μ is the state of the light toggle: μ=0 for off, μ=1 for on.

Final Results

The ODEs that characterizes the systems are:

\begin{eqnarray} \frac{dx_2}{d\tau} = \psi_1 - \gamma_2 x_2 \tag{24} \\ \frac{d\theta}{d\tau} = k\psi_1 - \gamma_\theta \theta \tag{25} \\ \frac{d\lambda}{d\tau} = \frac{\alpha_\lambda}{1+x_2^n} - \gamma_\lambda \lambda \tag{26} \end{eqnarray}

where:

\begin{equation} \psi_1 = \frac{\alpha_2}{(\frac{K_1}{K_2}+\frac{x_1}{K_2}^n)^{1-\mu}} \tag{27} \end{equation}

or,

\begin{equation} \psi_1 = \tag{28} \begin{cases} \alpha_2 & \text{if lights are on} \\ \frac{\alpha_2}{\frac{K_1}{K_2}+\frac{x_1}{K_2}^n} & \text{if lights are off} \end{cases} \end{equation}

and x2, θ, λ are the protein concentrations scaled in terms of K2,

γ2, γθ, γλ are degradation rates scaled to the cell growth rates and K2,

α2, αθ, αλ are the maximal transcription rates,

k= αθα2 (ratio of maximal transcription rates of θ and x2)

Summary

Our project this year is to quantitatively model out lacILov system with ODE’s. It follows the methodology applied in Timoth S gardners paper “A genetic toggle switch in ecoli” 2005. We began by abstracting away the details of specific promoters and repressors (figure 1) to get a simplified view of the interactions of our system. Afterwards we modeled the interactions through a set of first order ordinary differential equations. Using various assumptions to reduce the number of equations and parameters, along with the application of nondimensionalization we obtained our final result:

data
The switch that we used as our model

Equations 1, 2, 3

\begin{eqnarray} \frac{dx_2}{d\tau} = \psi_1 - \gamma_2 x_2 \\ \frac{d\theta}{d\tau} = k\psi_1 - \gamma_\theta \theta \\ \frac{d\lambda}{d\tau} = \frac{\alpha_\lambda}{1+x_2^n} - \gamma_\lambda \lambda \end{eqnarray}

These 3 equations encapsulate the core nature of our system. Note that all the parameters and variables have no dimensions, so our results may be generalized to other light activated systems of the same structure. Mapping our abstracted variables back to our system we see that:

Equation 1

Represents the rate of change of the CI repressor, whose activation depends on whether or not light is on and exhibits linear scaling with respect to its promoter strength.

Equation 2

Is the rate of change of sgrna and it is important to note that from the equations, its expression is indirectly linked to the CI repressor via the psi term.

Equation 3

Is the key result of our system, it represents the rate of change of Anti-CRISPR. Our model confirms that the nature of Anti-CRISPR activation is inversely proportional to LacILov activation.

References

  1. http://www.bg.ic.ac.uk/research/g.stan/2010_Course_MiB_article.pdf