Team:British Columbia/Modeling

From 2013.igem.org

(Difference between revisions)
Line 71: Line 71:
https://static.igem.org/mediawiki/2013/b/b5/Growth3.png
https://static.igem.org/mediawiki/2013/b/b5/Growth3.png
-
 
-
https://static.igem.org/mediawiki/2013/9/91/Growth2.png
 
https://static.igem.org/mediawiki/2013/b/b8/Model2.png
https://static.igem.org/mediawiki/2013/b/b8/Model2.png

Revision as of 08:32, 27 September 2013

iGEM Home


Contents

Modeling Objectives:

  1. Predict the growth of recombinant E. coli cultures under phage cultures under phage predation.
  2. Predict caffeine production based on initial starting number of viruses, (ie. multiplicity of infection; MOI).

Assumptions:

  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.
  4. Yield coefficients and phage attachment coefficients are constants.
  5. Bacterial phages do not decrease significantly in number during the course of an experiment.
  6. All considered bacterial phages are lytic.

Bacteria Growth:

We begin with a populations balance for a given strain $X$, \begin{align} \frac{dX}{dt} = \frac{dX_i}{dt} + \frac{dX_u}{dt} \end{align} The infected bacteria is represented by $X_i$, uninfected bacteria by $X_u$ and $X = X_i + X_u$. We use the Monod equation to model the substrate limited bacterial growth. \begin{align} \mu_{X} = \mu_{max, X} \frac{S}{K_{S, X} + S} \end{align}

Where $\mu_{X}$ is the bacterial growth rate, $\mu_{max, X}$ is the maximum bacterial growth rate, $S$ is the growth limiting substrate and $K_s$ is the amount of substrate remaining when the growth rate is half of maximum. Due to environmental factors, some bacteria will die; the death rate ($k_d$) is assumed to be directly proportional to the bacteria population. A lag phase is modelled by multiplying a dampening term to the growth rate, namely $(1 - e^{-\alpha t})$, where $\alpha$ is defined as a proportionality constant. The slowing of growth from exponential to stationary is modelled with yet another dampening term to be multiplied to the growth: $exp\big[{-\big(\frac{X}{X_c}\big)^m\big]}$. This dampening term is related to the quorom sensing in bacteria, once the bacteria reach some characteristic concentration ($X_c$) the bacteria begin to slow down growth. Thus the uninfected cell growth is described by: \begin{align} \frac{dX_u}{dt} = \big( \mu_{X, u}e^{-\big(\frac{X}{X_c}\big)^m} - k_{d_{X,u}} \big) X_u\big(1 - e^{-\alpha t}\big) \end{align} For clarity, in this model, $m$, $X_c$, and $\alpha$ are all to be empirically determined and assumed constant. In reality, each constant is dependent on many variables, for example: $\alpha(temperature, pressure, [substrate], environmental \ conditions, bacterial \ strain, more)$. Similarly for infected cells: \begin{align} \frac{dX_i}{dt} = \big( \mu_{X, i}e^{-\big(\frac{X}{X_c}\big)^m} - k_{d_{X,i}} \big) X_i\big(1 - e^{-\alpha t}\big) - \delta \end{align}

However, a major difference is that the decay rate for the infected cells is dependent on the latency time of the virus and thus we introduce $\delta$. The function $\delta$ is defined as follows, \begin{align} \delta = &N(\tau)X_i , \ \ during \ lysis\\ & 0, \ \ \ \ \ \ \ \ \ \ \ \ \ otherwise \end{align} Here $N(\tau)$ is a normal distribution over some time $\tau$, in other words, it is expected that the infected population will lyse according to a normal distribution over the domain $(-\tau, \tau)$.

Viral Growth

It is now necessary to consider the phage population $V$ as it directly affects the amount of bacteria that are infected at any given time. To describe the phage population it is necessary to consider how many phages are released per cell lysis, this number is referred to as the burst size $(\beta)$. \begin{align} V = V_0 + X_i \beta ^{\frac{t}{LT}} \end{align} Where $V_0$ is the initial phage populations and $LT$ is the latency time (they time between infection and lysis). However, since lab techniques are tricky to measure the exact phage at various time points as well as the exact amount of infected bacteria, it is desired to simplify the model. It is reasonable to use a stepwise function that describes the amount of free phage present. Also, since the burst size is large, on the order of $100$, we see that the loss of current phage due to infection of cells is small (roughly 1%), thus to simplify computations we consider this to be negligible. With these deductions we arrive at the following: \begin{align} V = V_0 + E(X_i)\beta^{\big[\frac{t}{LT}\big]} \end{align} Where $E(X_i)$ is the expected infected population and $\big[\frac{t}{LT}\big]$ is the largest integer equal or less than $\frac{t}{LT}$. To find the expected infected population, the Poisson distribution is used based on the MOI. However, there is an efficiency of viral attachment $\epsilon \in (0, 1)$ (in fact the efficiency has been found to be a function of certain proteins [reference]). \begin{align} MOI = \frac{V}{X} \end{align}

\begin{align} E(X_i) = \epsilon X(1 - e^{-MOI}) \end{align}

Substrate utilization

The bacteria will need to use a substrate, and the depletion of this substrate is proportional to the growth of the uninfected bacteria and the amount of bacteria. Although the infected bacteria do not multiply when infected, the infected cells may use up substrate to gain the energy needed to replicate the phage. Although it may be the case that the bacteria simply recycle intracellular material, a substrate utilization term ($\gamma$) for the infected cells is utilized (if the bacteria do in fact recycle intracellular material, it follows that this value will be 0). Moreover, when cells lyse, the cell materials can be metabolized by other bacteria and will add to the amount of nutrients available. Thus, the equation for substrate utilization rate is:

\begin{align} \frac{dS}{dt} = - \big[ \frac{\mu_u}{Y_u}X_u + \frac{\gamma}{Y_i}X_i \big] + \phi \delta \end{align} Where $Y_u$ and $Y_i$ are yield constants and $\phi$ is the average amount of substrate released per infected cell during lysis. For clarity, $\delta$ is as described above.

Model Validation

Although, only limited amounts of growth curves have been able to be analyzed, the initial quantitative results appear promising and the qualitative results appear to have value as well. For the curves that did not match quantitatively, the qualitative curve was still good at predicting culture collapse (bear in mind that OD measurements will contain "bacterial bones" which will artificially inflate the concentration of bacteria upon lysis)


Growth3.png

Model2.png

Modelling_parameters.png