Team:LCG-UNAM-Mexico:CA
From 2009.igem.org
(Difference between revisions)
Line 44: | Line 44: | ||
We sample indexes of the rows and columns in the grid at random and then we iterate in that order, thus we have a random sampling without replacement that require only 2n random numbers instead of <math>n^2</math>. <br><br> | We sample indexes of the rows and columns in the grid at random and then we iterate in that order, thus we have a random sampling without replacement that require only 2n random numbers instead of <math>n^2</math>. <br><br> | ||
+ | Since infected E. Coli will produce AHL we need to simulate diffussion. Suceptible E. Coli will measure AHL concentration in its local enviroment, AHL will activate antisense RNA against T7's DNA polimerase. | ||
+ | Diffusion is simulated using discrete version of[http://en.wikipedia.org/wiki/Fick%27s_law_of_diffusion Flick's second law]<br>. The rate of AHL production and the amount of AHL infected E. Coli will produce before lysis can be estimated using the results of the [[Team:LCG-UNAM-Mexico:Molecular_model|Stochastic Molecular Simulations]].<br> | ||
+ | The antisense RNA will change the molecular dynamics inside the cell and it will delay the phage production, we can | ||
+ | <br><br> | ||
For each time tick: sample at random the cells in the CA and check if there is a bacterium, if so:<br><br> | For each time tick: sample at random the cells in the CA and check if there is a bacterium, if so:<br><br> | ||
- | Check if it should duplicate, change direction or move. <br>We also have phages in the grid so we need to check for infections on each iteration: if there are phages in a cell occupied by a bacterium this will become infected with some fixed probability. <br>If a bacterium is infected and is time for lysis it will release new phages to the CA cell, this number is sampled from the [[Team:LCG-UNAM-Mexico:BSD | Burst Size Distribution]] generated by the [[Team:LCG-UNAM-Mexico:Molecular model | Stochastic Molecular Simulations]].<br> | + | *Check if it should duplicate, change direction or move. <br> |
+ | *We also have phages in the grid so we need to check for infections on each iteration: if there are phages in a cell | ||
+ | occupied by a bacterium this will become infected with some fixed probability. <br> | ||
+ | *If a bacterium is infected and is time for lysis it will release new phages to the CA cell, this number is sampled | ||
+ | from the [[Team:LCG-UNAM-Mexico:BSD | Burst Size Distribution]] generated by the [[Team:LCG-UNAM-Mexico:Molecular | ||
+ | model | Stochastic Molecular Simulations]].<br> | ||
<br> | <br> | ||
+ | *Diffuse AHL<br> | ||
+ | *Update CA State<br> | ||
+ | |||
- | |||
- | |||
- | |||
<br><br> | <br><br> | ||
+ | |||
==The Algorithm== | ==The Algorithm== | ||
<html> | <html> |
Revision as of 08:12, 16 October 2009