Team:LCG-UNAM-Mexico:CA
From 2009.igem.org
(Difference between revisions)
(→Design) |
|||
Line 37: | Line 37: | ||
''' bs= Burst Size, amount of phages an infected bacteria will produce (random variable)''' <br> | ''' bs= Burst Size, amount of phages an infected bacteria will produce (random variable)''' <br> | ||
''' np= number of phages.''' <br> | ''' np= number of phages.''' <br> | ||
- | ''' ahl= AHL conctration. | + | ''' ahl= AHL conctration.''' |
<br><br> | <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> | 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> | ||
- | For each time tick: sample at random the cells in the CA and check if there is a bacterium, if so:<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. 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. | + | 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> |
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. | 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 infected E. Coli will produce before lysis can be estimated using the results of the [[Team:LCG-UNAM-Mexico:Molecular_model|Stochastic Molecular Simulations]]. | 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 infected E. Coli will produce before lysis can be estimated using the results of the [[Team:LCG-UNAM-Mexico:Molecular_model|Stochastic Molecular Simulations]]. |
Revision as of 07:39, 16 October 2009