Team:LCG-UNAM-Mexico:ABmodel
From 2009.igem.org
(Difference between revisions)
Line 6: | Line 6: | ||
=Agent-based model= | =Agent-based model= | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
== HOW TO USE IT?== | == HOW TO USE IT?== | ||
Line 49: | Line 32: | ||
|} | |} | ||
<br> | <br> | ||
+ | |||
+ | Proliferation of bacteriophage infection in an Escherichia coli culture is a complicated phenomenon. Even more complex is the behavior of our synthetic ''Escherichia coli'' population which fights against the infection.<br><br> | ||
+ | In order to test if the intracellular [[Team:LCG-UNAM-Mexico/Modelling#Summary_:_Modelling_the_Defense_System | defense system]] was effectively contending versus phages at population level, we implement an [http://en.wikipedia.org/wiki/Agent-based_model agent-based simulation] using the program [http://ccl.northwestern.edu/netlogo/ NetLogo].<br><br> | ||
+ | Agent-based models have the advantage of being easily constructed. This approach allows us to recreate complex processes and the interactions of thousands of objects (for instance, bacteria and phages) in parallel, thus exploring their effects in the community (the culture) as a whole.<br> | ||
+ | |||
+ | In an agent-based model each object has its own variables and states. | ||
+ | |||
+ | ==RUN THE MODEL== | ||
+ | This model consists of two types of experiments: | ||
+ | <br><br> | ||
+ | * '''NEGATIVE CONTROL'''. | ||
+ | Simulate a T7 infection of wild-type ''Escherichia coli''. When a phage encounters a bacterium, it attaches itself to the cell wall of the bacterium and start an infection. The phage takes over the ''E.coli’s'' metabolic machinery in order to ensemble multiple copies of itself. Within a time tau (latency period) the host bacteria die, releasing phage particles ready to infect nearby cells. Phages win the game. | ||
+ | <br><br> | ||
+ | * '''FIGHT FIRE WITH FIRE'''. | ||
+ | When an ''E. coli'' is infected by a phage, the warning device and the suicide system are activated. The burst size of the phage is severely diminished (according to [[Team:LCG-UNAM-Mexico:BSD |BSD prediction]]). At the same time, the infected bacteria produces GFP (that’s why they are green :p) and simultaneously release AHL to the medium. AHL act as a signal to warn the neighbor bacteria of the presence of phages in the vicinity. Advised bacteria begins to synthesize antisense RNA molecules that protect it against phages. Warned bacteria additionally produces RFP indicating that they are protected. Bacteria win the game! | ||
+ | <br> | ||
+ | <br> | ||
+ | |||
+ | |||
==Contents== | ==Contents== |
Revision as of 22:47, 21 October 2009