Team:British Columbia/Modeling

From 2013.igem.org

(Difference between revisions)
Line 1: Line 1:
{{:Team:British_Columbia/Templates/MainHeader}}
{{:Team:British_Columbia/Templates/MainHeader}}
-
 
+
<html>
<H1 align="center">
<H1 align="center">
<iframe width="640" height="480" src="https://static.igem.org/mediawiki/2013/7/71/Gro_model1.mov" frameborder="0" allowfullscreen></iframe>
<iframe width="640" height="480" src="https://static.igem.org/mediawiki/2013/7/71/Gro_model1.mov" frameborder="0" allowfullscreen></iframe>
</H1>
</H1>
 +
</html>
Reaction Kinetics:
Reaction Kinetics:

Revision as of 23:25, 22 September 2013

iGEM Home

Reaction Kinetics: - Modeling the production of cinnamaldehyde, vanillin and caffeine production


Population dynamics: - Modeling the population of a bacteria in a batch reactor with phage dependency


The model in it's entirety involves a system of ten linear first order ordinary differential equations, subject to ten initial conditions and one boundary condition. When introducing an expression, a general form will be expressed leaving our defined system to be shown at the end.

To start we make a few assumptions to do with bacterial growth:

  1. Bacteria is grown in a batch culture and follows the Monod growth equation.
  2. Bacteria with the CRISPR are nearly 100% immune to the specific phage infection.
  3. Bacteria without CRISPR system are completely susceptible to phage infection.


We begin by showing the rate of change in the total bacterial growth for a given strain $X$ \begin{align} \frac{dX}{dt} = \frac{dX_i}{dt} + \frac{dX_u}{dt} \end{align} The infected bacterial is represented by $X_i$ and uninfected by $X_u$.


The infected and uninfected cells are described by (4), however the constants differ. \begin{align} \frac{dX_n}{dt} = \big(1 - e^{-\alpha t}\big)\big( \mu_{X, n} - k_{d_{X,n}} \big) X_n \end{align}

$\mu_{X_n}$ $k_{d_{X, n}}$ represent the growth rates and decay rate of strain $X$ with health $n$. Modelling of the lag phase is handled by a lag phase term: $(1- e^{-\alpha t})$, note that this function is identically 0 at the initial start time, and as time progresses the term tends to 1 (as the dampening effect on growth disappears. The decay rates are assumed to be constant and the growth rates are described by Monod growth kinetics. \begin{align} \mu_{X, n} = \mu_{max, X, n} \frac{S}{K_{S, X} + S} \end{align}

We use the Poisson distribution to statistically determine the expected infected bacterial population based on the multiplicity of infection (MOI), where MOI is defined as the ratio of virus to bacteria. The multiplicity of infection (MOI) is defined as the ratio of bacteriophages to bacterial cells. \begin{align} MOI = \frac{V_{X}}{X}\\ P(n) = \frac{MOI^n e^{-MOI}}{n!} \end{align} Where $n$ is the number of bacteriophages attacking a cell. If one or more than one virus infects a cell, the cell will be infected. Therefore, we calculate the fraction of cells to not be infected. \begin{align} P(n > 0) = 1 - P(0) = 1 - e^{-MOI} \end{align} Hence, number of infected bacteria after lysis (or after initial phage is added) is expected to be: \begin{align} E(X_i) = X(1 - e^{-MOI}) \end{align} Given an initial bacterial population, we can use the above equations to determine the population at a later time, however, the infected population is dependent on the viral population. Thus, it is necessary to understand how the phage population changes with time. Fundamentally, we expect viral growth to follow:

V(t) = \phi_i (t) \beta ^{\frac{\t}{LT}}

Where $LT$ is the latency time, $\beta$ is the burst size (average number of phage that are released per infected cell). However, to simplify experimentation, we model the viral population as follows:

In this case, we only see the phage population increase during lysis, and much like the $\delta_{\phi}$ function, the step is smeared using a normal distribution over time. The only remaining factor in our growth model is substrate utilization. For uninfected cells, substrate utilization is expected to be a function of the growth rate and population size of bacteria. For infected cells the apparent growth rate is low since the cells are not multiplying, however, they will be using the nutrients and energy sources to produce the phage, therefore we use another function $\gamma$ to explain substrate utilization of infected cells. The substrate utilization then becomes,

\begin{align} \frac{dS}{dt} = \sum_{k = 1}^m \Big[\frac{\mu_{X_k , i}}{y_{i, X_k}}X_{k, i} + \frac{\mu_{X_{k, i} , u}}{y_{X_k , u}}X_{k, u}\Big] + \sum_{k = 1}^m \Big[\frac{\gamma_{X_k , i}}{y_{i, X_k}}X_{k, i} + \frac{\gamma_{X_{k, i} , u}}{y_{X_k , u}}X_{k, u}\Big] \end{align} where m is the number of strains

Where $E(X_i)$ is the statistically expected infected bacterial populations. We define the rate of change in population in () and (). \begin{align} &\frac{dX_u}{dt} = \big(\mu_u - k_{d_u}\big)X_u(1-e^{-\alpha t})\\ &\frac{dX_i}{dt} = \big(\mu_i - k_{d_i}\big)X_i(1-e^{-\alpha t}) \end{align} Where $\mu_u$ and $\mu_i$ are the growth rate of uninfected and infected cells respectively. And $k_{d_u}$, $k_{d_i}$ are the decay rates of the uninfected and infected bacteria. To create a more complete model, we have chosen to model the bacteriophage population as well. \begin{align} V = X_i \beta ^{\frac{\tau}{LT}} \end{align} Where $\beta$ is the burst size, and $LT$ is latency time.

We must also consider that during growth, the bacterial culture must use substrate to convert to biomass. In our growth experiments, the concentration of substrate limits the growth of bacteria, so we use Monod Kinetics to describe the growth rate of bacteria with respect to substrate concentration.

Where $\mu_{i, max}$ and $\mu_{u, max}$ are the maximum growth rates of infected and uninfected bacteria respectively, $S$ denotes the substrate concentration and $K_s$ is the concentration of substrate when the growth rate is half of it's maximum. Substrate concentration also changes with time and this rate is depended on the concentration available and the concentration of bacteria.