Team:LCG-UNAM-Mexico/Modelling
From 2009.igem.org
(Difference between revisions)
Line 12: | Line 12: | ||
With a fairly big number of simulations we are going to generate Probability Distributions for the number of molecules for each metabolite as a function of time. We are particularly interested in the Burst-Size Distribution (BSD); the burst-size is the number of phages an infected cell will produce. | With a fairly big number of simulations we are going to generate Probability Distributions for the number of molecules for each metabolite as a function of time. We are particularly interested in the Burst-Size Distribution (BSD); the burst-size is the number of phages an infected cell will produce. | ||
Once we have the BSD we are ready for the Spatial Population Model. The kamikaze system we designed is meant to increase the probability that the population as a whole survive an infection process. We make infected-E. Coli commit suicide for the benefit of the population. In case suicide wasn’t altruistic enough we thought an alarm system might be useful. Once a bacterium is infected it will use AHL to communicate the message that phages are near, advised bacteria will produce antisense RNA against T7’s DNA polymerase. | Once we have the BSD we are ready for the Spatial Population Model. The kamikaze system we designed is meant to increase the probability that the population as a whole survive an infection process. We make infected-E. Coli commit suicide for the benefit of the population. In case suicide wasn’t altruistic enough we thought an alarm system might be useful. Once a bacterium is infected it will use AHL to communicate the message that phages are near, advised bacteria will produce antisense RNA against T7’s DNA polymerase. | ||
- | To simulate the population scale dynamics we used two different approaches: | + | To simulate the population scale dynamics we used two different approaches:<br> |
- | We solved the system of Ordinary Differential Equations (ODE’s) described in REFERENCE and We designed and implemented a Cellular Automaton (CA) to approach the spatial dynamics. | + | We solved the system of Ordinary Differential Equations (ODE’s) described in REFERENCE and We designed and implemented a [[CA | Cellular Automaton (CA)]] to approach the spatial dynamics. |
- | Using the CA we simulate: | + | Using the [[CA]] we simulate:<br><br> |
- | a) Bacteria’s duplication, movement, infection and lysis. | + | * a) ''' Bacteria’s duplication, movement, infection and lysis. |
- | b) Quorum Sensing and T7 Diffusion. | + | * b) Quorum Sensing and T7 Diffusion. |
- | c) The alarm system. | + | * c) The alarm system. ''' |
So let’s put all together! | So let’s put all together! | ||
- | Events occurring in the CA are stochastic processes. The attributes of the bacteria in the CA are random variables with and associated Probability Distribution. | + | Events occurring in the CA are stochastic processes. The attributes of the bacteria in the CA are [http://en.wikipedia.org/wiki/Random_variable random variables] with and associated Probability Distribution. |
We have distributions from literature and distributions generated by our simulations. So, for instance, when a bacterium gets infected we sample the Burst-Size Distribution, when a bacterium duplicate we sample the Duplication Time Distribution to assign lifetime to the newborn bacteria and so on. Sampling the distributions is the link between kinetic and population simulations: Random Variables in the population simulations take values from the distributions generated by the Molecular Simulations and voila, now we have the big picture. | We have distributions from literature and distributions generated by our simulations. So, for instance, when a bacterium gets infected we sample the Burst-Size Distribution, when a bacterium duplicate we sample the Duplication Time Distribution to assign lifetime to the newborn bacteria and so on. Sampling the distributions is the link between kinetic and population simulations: Random Variables in the population simulations take values from the distributions generated by the Molecular Simulations and voila, now we have the big picture. | ||
Revision as of 01:40, 16 October 2009