m (Centering) |
(Added some theory) |
||
Line 38: | Line 38: | ||
<p style="font-size=120%;"> | <p style="font-size=120%;"> | ||
− | + | The boxes used in the simulation contains information of particles and concentration of QSM and substrate. Each particle can either be a collection of bacteria, or an exopolysaccharide (EPS) particle. | |
+ | The concentration was updated according to | ||
+ | <center> | ||
<img src="https://static.igem.org/mediawiki/2018/0/07/T--NTNU_Trondheim--dcdt.gif"> | <img src="https://static.igem.org/mediawiki/2018/0/07/T--NTNU_Trondheim--dcdt.gif"> | ||
<img src="https://static.igem.org/mediawiki/2018/3/32/T--NTNU_Trondheim--fQSM.gif"> | <img src="https://static.igem.org/mediawiki/2018/3/32/T--NTNU_Trondheim--fQSM.gif"> | ||
<img src="https://static.igem.org/mediawiki/2018/1/1f/T--NTNU_Trondheim--fs.gif"> | <img src="https://static.igem.org/mediawiki/2018/1/1f/T--NTNU_Trondheim--fs.gif"> | ||
+ | </center> | ||
+ | where i is the index to the box and q is the type of molecules, substrate and QSM. D is the diffusion constant, l is the side-length of the boxes in the 3 dimensional grid, K is a half-saturation constant, Z_QSM is the production rate of QSM in up- and down-regulated states, and n is the number of up- and down regulated bacteria. | ||
+ | The update of the mass M of each bacteria is independent of QSM, | ||
+ | <center> | ||
<img src="https://static.igem.org/mediawiki/2018/2/20/T--NTNU_Trondheim--mass.gif"> | <img src="https://static.igem.org/mediawiki/2018/2/20/T--NTNU_Trondheim--mass.gif"> | ||
+ | </center> | ||
+ | where V_max and Y_max is the maximum substrate uptake and maximum yield respectively. | ||
+ | |||
+ | The production of exopolysaccharide (EPS), or biofilm, is depdendent on the number of up- and down-regulated cells, | ||
<img src="https://static.igem.org/mediawiki/2018/c/c7/T--NTNU_Trondheim--eps.gif"> | <img src="https://static.igem.org/mediawiki/2018/c/c7/T--NTNU_Trondheim--eps.gif"> | ||
+ | At each time-step, a pressure value p was calculated for all the boxes, | ||
+ | <center> | ||
<img src="https://static.igem.org/mediawiki/2018/2/2f/T--NTNU_Trondheim--pressure.gif"> | <img src="https://static.igem.org/mediawiki/2018/2/2f/T--NTNU_Trondheim--pressure.gif"> | ||
+ | </center> | ||
+ | The number of particles to be moved out of a box at index i to a neighbouring box is dependent on the pressure difference, | ||
+ | <center> | ||
<img src="https://static.igem.org/mediawiki/2018/a/a4/T--NTNU_Trondheim--deltaN.gif"> | <img src="https://static.igem.org/mediawiki/2018/a/a4/T--NTNU_Trondheim--deltaN.gif"> | ||
+ | </center> | ||
+ | where N is the total amount of particles in the box. | ||
+ | |||
+ | The relative probability of moving to a specific box was chosen to be linearly dependent on the pressure difference, | ||
<img src="https://static.igem.org/mediawiki/2018/f/fb/T--NTNU_Trondheim--probability.gif"> | <img src="https://static.igem.org/mediawiki/2018/f/fb/T--NTNU_Trondheim--probability.gif"> | ||
+ | At each timestep, each cell had a probability Q± per minute to convert from down-regulated to up-regulated, | ||
+ | <center> | ||
<img src="https://static.igem.org/mediawiki/2018/7/79/T--NTNU_Trondheim--Q-.gif"> | <img src="https://static.igem.org/mediawiki/2018/7/79/T--NTNU_Trondheim--Q-.gif"> | ||
<img src="https://static.igem.org/mediawiki/2018/9/94/T--NTNU_Trondheim--Q%2B.gif"> | <img src="https://static.igem.org/mediawiki/2018/9/94/T--NTNU_Trondheim--Q%2B.gif"> | ||
− | |||
</center> | </center> | ||
</p> | </p> |
Revision as of 19:52, 26 August 2018
Introduction
Bacteria produce insignificant amount of biofilm when they are alone. When bacterias are grouped up however, they produce a biofilm at a much higher rate per bacteria than they did alone. This is attributed to the quorom sensing molecule(QSM). When the bacteria senses a high concentration of QSM it starts producing biofilm at a much higher rate than when it is low.
We have produced a computational model inspired by Fozard et al. 2012 article, "Inhibition of quorom sensing in a computational biofilm simulation". We use a 3 dimensional grid of boxes, which contain information about bacteria and concentrations of molecules. By setting up a number of differential equations, one can from an initial state of bacteria and concentrations learn how they evolve over time. In our project we are interested in finding how many bacteria is activated by the quorom sensing molecules and how the biofilm is produced. The code is available on github.
Theory
The boxes used in the simulation contains information of particles and concentration of QSM and substrate. Each particle can either be a collection of bacteria, or an exopolysaccharide (EPS) particle. The concentration was updated according to
Results and Discussion