Team:Grenoble/Projet/Modelling
From 2011.igem.org
JeanBaptiste (Talk | contribs) |
JeanBaptiste (Talk | contribs) |
||
Line 51: | Line 51: | ||
</div> | </div> | ||
+ | <form method="get"> | ||
+ | <select name="id" onchange="document.location = '/Team:Grenoble/Projet/Modelling/' + this.options[this.selectedIndex].value ;"> | ||
+ | <optgroup label="Deterministic Modelling" > | ||
+ | |||
+ | |||
+ | <option value="Deterministic#Our_equations" selected="selected">Our equations</option> | ||
+ | |||
+ | <option value="Deterministic#Our_algorithms" >Our algorithms</option> | ||
+ | |||
+ | <option value="Deterministic#Isoclines">Isoclines and Hysteresis</option> | ||
+ | |||
+ | |||
+ | </optgroup> | ||
+ | |||
+ | <optgroup label="Stochastic Modelling"> | ||
+ | |||
+ | <option value="Stochastic#Geof">Geof's</option> | ||
+ | |||
+ | <option value="Stochastic#Gillespie_algorithm">Gillespie algorithm</option> | ||
+ | |||
+ | <option value="Stochastic#Stats">Mean, standard deviation and stats</option> | ||
+ | |||
+ | </optgroup> | ||
+ | |||
+ | <optgroup label="Parameters"> | ||
+ | |||
+ | <option value="Parameters">Our parameters</option> | ||
+ | |||
+ | </optgroup> | ||
+ | |||
+ | <optgroup label="Results"> | ||
+ | |||
+ | <option value="Results#Validation">Validation of our Network</option> | ||
+ | |||
+ | <option value="Results#Device">Device specificities</option> | ||
+ | |||
+ | </optgroup> | ||
+ | </select> | ||
+ | <input type="hidden" name="id2" value="0" /> | ||
+ | <input type="submit" value="Go!" /> | ||
+ | |||
+ | |||
+ | </form> | ||
</div> | </div> |
Revision as of 13:23, 18 September 2011
Modelling
Table of content
Our synthetic biology constructions feature tens of parameters and at this scale human brains can only guess how the whole system would work. We of course needed mathematical modelling in order to check the effectiveness of the genetic circuit.
In the particular case of our circuit and final use of the bacteria, the modelling team also had to give the specificities (size, number of bacteria, IPTG gradient specificities) of the measuring device we intend to produce.
In the next pages we expose which algorithms we used for both deterministic modelling and stochastic modelling, explain our MATLAB scripts (available here) and finally give the results of our simulations.
Deterministic Modelling :
Our equations and how we obtained them.
Our algorithms
Isoclines and Hysteresis
Stochastic Modelling :
Geoffrey
Gillespie algorithm
Mean, standard deviation and statistical properties
Parameters
Results :
Validation of our genetical network
Device