Team:Aberdeen Scotland/notebook/modeling

From 2009.igem.org

(Difference between revisions)
(Modelling Notebook)
Line 62: Line 62:
<li>
<li>
The program simulating quorum sensing level is incorporated into a population model so that population grows, and with this HSL, until lysis occurs and population decreases. Time for lysis must be less than the replicating time or else the population will not die. (although growth may stop when quorum sensing turns on, as protein production will inhibit growth).
The program simulating quorum sensing level is incorporated into a population model so that population grows, and with this HSL, until lysis occurs and population decreases. Time for lysis must be less than the replicating time or else the population will not die. (although growth may stop when quorum sensing turns on, as protein production will inhibit growth).
 +
</li>
 +
<li>
 +
ODEs were revised after input from the biologists
</li>
</li>
</ul>
</ul>
Line 70: Line 73:
<ul>
<ul>
<li>
<li>
-
SimBiology is first played with, but was difficult to use and so work was continued with the chemotaxis model.  
+
SimBiology is first played with, but was difficult to customise to our needs and so work was continued with the chemotaxis model.  
</li>
</li>
-
<ul>
+
<li>
 +
Further work was done on combining chemotaxis and internal dynamics.
 +
</li>
 +
<li>
 +
ODEs were revised again after consultation with the biologists.
 +
</li>
 +
</ul>
</html>
</html>

Revision as of 14:20, 17 August 2009

University of Aberdeen iGEM 2009


Contents

Modelling Notebook

Week 1 08/06/09 - 12/06/09

  • We split into pairs and began writing a system of ODEs for each of our three possible wiring diagrams. The aim of this was to decide which genetic circuitry would work best, depending on how the models performed. In order to get any data out the models however we had to ask the biologists on the team to help us find parameters, although this proved to be challenging.
  • Started to program our ODE's into our RK4 program (written in C)

Week 2 15/06/09 - 19/06/09

  • It became apparent, from the modeling, that the third circuit design was superiour to the other two for several reasons. As such the biologists could start thinking about starting their lab work.
  • Monte Carlo simulations were written in C to test the viability and robustness of our model

Week 3 22/06/09 - 26/06/09

  • First proper chemotaxis model’s created without animation, and could only handle a few bacteria at a time Consideration went into more practical sides of the chemotaxis, such as average time to travel a distance. Bacteria respond to a concentration, as opposed to distance. This was done in Matlab.
  • ODEs were refined and internal dynamics of the cell were studied further.
  • PDEs were investigated as a possible way to integrate several components of models

Week 4 29/06/09 - 03/07/09

  • Program written to estimate the point at which quorum sensing would turn on by simplifying system to steady state bacteria each producing HSL in a control volume of water.
  • Equations were added to the ODEs to describe the transcription of mRNA molecules.
  • PDEs turned out be too difficult to model, as a result the chemotaxis model was converted into C so that it would be possible to merge both the chemotaxis and internal dynamics into a single working model.

Week 5 05/07/09 - 10/07/09

  • The program simulating quorum sensing level is incorporated into a population model so that population grows, and with this HSL, until lysis occurs and population decreases. Time for lysis must be less than the replicating time or else the population will not die. (although growth may stop when quorum sensing turns on, as protein production will inhibit growth).
  • ODEs were revised after input from the biologists

Week 6 13/07/09 - 16/07/09

  • SimBiology is first played with, but was difficult to customise to our needs and so work was continued with the chemotaxis model.
  • Further work was done on combining chemotaxis and internal dynamics.
  • ODEs were revised again after consultation with the biologists.

Week 7 20/07/09 - 24/07/09

Week 8 27/07/09 - 31/07/09

Week 9 03/08/09 - 07/08/09

Week 10 10/08/09 - 14/08/09

Week 11 17/08/09 - 21/08/09