Team:Paris/Modeling/first parameters

From 2008.igem.org

(Difference between revisions)
(New page: {{Paris/Menu}} {|cellspacing="5" cellpadding="10" style="background:#649CD7; width: 965px;" |-valign="top" |style="background:#ffffff"| |}<br style="clear:both" />)
(Corresponding code)
 
(18 intermediate revisions not shown)
Line 3: Line 3:
|-valign="top"
|-valign="top"
|style="background:#ffffff"|
|style="background:#ffffff"|
 +
 +
__TOC__
 +
 +
==Chosen Modeling==
 +
 +
As we have five genes and associated promoters involved, we will consider a set of five differential equations that are devised to represent the underlying biological reactions. Assuming that the interactions can be described thanks to Hill function (described below), we end up with the following set of ordinary differential equations :
 +
 +
[[Image:EquationsBacterioclock.jpg|center]]
 +
 +
where :
 +
[[Image:Hill.jpg|center]].
 +
 +
Besides, we have used the following notations:
 +
 +
[[Image:ListeGenes.JPG|center]].
 +
 +
==Set of parameters providing oscillations==
 +
 +
[[Image:First_Parameters.JPG|center]]
 +
 +
==Example of oscillations obtained==
 +
 +
[[Image:Fifo_oscill_1.jpg|center]]
 +
 +
Besides, we note that a "First In, First Out" behaviour is obtained concerning the GFP, RFP and CFP concentrations, as shown in the next picture, provided that a gene is 'ON' when it has passed a threshold of 10% of its maximum value.
 +
 +
[[Image:FIFO_1.jpg|center]]
 +
 +
== Corresponding code ==
 +
 +
* [[Team:Paris/Modeling/first parameters/premiermodele|First Model]]
 +
* [[Team:Paris/Modeling/first parameters/ODE|ODE]]
 +
* [[Team:Paris/Modeling/first parameters/Simulation|simul]]
|}<br style="clear:both" />
|}<br style="clear:both" />

Latest revision as of 16:08, 1 August 2008

Contents


Chosen Modeling

As we have five genes and associated promoters involved, we will consider a set of five differential equations that are devised to represent the underlying biological reactions. Assuming that the interactions can be described thanks to Hill function (described below), we end up with the following set of ordinary differential equations :

EquationsBacterioclock.jpg

where :

Hill.jpg
.

Besides, we have used the following notations:

ListeGenes.JPG
.

Set of parameters providing oscillations

First Parameters.JPG

Example of oscillations obtained

Fifo oscill 1.jpg

Besides, we note that a "First In, First Out" behaviour is obtained concerning the GFP, RFP and CFP concentrations, as shown in the next picture, provided that a gene is 'ON' when it has passed a threshold of 10% of its maximum value.

FIFO 1.jpg

Corresponding code