Team:Grenoble/Projet/Modelling
From 2011.igem.org
Maxime.huet (Talk | contribs) |
Maxime.huet (Talk | contribs) |
||
Line 77: | Line 77: | ||
</div> | </div> | ||
- | + | <div class="menu_deroulant_au_centre"> | |
- | <form method="get" > | + | <form method="get" > |
- | + | ||
- | + | <input type="button" value="< PREVIOUS <" onclick="document.location = '/Team:Grenoble/Projet/Modelling';" /> | |
- | + | ||
- | + | <select name="id" onchange="document.location = '/Team:Grenoble/Projet/Modelling' + this.options[this.selectedIndex].value ;"> | |
- | + | ||
- | + | <optgroup label="Modelling Homepage"> | |
- | + | <option value="#Content" selected="selected">Table of content</option> | |
- | + | </optgroup> | |
- | + | ||
- | + | <optgroup label="Construction of the model" > | |
- | + | <option value="/Deterministic#Our_EquationsTS" >Establishment of the equation - Toggle switch</option> | |
- | + | <option value="/Deterministic#Our_EquationsQS" >Establishment of the equation - Quorum sensing</option> | |
- | + | <option value="/Deterministic#Our_algorithms" >Our algorithms</option> | |
- | + | </optgroup> | |
- | + | ||
- | + | <optgroup label="Stochastic Modelling"> | |
- | + | <option value="/Stochastic#Geof">Sensitivity to noise</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">Table of parameters</option> | |
- | + | <option value="/Parameters">Sensitivity to parameters</option> | |
- | + | </optgroup> | |
- | + | ||
- | + | </select> | |
- | + | ||
- | + | <input type="hidden" name="id2" value="0" /> | |
- | + | <input type="submit" value="Go!" /> | |
- | + | <input type="button" value="> NEXT >" onclick="document.location = '/Team:Grenoble/Projet/Modelling/Deterministic';" /> | |
- | + | </form> | |
- | + | </div> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
</div> | </div> | ||
Line 131: | Line 122: | ||
</html> | </html> | ||
- | |||
- |
Revision as of 09:30, 28 October 2011
Modelling
The modelling team is responsible for:
- Verifying that the designed genetic circuit elicits the desired behavior in E coli. A deterministic model of the circuit has been developed in order to predict the dynamical behavior of the circuit in the presence of a concentration gradient of IPTG and various concentrations of Mercury or aTc (anhydrotetracycline).
- Providing specifications for the quantification device (size, number of bacteria, IPTG gradient). The apparition of the red line indicating the presence and quantity of Mercury or aTc is sensitive to fluctuations in the concentration of these molecules and IPTG. We took into account these fluctuations in a stochastic version of the circuit model, which we have used to determine the specifications of our device.
Table of content
In the following pages, we detail the development of the deterministic and stochastic models,
together with their dynamical analysis. Solving numerically these systems required tricky calculations,
since they evolve both in time and space. To help future teams with similar calculations, we explain
in details the algorithms that were used and provide the scripts here.
The modelling results are described in the last section.
Construction of the model :
Establishment of the equation Toggle switchQuorum sensing
Our algorithms
Stochastic Modelling :
Sensitivity to noise
Gillespie algorithm
Mean, standard deviation and statistical properties
Parameters
Table of parameters
Sensitivity to parameters
You can find the results of our modelling results in the results page.