Virginia Tech/pre model

From 2007.igem.org

Title progress.JPG

Dot1.JPG

Dot1.JPG

Dot1.JPG

Dot1.JPG

Dot1.JPG

The Preliminary Model

Our preliminary model was our first attempt at modeling an infection in a single population.

Once we generated experimental data later in the summer, we revised it significantly. Here is a summary of our original approach using reaction equations, the hybrid simulator, and our toolkit.

A graph generated by the simulator zoomed in on all species except phage, which grows on a much larger scale than other species
All species in one infection reaction As the phage (P) infects the uninfected bacteria (B) the amount of uninfected cells decline and number of lysogenic (L) and lytic (K) cells increase. As the lytic cells burst and release phage into the environment, the number of lytic gradually decline and the number of phage quickly increase.

The Model

Reactions:

Rxn_1: B + P --> I1 [200]
Rxn_2: I1 + P --> I2 [200]
Rxn_3: I2 + P --> I3 [200]
Rxn_4: I1 --> L [6.667000e-002]
Rxn_5: I1 --> K [6.000000e-001]
Rxn_6: I2 --> L [6.667000e-002]
Rxn_7: I2 --> K [1.555600e-001]
Rxn_8: I3 --> L [6.667000e-002]
Rxn_9: I3 --> K [6.667000e-002]
Rxn_10: K --> 100P [2.500000e-002]
Rxn_11: B + FA --> 2B [5.000000e-002]
Rxn_12: L + FA --> 2L [5.000000e-002]
Rxn_13: FT --> FA [5.000000e-002]</p>


InitialValues: B=10000
P=100
FT=1.000000e+006</p>


The Species: B = uninfected bacteria
P = phage I = intermediate stage K = lytic E. coli L = lysogenic E. coli FT and FA = food

How the model works

The first reaction represents a phage infecting a bacterial cell. When the cell becomes infected, it can either turn lytic or lysogenic. This decision is based on environmental factors surrounding the bacterial cell. If there is an excess of phage in the environment, an infected E. coli has a high probability of becoming lysogenic; however, if there is a scarcity of phage viruses surrounding the bacterial cell, there is a high probability that the cell will become lytic. The intermediate I is used to control the probabilities surrounding this decision. The growth of the bacteria and lysogenic cells are limited by available food so that the cells don't grow unhindered.