Team:LCG-UNAM-Mexico:odes

From 2009.igem.org

(Difference between revisions)
(Deterministic population dynamics model)
(Deterministic population dynamics model)
Line 8: Line 8:
='''Deterministic population dynamics model'''=
='''Deterministic population dynamics model'''=
-
As a first approach to solve our problem, the infection was mathematically modeled with a system of ordinary differential equations.
+
As a first approach to solve our problem, the infection was mathematically modeled with a system of differential equations.
It is important to consider that the amount of phages at a certain time depends on the amount of phages on a previous point in time due to the latency period (once the phage has inserted its genome, it requires a period of time to redirect the molecular machinery of the bacteria, reproduce and start assembling). To tackle this problem, we modeled the phage infection using a system of [http://en.wikipedia.org/wiki/Delay_differential_equation DELAY DIFFERENTIAL EQUATIONS (DDE)] based on the system proposed by Beretta[1]. The use of DDE allows us to update the system depending on the states of the system in previous points in time.
It is important to consider that the amount of phages at a certain time depends on the amount of phages on a previous point in time due to the latency period (once the phage has inserted its genome, it requires a period of time to redirect the molecular machinery of the bacteria, reproduce and start assembling). To tackle this problem, we modeled the phage infection using a system of [http://en.wikipedia.org/wiki/Delay_differential_equation DELAY DIFFERENTIAL EQUATIONS (DDE)] based on the system proposed by Beretta[1]. The use of DDE allows us to update the system depending on the states of the system in previous points in time.

Revision as of 20:13, 19 October 2009


Deterministic population dynamics model

As a first approach to solve our problem, the infection was mathematically modeled with a system of differential equations.

It is important to consider that the amount of phages at a certain time depends on the amount of phages on a previous point in time due to the latency period (once the phage has inserted its genome, it requires a period of time to redirect the molecular machinery of the bacteria, reproduce and start assembling). To tackle this problem, we modeled the phage infection using a system of DELAY DIFFERENTIAL EQUATIONS (DDE) based on the system proposed by Beretta[1]. The use of DDE allows us to update the system depending on the states of the system in previous points in time.

It is noteworthy that the success of system, on a population level, depends on the efficiency of our suicide system after a bacteria has been infected by a phage. To include this in our model, our system of equations must consider the mortality rate of bacteria after they have been infected by a phage (it is precisely this parameter the one we are trying to modify experimentally).

In an infection we have three distinct populations:

  • Not infected bacteria (susceptible to be infected)
  • Bacteria that have already been infected
  • Bacteriophages

Description of the system of nonlinear differential equations

System of delay differential equations
  • Bacteria (either susceptible or infected) grow logistically with a carrying capacity C.
  • According to the law of mass action, when a P (phage) encounters a S (susceptible bacterium), it attaches itself to the cell wall of the bacterium. The bacterium becomes I (infected) at rate K (Bacteriophage Adsorption Rate).
  • Infected bacteria, now under the control of phages, produce a large number of phages (burst size) that will be released when the infected population dies within a time \tau.
  • The term mi takes into account the death rate caused by the suicide system. The term e is the probability that the infected bacteria do not die in the course of infection due to the suicide system.
  • If the suicide system doesnt kill the infected bacteria at previous time tau, it will result in a number b of phages.


The system was solved using Matlab.

Results

The initial population was coded as a population vector [Susceptible Infected Phages] in Matlab.

Normal growth of E. coli without phages in the medium. Bacterial population grows according to a logistic equation.
Initial population vector set to [6e05 0 0].
As there are no phages present, the infected and phage populations are always 0.


Behavior of an infection in a wild type E. coli.
Initial population vector set to [6e05 0 1].
Death only occurs when there is lysis produced by phage infection, therefore the death rate is set to one time the inverse of the latency period (μi=5).


6e05 0 1 25.png
Initial population vector set to [6e05 0 1].
When μi is increased, host bacteria die before the phages reproduce. The death parameter of each toxin is five times the inverse of the latency period (μi=25).

Assumptions

In this modelling approach we assume that:

  • One phage is only able to infect one bacterium.
  • Bacteria and phages are well mixed (in equilibrium), neglecting the spatial considerations.

&mu &alpha

References

[1] E. Beretta, Y. Kuang (2001): Modeling and Analysis of a Marine Bacteriophage Infection with Latency Period. Nonlinear Analysis : Real World Applications, 2, 35-74
[2] Heineman, R., Springman, R., Bull, J. (2008). Optimal Foraging by Bacteriophages through Host Avoidance.. The American Naturalist, 171(4), E149-E157.
[3] De Paepe M, Taddei F (2006) Viruses' life history: Towards a mechanistic basis of a trade-off between survival and reproduction among phages. PLoS Biol 4(7): e193. DOI: 10.1371/journal.pbio.0040193.
|}

Locations of visitors to this page