Team:Grenoble/Projet/Modelling/Deterministic

From 2011.igem.org

(Difference between revisions)
 
(34 intermediate revisions not shown)
Line 6: Line 6:
<html>
<html>
 +
 +
<!--
 +
<img src="http://www.clickartists.org/clicksite/html/images/square.jpg"/>
 +
<h2>JB</h2>
 +
 +
 +
<!--
 +
Si vous éditez la page commencez par décommenter ces lignes, publier, PUIS commencer à faire ce que vous avez à faire et quand vous avez fini de publier remettez en commentaire.
 +
 +
Ne laissez pas le carré trop longtemps si vous n'éditez pas, chaque fois reprenez ce qui est sur internet plutôt que ce que vous avez sur votre PC
 +
ps: dans Geany selectionner une ou plusieurs lignes et appuyer sur "Ctrl + E" pour commenter ou décommenter
 +
-->
<div class="body">
<div class="body">
 +
 +
 +
 +
 +
<center>
 +
<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" >Table of content</option>
 +
 +
    </optgroup>
 +
 +
    <optgroup label="Construction of the model" >
 +
                               
 +
                                    <option value="/Deterministic#Our_EquationsTS" selected="selected">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>
 +
 +
    </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/Stochastic';" />
 +
               
 +
            </form>
 +
            </center>
 +
 +
<div class="left">
<div class="left">
-
    <h1>Modelling - Deterministic</h1>
+
    <div  class="blocbackground" id="Construction">
 +
    <h1>Construction of the model</h1>
     
     
-
      <a href="https://static.igem.org/mediawiki/2011/d/d1/Rapport_Equations.pdf">
+
      <a href="http://2011..org/wiki/images/d/d1/Rapport_Equations.pdf">
-
      <img src="https://2011.igem.org/wiki/skins/common/images/icons/fileicon-pdf.png" style="float: left; height: 20px; width: auto">
+
      <img src="http://2011.iGEM.org/wiki/skins/common/images/icons/fileicon-pdf.png" style="float: left; height: 20px; width: auto">
      PDF version of the next two sections (Equations for Toggle Switch and Quorum sensing)</a><br/>
      PDF version of the next two sections (Equations for Toggle Switch and Quorum sensing)</a><br/>
 +
<!--
      <div class="noindent"><p>You need MathML supported on your browser to read the equations on this page. However,
      <div class="noindent"><p>You need MathML supported on your browser to read the equations on this page. However,
      you can find these equations in the above PDF version.</p>
      you can find these equations in the above PDF version.</p>
      </div>
      </div>
 +
-->
       
       
-
     
+
<p> As a proof of concept, we will consider anhydrotetracycline (aTc) instead of Mercury in
 +
our model, and the transcriptional regulator TetR in place of MerR. The TetR system is well
 +
characterized in E. coli, which facilitates the modelling. In addition, if the system works well
 +
with aTc, it should work as well with Mercury, Copper or lead for example.
 +
</p>
 +
<p>
 +
In addition, since aTc diffuse freely accross the membrane of the cell, we do not have to take
 +
complex uptake mechanisms into considerations. Mercury is ionized and its entry in the cells
 +
depends on the presence of transporter protein.<br/>
 +
So in the following chapter, we are going to use TetR instead of MerR and aTc instead of
 +
Mercury.
 +
</p>
 +
     
 +
    </div>
 +
<div  class="blocbackground" id="Two_level">
 +
                  <h2>The Two modules of Modelling</h2>
 +
<p>
 +
Large-scale biochemical networks are classically decomposed into modules of smaller size to facilitate
 +
the model building process and the model calibration. The approach consists in modelling each module
 +
separately and integrating the different models into a larger model of the whole system.
 +
Like divided our genetic network in severals part (see <a href="https://2011.igem.org/Team:Grenoble/Projet/Design">genetic network</a>),
 +
we also divided our model in two independant level of modelling:
 +
<ul>
 +
                              <li><strong>The Toggle Switch module:</strong> modelling this network module allows to predict in
 +
                              which state the bacteria are. In particular, we can determine the switching conditions in bacteria
 +
                              and the localization of the switching area on the device (that depend on both IPTG and aTc
 +
                                concentrations). This gives indications on how to adjust the size of the device to improve the
 +
                                aTc detection.</li>
 +
                              <li><strong>The Quorum Sensing and Coloration module:</strong>the corresponding model is used to
 +
                              predict the localization and the width of the red line on the device. The modelling results are
 +
                              used to improve the device precision, for instance, by choosing between a device with a continuous
 +
                              bacterial layer and a device with strips containing bacteria. Each strip has the same concentration
 +
                              of aTc, but a different IPTG concentration.</li>
 +
</ul>
 +
</p>
 +
<p>
 +
The first level of the model will allow us to define the switch conditions in bacteria, depending
 +
on the concentrations of aTc and IPTG. From these results, we could see where the switch
 +
zone will appear on the device and therefore, the position of the red line. These parts of the
 +
results indicate the range of aTc that can be detected.
 +
</p>
 +
<p>
 +
The second level will give us an estimation of the red line width, which indicates the system precision.
 +
Based on these results, we could improve the precision of our device, for instance, by comparing
 +
between a device with a continuous bacterial layer and a device with strips containing bacteria.
 +
Each strip has a different IPTG concentration, but the same concentration of Mercury.
 +
</p>
 +
 +
<p><strong>Two independent levels of modelling which are coupled in order to get a
 +
<a href="https://2011.igem.org/Team:Grenoble/Projet/Results/Toggle#TS_QS">global simulation of the device.</a>
 +
</strong></p>
 +
</div>
<div  class="blocbackground" id="Our_EquationsTS">
<div  class="blocbackground" id="Our_EquationsTS">
-
  <h2>Our equations and how we obtained them</h2>  
+
    <h2>Establishment of the equation</h2>
  <h3>Toggle switch</h3>
  <h3>Toggle switch</h3>
 +
<p>In a first part, we define a model to caracterize the <a href="https://2011.igem.org/Team:Grenoble/Projet/Design/toggle">Toggle Switch module</a> of our genetic network.
 +
<br/></p>
 +
    <ol>
    <ol>
-
      <li>Biological Models</li>
+
      <li>Biological Model</li>
      <p>
      <p>
-
The basic model of a Toggle switch features two transcription ways. After traduction of the ARNm, the proteins
+
  A toggle switch consists of two genes, each coding for a protein
-
produced in each way repress the promoter of the opposing way. This double repression system ensures the basic
+
  that represses the expression of the other gene. This double
-
function of a toggle switch : When a way is followed in the first time - in our example, by putting some IPTG
+
  repression system ensures the basic function of a toggle switch: a
-
or aTc molecules in the medium - the system will remain stable in the chosen way. It would then require a much
+
  bistable system which can be switched from one state to the other
-
more important concentration of the other protein to switch into the opposing way.
+
  by putting, in our example, some IPTG or aTc molecules in the
 +
  medium.
      </p>
      </p>
      <p>
      <p>
-
The biological system we are trying to implement is more complex, on both biological and physical side.
+
  The biological system we are trying to implement is more complex,
-
However, the toggle switch model is basically the same. In the study of the toggle switch itself, the system can
+
  on both the biological and physical side. However, the toggle switch  
-
be reduced to a simple two-ways subsystem that we will then use for the rest of our modelling. The toggle switch
+
  model is basically the same. In the study of the toggle switch itself,
-
itself is not influenced by the rest of the system, if we do not consider the rsma regulatory system that will be
+
  the system can be reduced to a simple two-state subsystem that we will
-
modelized at the very end of our work. Thus we will be able to modelize the toggle switch independantly and
+
  then use for the rest of our modelling. However, our toggle switch model
-
then build the rest of the model on this basis.
+
  is basically the same: we can reduce it to a simple two-state subsystem
 +
  that we will then use for the rest of our modelling. The
 +
  toggle switch itself is not influenced by the rest of the system,
 +
  if we do not consider the RsmA regulatory system that will be
 +
  modeled at the very end of our work. Thus we will be able to model
 +
  the toggle switch independently and then build the rest of the
 +
  model upon this basis.
      </p>
      </p>
-
      <li>Mathematical Models</li>
+
 
-
      <p>A common model that can be used for toggle switch modelling is as follow :</p>
+
      <li>Mathematical Model</li>
-
      <math display="block">
+
-
      <mrow>
+
-
<mfrac>
+
-
  <mrow>
+
-
    <mo>d</mo>
+
-
    <mfenced open="[" close="]" separators=",">
+
-
      <mrow>
+
-
<mi>TetR</mi>
+
-
      </mrow>
+
-
    </mfenced>
+
-
  </mrow>
+
-
  <mrow>
+
-
    <mo>dt</mo>
+
-
  </mrow>
+
-
</mfrac>
+
-
<mo>=</mo>
+
-
<mfrac>
+
-
  <mrow>
+
-
    <msub>
+
-
    <mi>&alpha;</mi>
+
-
  <mn>1</mn>
+
-
    </msub>
+
-
  </mrow>
+
-
  <mrow>
+
-
    <msup>
+
-
    <mi>1 + [lacI]</mi>
+
-
  <mi>&beta;</mi>
+
-
    </msup>
+
-
  </mrow>
+
-
</mfrac>
+
-
<mi>- [TetR]</mi>
+
-
      </mrow>
+
-
      </math>
+
-
     
+
-
      <math display="block">
+
-
      <mrow>
+
-
<mfrac>
+
-
  <mrow>
+
-
    <mo>d</mo>
+
-
    <mfenced open="[" close="]" separators=",">
+
-
      <mrow>
+
-
<mi>lacI</mi>
+
-
      </mrow>
+
-
    </mfenced>
+
-
  </mrow>
+
-
  <mrow>
+
-
    <mo>dt</mo>
+
-
  </mrow>
+
-
</mfrac>
+
-
<mo>=</mo>
+
-
<mfrac>
+
-
  <mrow>
+
-
    <msub>
+
-
    <mi>&alpha;</mi>
+
-
  <mn>2</mn>
+
-
    </msub>
+
-
  </mrow>
+
-
  <mrow>
+
-
    <msup>
+
-
    <mi>1+[TetR]</mi>
+
-
  <mi>&gamma;</mi>
+
-
    </msup>
+
-
  </mrow>
+
-
</mfrac>
+
-
<mi>- [lacI]</mi>
+
-
      </mrow>
+
-
      </math>
+
-
     
+
      <p>
      <p>
-
For better understanding of this model we demonstrated it.
+
In order to get the state of the bacteria, we need to compute the concentration of both
-
The differential equation describing the production of xR is as follow :
+
repressors. To obtain these variations, we develop a system of ordinary differential equations (ODES)
 +
which governs the behavior of the Toggle Switch.
      </p>
      </p>
-
     
+
      <center>
-
      <math display="block">
+
      $      
-
      <mrow>
+
      \frac{d[TetR]}{dt} = \frac{k_{pLac}.[pLac]_{tot}}{1 +  (\frac{[lacI]}{K_{pLac} + \frac{K_{pLac}.[IPTG]}{K_{lacI-IPTG}}.})^\beta} - \delta_{TetR}.[TetR]$
-
<mfrac>
+
      <br/><br/>
-
  <mrow>
+
      $\frac{d[lacI]}{dt} = \frac{k_{pTet}.[pTet]_{tot}}{1 +  (\frac{[tetR]}{K_{pTet} + \frac{K_{pTet}.[aTc]}{K_{TetR-aTc}}.})^\gamma} - \delta_{lacI}.[lacI]$
-
    <mo>d</mo>
+
      </center>
-
    <mfenced open="[" close="]" separators=",">
+
-
      <mrow>
+
-
<mi>TetR</mi>
+
-
      </mrow>
+
-
    </mfenced>
+
-
  </mrow>
+
-
  <mrow>
+
-
    <mo>dt</mo>
+
-
  </mrow>
+
-
</mfrac>
+
-
<mo>=</mo>
+
-
<msub>
+
-
<mi>k</mi>
+
-
      <mi>plac</mi>
+
-
</msub>
+
-
<mfenced open="[" close="]" separators=",">
+
-
  <mrow>
+
-
    <msub>
+
-
    <mi>P</mi>
+
-
  <mi>lac avail</mi>
+
-
    </msub>
+
-
  </mrow>
+
-
</mfenced>
+
-
<mo>-</mo>
+
-
<msub>
+
-
<mi>&delta;</mi>
+
-
      <mi>TetR</mi>
+
-
</msub>
+
-
<mfenced open="[" close="]" separators=",">
+
-
  <mrow>
+
-
    <mi>TetR</mi>
+
-
  </mrow>
+
-
</mfenced>
+
-
      </mrow>
+
-
      </math>
+
-
 
+
      <p>
      <p>
-
With [Plac avail ] being the concentration of available binding sites - i.e. not repressed by lacI molecule.
+
With this ODE system, we follow the evolution of the concentration of the two toggle switch repressors,
-
Plac_avail is of course related to the total number of promoters Plac :
+
TetR and LacI. This gives us the state of the bacteria. A demonstration of this ODE system is available
-
 
+
in the previous pdf file. We briefly explain the equations below.
-
     
+
  </p>
-
      <math display="block">
+
  <p>
-
      <mrow>
+
Both equations are developed following the same approach. There is a term of production and a term of
-
<mfenced open="[" close="]" separators=",">
+
degradation. The parameters $k_{pLac}.[pLac]_{tot}$ represent the protein synthesis rate from the pLac promoter.
-
  <mrow>
+
K_{pLac} and K_{lacI−IPTG} are the dissociation constants of LacI and pLac, and LacI and IPTG, respectively.
-
    <msub>
+
The parameters β and γ denote the cooperativity of repression, that is, the number of repressors bound
-
  <mrow>
+
to the promoter.  
-
    <mi>P</mi>
+
  </p>
-
  </mrow>
+
  <p>
-
  <mi>lac avail</mi>
+
According to these equations, the rate of variation of repressor TetR is inhibited by the repressor LacI.
-
    </msub>
+
The degree of inhibition is modulated by the IPTG concentration. Reciprocally in the second equation,  
-
  </mrow>
+
the rate of variation of LacI depends on TetR, whose negative effect is modulated by aTc.
-
</mfenced>
+
  </p>
-
<mo>+</mo>
+
  <p><strong>
-
<mfenced open="[" close="]" separators=",">
+
This indicates that the two equations are coupled. And also that only one repressor could be
-
  <mrow>
+
predominant, as shown later.
-
    <msub>
+
  </strong></p>
-
    <mi>P</mi>
+
    </p>
-
  <mi>lac - lacI</mi>
+
-
    </msub>
+
-
  </mrow>
+
-
</mfenced>
+
-
<mo>=</mo>
+
-
<mfenced open="[" close="]" separators=",">
+
-
  <mrow>
+
-
    <msub>
+
-
    <mi>P</mi>
+
-
  <mi>lac total</mi>
+
-
    </msub>
+
-
  </mrow>
+
-
</mfenced>
+
-
      </mrow>
+
-
      </math>
+
-
     
+
-
     
+
-
with [Plac − lacI ] being the concentration of promoters repressed by lacI. If we set
+
-
<math >
+
-
<mrow>
+
-
  <msub>
+
-
  <mi>K</mi>
+
-
<mi>plac</mi>
+
-
  </msub>
+
-
  <mo>=</mo>
+
-
  <mfrac>
+
-
    <mrow>
+
-
      <mfenced open="[" close="]" separators=",">
+
-
<mrow>
+
-
  <msub>
+
-
  <mi>P</mi>
+
-
<mi>lac avail</mi>
+
-
  </msub>
+
-
</mrow>
+
-
      </mfenced>
+
-
      <mfenced open="[" close="]" separators=",">
+
-
<mrow>
+
-
 
+
-
      <mi>lacI</mi>
+
-
 
+
-
</mrow>
+
-
      </mfenced>
+
-
    </mrow>
+
-
    <mrow>
+
-
      <mfenced open="[" close="]" separators=",">
+
-
<mrow>
+
-
  <msub>
+
-
  <mi>P</mi>
+
-
<mi>lac - lacI</mi>
+
-
  </msub>
+
-
</mrow>
+
-
      </mfenced>
+
-
    </mrow>
+
-
  </mfrac>
+
-
</mrow>
+
-
</math>
+
-
we get :
+
-
 
+
-
<math display="block">
+
-
  <mfenced open="[" close="]" separators=",">
+
-
    <mrow>
+
-
      <msub>
+
-
      <mi>P</mi>
+
-
<mrow>
+
-
    <mi>lac avail</mi>
+
-
      </msub>
+
-
    </mrow>
+
-
  </mfenced>
+
-
  <mo>=</mo>
+
-
  <mfrac>
+
-
    <mrow>
+
-
      <mfenced open="[" close="]" separators=",">
+
-
<mrow>
+
-
  <msub>
+
-
  <mi>P</mi>
+
-
<mi>lac total</mi>
+
-
  </msub>
+
-
</mrow>
+
-
      </mfenced>
+
-
    </mrow>
+
-
    <mrow>
+
-
      <mi>1 +</mi>
+
-
      <mfrac>
+
-
<mrow>
+
-
  <mfenced open="[" close="]" separators=",">
+
-
    <mrow>
+
-
      <mi>lacI</mi>
+
-
    </mrow>
+
-
  </mfenced>
+
-
</mrow>
+
-
<mrow>
+
-
  <msub>
+
-
  <mi>K</mi>
+
-
<mi>plac</mi>
+
-
  </msub>
+
-
</mrow>
+
-
      </mfrac>
+
-
    </mrow>
+
-
  </mfrac>
+
-
</mrow>
+
-
</math>
+
-
 
+
-
  We then try to get [lacI] :
+
-
<math display="block">
+
-
<mrow>
+
-
  <mfenced open="[" close="]" separators=",">
+
-
    <mrow>
+
-
      <mi>lacI - IPTG</mi>
+
-
    </mrow>
+
-
  </mfenced>
+
-
  <mo>+</mo>
+
-
  <mfenced open="[" close="]" separators=",">
+
-
    <mrow>
+
-
      <mi>lacI</mi>
+
-
    </mrow>
+
-
  </mfenced>
+
-
  <mo>+</mo>
+
-
  <mfenced open="[" close="]" separators=",">
+
-
    <mrow>
+
-
      <mi>lacI - plac</mi>
+
-
    </mrow>
+
-
  </mfenced>
+
-
  <mo>=</mo>
+
-
  <mfenced open="[" close="]" separators=",">
+
-
    <mrow>
+
-
      <msub>
+
-
      <mi>lacI</mi>
+
-
    <mi>total</mi>
+
-
      </msub>
+
-
    </mrow>
+
-
  </mfenced>
+
-
</mrow>
+
-
</math>
+
-
With [lacI - IPTG] the concentration of lacI repressed by IPTG and [lacI - plac ] the concentration of lacI linked to the
+
-
promoter. If we set
+
-
<math >
+
-
<mrow>
+
-
  <msub>
+
-
  <mi>K</mi>
+
-
<mi>lacI - IPTG</mi>
+
-
  </msub>
+
-
  <mo>=</mo>
+
-
  <mfrac>
+
-
    <mrow>
+
-
      <mfenced open="[" close="]" separators=",">
+
-
<mrow>
+
-
  <mi>lacI</mi>
+
-
</mrow>
+
-
      </mfenced>
+
-
      <mfenced open="[" close="]" separators=",">
+
-
<mrow>
+
-
  <mi>IPTG</mi>
+
-
</mrow>
+
-
      </mfenced>
+
-
    </mrow>
+
-
    <mrow>
+
-
      <mfenced open="[" close="]" separators=",">
+
-
<mrow>
+
-
  <mi>lacI - IPTG</mi>
+
-
</mrow>
+
-
      </mfenced>
+
-
    </mrow>
+
-
  </mfrac>
+
-
</mrow>
+
-
</math>
+
-
we get :
+
-
<math display="block">
+
-
<mrow>
+
-
  <mfenced open="[" close="]" separators=",">
+
-
    <mrow>
+
-
      <mi>lacI</mi>
+
-
    </mrow>
+
-
  </mfenced>
+
-
  <mo>=</mo>
+
-
  <mfrac>
+
-
    <mrow>
+
-
      <mfenced open="[" close="]" separators=",">
+
-
<mrow>
+
-
  <msub>
+
-
  <mi>lacI</mi>
+
-
<mi>total</mi>
+
-
  </msub>
+
-
</mrow>
+
-
      </mfenced>
+
-
    </mrow>
+
-
    <mrow>
+
-
      <mi>1 +</mi>
+
-
      <mfrac>
+
-
<mrow>
+
-
  <mfenced open="[" close="]" separators=",">
+
-
    <mrow>
+
-
      <mi>IPTG</mi>
+
-
    </mrow>
+
-
  </mfenced>
+
-
</mrow>
+
-
<mrow>
+
-
  <msub>
+
-
  <mi>K</mi>
+
-
<mi>lacI - IPTG</mi>
+
-
  </msub>
+
-
</mrow>
+
-
      </mfrac>
+
-
    </mrow>
+
-
  </mfrac>
+
-
</mrow>
+
-
</math>
+
-
+
-
Which finally gives our differential equations for TetR :
+
-
+
-
<math display="block">
+
-
<mrow>
+
-
  <mfrac>
+
-
    <mrow>
+
-
      <mo>d</mo>
+
-
      <mfenced open="[" close="]" separators=",">
+
-
<mrow>
+
-
  <mi>TetR</mi>
+
-
</mrow>
+
-
      </mfenced>
+
-
    </mrow>
+
-
    <mrow>
+
-
      <mo>dt</mo>
+
-
    </mrow>
+
-
  </mfrac>
+
-
  <mo>=</mo>
+
-
  <mfrac>
+
-
    <mrow>
+
-
      <msub>
+
-
      <mi>k</mi>
+
-
    <mi>plac</mi>
+
-
      </msub>
+
-
      <mfenced open="[" close="]" separators=",">
+
-
<mrow>
+
-
  <msub>
+
-
  <mi>P</mi>
+
-
<mi>lac total</mi>
+
-
  </msub>
+
-
</mrow>
+
-
      </mfenced>
+
-
    </mrow>
+
-
    <mrow>
+
-
      <mi>1 +</mi>
+
-
      <msup>
+
-
    <mrow>
+
-
      <mfenced open="(" close=")" separators=",">
+
-
<mrow>
+
-
  <mfrac>
+
-
    <mrow>
+
-
      <mfenced open="[" close="]" separators=",">
+
-
<mrow>
+
-
  <mi>lacI</mi>
+
-
</mrow>
+
-
      </mfenced>
+
-
    </mrow>
+
-
    <mrow>
+
-
      <mi>1 +</mi>
+
-
      <mfrac>
+
-
<mrow>
+
-
  <mfenced open="[" close="]" separators=",">
+
-
    <mrow>
+
-
      <mi>IPTG</mi>
+
-
    </mrow>
+
-
  </mfenced>
+
-
</mrow>
+
-
<mrow>
+
-
  <msub>
+
-
  <mi>K</mi>
+
-
<mi>lacI - IPTG</mi>
+
-
  </msub>
+
-
</mrow>
+
-
      </mfrac>
+
-
    </mrow>
+
-
  </mfrac>
+
-
</mrow>
+
-
      </mfenced>
+
-
    </mrow>
+
-
    <msub>
+
-
    <mi>n</mi>
+
-
  <mi>plac</mi>
+
-
    </msub>
+
-
      </msup>
+
-
    </mrow>
+
-
  </mfrac>
+
-
  <mo>-</mo>
+
-
  <msub>
+
-
  <mi>&delta;</mi>
+
-
<mi>TetR</mi>
+
-
  </msub>
+
-
  <mfenced open="[" close="]" separators=",">
+
-
    <mrow>
+
-
      <mi>TetR</mi>
+
-
    </mrow>
+
-
  </mfenced>
+
-
</mrow>
+
-
</math>
+
-
+
-
With similar calculation we get the differential equation for lacI :
+
-
+
-
+
-
<math display="block">
+
-
<mrow>
+
-
  <mfrac>
+
-
    <mrow>
+
-
      <mo>d</mo>
+
-
      <mfenced open="[" close="]" separators=",">
+
-
<mrow>
+
-
  <mi>lacI</mi>
+
-
</mrow>
+
-
      </mfenced>
+
-
    </mrow>
+
-
    <mrow>
+
-
      <mo>dt</mo>
+
-
    </mrow>
+
-
  </mfrac>
+
-
  <mo>=</mo>
+
-
  <mfrac>
+
-
    <mrow>
+
-
      <msub>
+
-
      <mi>k</mi>
+
-
    <mi>pTet</mi>
+
-
      </msub>
+
-
      <mfenced open="[" close="]" separators=",">
+
-
<mrow>
+
-
  <msub>
+
-
  <mi>P</mi>
+
-
<mi>Tet total</mi>
+
-
  </msub>
+
-
</mrow>
+
-
      </mfenced>
+
-
    </mrow>
+
-
    <mrow>
+
-
      <mi>1 +</mi>
+
-
      <msup>
+
-
    <mrow>
+
-
      <mfenced open="(" close=")" separators=",">
+
-
<mrow>
+
-
  <mfrac>
+
-
    <mrow>
+
-
      <mfenced open="[" close="]" separators=",">
+
-
<mrow>
+
-
  <mi>TetR</mi>
+
-
</mrow>
+
-
      </mfenced>
+
-
    </mrow>
+
-
    <mrow>
+
-
      <mi>1 +</mi>
+
-
      <mfrac>
+
-
<mrow>
+
-
  <mfenced open="[" close="]" separators=",">
+
-
    <mrow>
+
-
      <mi>aTc</mi>
+
-
    </mrow>
+
-
  </mfenced>
+
-
</mrow>
+
-
<mrow>
+
-
  <msub>
+
-
  <mi>K</mi>
+
-
<mi>TetR - aTc</mi>
+
-
  </msub>
+
-
</mrow>
+
-
      </mfrac>
+
-
    </mrow>
+
-
  </mfrac>
+
-
</mrow>
+
-
      </mfenced>
+
-
    </mrow>
+
-
    <msub>
+
-
    <mi>n</mi>
+
-
  <mi>pTet</mi>
+
-
    </msub>
+
-
      </msup>
+
-
    </mrow>
+
-
  </mfrac>
+
-
  <mo>-</mo>
+
-
  <msub>
+
-
  <mi>&delta;</mi>
+
-
<mi>lacI</mi>
+
-
  </msub>
+
-
  <mfenced open="[" close="]" separators=",">
+
-
    <mrow>
+
-
      <mi>lacI</mi>
+
-
    </mrow>
+
-
  </mfenced>
+
-
</mrow>
+
-
</math>
+
-
</p>
+
<p>
<p>
-
  These two equations can be easily computed with a differential solver. With this model we can get a good model
+
  These two equations can be easily computed with a differential solver. We can precisely estimate the effects of each parameter.
-
  of our system with good knowledge of all the factors. We can precisely estimate the effects of each parameter.
+
-
  We get a similar equation to the usual model.
+
</p>
</p>
    </ol>
    </ol>
 +
    <p>
 +
With this model, we were able to predict the <a href="https://2011.igem.org/Team:Grenoble/Projet/Results/Toggle#TS_QS">behavior of our toggle switch</a>.
 +
    </p>
</div>
</div>
<div  class="blocbackground" id="Our_EquationsQS">
<div  class="blocbackground" id="Our_EquationsQS">
-
  <h2>Our equations and how we obtained them</h2>  
+
  <h2>Establishment of the equation</h2>  
  <h3>Quorum sensing</h3>
  <h3>Quorum sensing</h3>
    <ol>
    <ol>
-
      <li>Mathematical Models</li>
+
      <li>Mathematical Model</li>
      <p>
      <p>
-
Our work mainly refers to the models set up by the 2007 iGem Bangalore team. On the basis of their work we set
+
In a second part, we define a model able to characterize the <a href="https://2011.igem.org/Team:Grenoble/Projet/Design/quorum">quorum sensing module</a> of our genetic network,
-
up models adapted to our own system.<br/>
+
which involves the quorum sensing genes CinI and CinR, as well as the signaling molecule AHL.<br/>
-
The main difference between our models is that their model is designed for a whole medium, in which the concen-
+
-
trations of quorum sensing molecules are considered for a whole fixed volume of a medium. Our system, however, is
+
In order to model the Quorum Sensing module, we detail below the different reactions taking place
-
supposed to describe the spacial diffusion of quorum sensing molecules as well, and therefore needs to be designed
+
inside this module. For reasons that will become clear later, we focus on a particular area of our
-
for an infinitesimal volume of medium containing bacteries and outside medium.
+
device, where neighboring bacteria will have a different behavior, although they carry the same
-
A few other differences exist between our model and theirs, mainly due to the fact that the system we intend to
+
genetic circuit.
-
describe is made of other different parts. For example the production rate of our Quorum Sensing enzymes are
+
  </p>
-
directly linked to the previously described toggle switch model.
+
  <img src="https://static.igem.org/mediawiki/2011/a/a5/QS_details_2.png" class="centerwide" style="bow-shadow: non"/>
-
      </p>
+
  <div class="legend"><strong>Figure 1:</strong>Mechanism of Quorum Sensing diffusion at the boundary</div>
-
      <p>
+
  <p>
-
For these reasons we strongly recommend getting familiar with the works of the 2007 Bangalore team for an
+
According to the figure, several  must be taken into account:
-
easier understanding of the models we used.
+
<ol>
-
      </p>
+
<li>the production of the Quorum Sensing molecule</li>
-
      <p>
+
<li>the secretion of the molecule</li>
-
Bangalore 07 modelized the behaviour of quorum sensing for a simple quorum sensing system. With the input of
+
<li>the diffusion of the molecule in the medium</li>
-
the toggle switch model taken into account, we can adapt their equations to our system. With our toggle switch system the production would be ruled by the regulatory network of lacI and TetR :
+
<li>the penetration of the molecule</li>
-
      </p>
+
<li>the complexation of the molecule with its receptor</li>
-
      <math display="block">
+
<li>the activation of the coloration</li>
-
<mrow>
+
</ol>
-
  <mfrac>
+
  </p>
-
    <mrow>
+
  <p>
-
      <mo>d</mo>
+
To model these mecanisms, we need to follow the evolution of the following quantities
-
      <mfenced open="[" close="]" separators=",">
+
<ul>
-
<mrow>
+
<li>$[QS_i]$ concentration of the intracellular Quorum Sensing molecule.</li>
-
  <mi>cinI</mi>
+
<li>$[QS_e]$ concentration of the extracellular Quorum Sensing molecule.</li>
-
</mrow>
+
<li>$[cinR]$ concentration of the Quorum Sensing receptor.</li>
-
      </mfenced>
+
<li>$[cinI]$ concentration of the Quorum Sensing producer enzyme.</li>
-
    </mrow>
+
<li>$[cinR_{comp}]$ concentration of the complexe cinR-QS.</li>
-
    <mrow>
+
</ul>
-
      <mo>dt</mo>
+
  </p>
-
    </mrow>
+
  <p>
-
  </mfrac>
+
Based on the Bangalore 2007 iGEM team, we get the following system of equations:
-
  <mo>=</mo>
+
  </p>
-
  <mfrac>
+
  <center>
-
    <mrow>
+
  $\frac{d[QS_i]}{dt} = \eta([QS_e]-[QS_i])-\delta_{QSi} [QS_i] + k_{QS-production}'[cinI]$<br/><br/>
-
      <msub>
+
  $\frac{d[QS_e]}{dt} = \rho v_c\eta([QS_i]-[QS_e])-\delta_{QSe} [QS_e] + D_{diff}\frac{\partial^2 [QS_e]}{\partial x^2}$<br/><br/>
-
      <mi>k</mi>
+
  $\frac{d[cinR_{free}]}{dt} = \frac{k_{pLac}.[pLac]_{tot}}{1 +  (\frac{[lacI_{total}]}{K_{pLac} + \frac{K_{pLac}.[IPTG]}{K_{lacI-IPTG}}.})^\beta} - \delta_{cinR}[cinR_{free}] - V_{complexation}$<br/><br/>
-
    <mi>pTet</mi>
+
  $\frac{d[cinR_{comp}]}{dt} = K_{comp}([cinR_{free}].[QS_i])$<br/><br/>
-
      </msub>
+
  </center>
-
      <mfenced open="[" close="]" separators=",">
+
  <p>
-
<mrow>
+
In the first equation, expressing the evolution of the concentration of the intracellular Quorum Sensing
-
  <msub>
+
molecule, 3 terms are involved: $[QSe]−[QSi]$, which describes the diffusion through the membrane,
-
  <mi>P</mi>
+
$\delta_{QSi}[QSi]$, the degradation and $k_{QS−production}[cinI]$, the production of Quorum Sensing molecule
-
<mi>Tet total</mi>
+
by the enzyme CinI.
-
  </msub>
+
In the second equation, expressing the evolution of extracellular Quorum Sensing, there is no production term, but a spatial diffusion term
-
</mrow>
+
$D_{diff}\frac{\partial^2 [QS_e]}{\partial x^2}$.
-
      </mfenced>
+
  </p>
-
    </mrow>
+
  <p>
-
    <mrow>
+
The concentrations of CinI and CinR can be obtained by using the toggle switch modelling. Indeed, since CinI
-
      <mi>1 +</mi>
+
is on the pathway of LacI and CinR on the pathway of Tet, their evolution follow the same equations.
-
      <msup>
+
In addition we consider the complexation of the CinR protein and the Quorum Sensing molecule,
-
    <mrow>
+
which is expressed by the term $V_{complexation}$ in the CinR equation:
-
      <mfenced open="(" close=")" separators=",">
+
\[V_{complexation} = K_{comp}[QS_i][CinR_{free}]\]  
-
<mrow>
+
with $K_{comp}$ the affinity constant of AHL for cinR.
-
  <mfrac>
+
  </p>
-
    <mrow>
+
  <p>
-
      <mfenced open="[" close="]" separators=",">
+
In order to simplify the model, we considered that the complexation of CinR to AHL is total and depends only
-
<mrow>
+
on $[cinR]$ and $[QS_i] which is the limitant factor$.
-
  <mi>TetR</mi>
+
  </p>
-
</mrow>
+
  <p><strong>
-
      </mfenced>
+
To solve this set of equations, we couldn't use a classical ODE solver from Matlab (Mathworks), because
-
    </mrow>
+
the equations are derived both in time and space. We therefore needed to use the finite difference method.
-
    <mrow>
+
To that aim, we build a matrix based on Taylor's series discretization.
-
      <mi>1 +</mi>
+
  </strong></p>
-
      <mfrac>
+
-
<mrow>
+
-
  <mfenced open="[" close="]" separators=",">
+
-
    <mrow>
+
-
      <mi>aTc</mi>
+
-
    </mrow>
+
-
  </mfenced>
+
-
</mrow>
+
-
<mrow>
+
-
  <msub>
+
-
  <mi>K</mi>
+
-
<mi>TetR - aTc</mi>
+
-
  </msub>
+
-
</mrow>
+
-
      </mfrac>
+
-
    </mrow>
+
-
  </mfrac>
+
-
</mrow>
+
-
      </mfenced>
+
-
    </mrow>
+
-
    <msub>
+
-
    <mi>n</mi>
+
-
  <mi>pTet</mi>
+
-
    </msub>
+
-
      </msup>
+
-
    </mrow>
+
-
  </mfrac>
+
-
  <mo>-</mo>
+
-
  <msub>
+
-
  <mi>&delta;</mi>
+
-
<mi>cinI</mi>
+
-
  </msub>
+
-
  <mfenced open="[" close="]" separators=",">
+
-
    <mrow>
+
-
      <mi>cinI</mi>
+
-
    </mrow>
+
-
  </mfenced>
+
-
</mrow>
+
-
</math>
+
-
     
+
-
<math display="block">
+
-
<mrow>
+
-
  <mfrac>
+
-
    <mrow>
+
-
      <mo>d</mo>
+
-
      <mfenced open="[" close="]" separators=",">
+
-
<mrow>
+
-
  <mi>cinR</mi>
+
-
</mrow>
+
-
      </mfenced>
+
-
    </mrow>
+
-
    <mrow>
+
-
      <mo>dt</mo>
+
-
    </mrow>
+
-
  </mfrac>
+
-
  <mo>=</mo>
+
-
  <mfrac>
+
-
    <mrow>
+
-
      <msub>
+
-
      <mi>k</mi>
+
-
    <mi>plac</mi>
+
-
      </msub>
+
-
      <mfenced open="[" close="]" separators=",">
+
-
<mrow>
+
-
  <msub>
+
-
  <mi>P</mi>
+
-
<mi>lac total</mi>
+
-
  </msub>
+
-
</mrow>
+
-
      </mfenced>
+
-
    </mrow>
+
-
    <mrow>
+
-
      <mi>1 +</mi>
+
-
      <msup>
+
-
    <mrow>
+
-
      <mfenced open="(" close=")" separators=",">
+
-
<mrow>
+
-
  <mfrac>
+
-
    <mrow>
+
-
      <mfenced open="[" close="]" separators=",">
+
-
<mrow>
+
-
  <mi>lacI</mi>
+
-
</mrow>
+
-
      </mfenced>
+
-
    </mrow>
+
-
    <mrow>
+
-
      <mi>1 +</mi>
+
-
      <mfrac>
+
-
<mrow>
+
-
  <mfenced open="[" close="]" separators=",">
+
-
    <mrow>
+
-
      <mi>IPTG</mi>
+
-
    </mrow>
+
-
  </mfenced>
+
-
</mrow>
+
-
<mrow>
+
-
  <msub>
+
-
  <mi>K</mi>
+
-
<mi>lacI - IPTG</mi>
+
-
  </msub>
+
-
</mrow>
+
-
      </mfrac>
+
-
    </mrow>
+
-
  </mfrac>
+
-
</mrow>
+
-
      </mfenced>
+
-
    </mrow>
+
-
    <msub>
+
-
    <mi>n</mi>
+
-
  <mi>plac</mi>
+
-
    </msub>
+
-
      </msup>
+
-
    </mrow>
+
-
  </mfrac>
+
-
  <mo>-</mo>
+
-
  <msub>
+
-
  <mi>&delta;</mi>
+
-
<mi>cinR</mi>
+
-
  </msub>
+
-
  <mfenced open="[" close="]" separators=",">
+
-
    <mrow>
+
-
      <mi>cinR</mi>
+
-
    </mrow>
+
-
  </mfenced>
+
-
  <mo>-</mo>
+
-
    <msub>
+
-
    <mi>V</mi>
+
-
  <mi>complexation</mi>
+
-
    </msub>
+
-
</mrow>
+
-
</math>
+
<p>
<p>
-
  We can therefore describe the production of cinI and cinR inside the cells. Vcomplexation is the rate of complexation
+
<li>Definition of the matrix</li>
-
  of the cinR molecule in terms of concentration. As a matter of fact cinR will be transformed into cinR* after being
+
-
  complexed with the Quorum Sensing molecules entering the cell. It is now taken into account via this complexation
+
-
  rate.<br/>
+
-
  A simple way to write this rate would be as follow :
+
-
+
-
<math display="block">
+
-
<mrow>
+
-
  <msub>
+
-
  <mi>V</mi>
+
-
<mi>complexation</mi>
+
-
  </msub>
+
-
  <mo>=</mo>
+
-
  <msub>
+
-
  <mi>k</mi>
+
-
<mi>comp</mi>
+
-
  </msub>
+
-
  <msubsup>
+
-
  <mi>Q</mi>
+
-
<mi>i</mi>
+
-
<mi>n</mi>
+
-
  </msubsup>
+
-
  <mfenced open="[" close="]" separators=",">
+
-
    <mrow>
+
-
      <mi>cinR</mi>
+
-
    </mrow>
+
-
  </mfenced>
+
-
</mrow>
+
-
</math>
+
-
with Qi being the concentration in QS molecule inside the cell. If we consider that only one QS molecule would
+
-
bind to a cinR molecule, we obtain the following equation for cinR :
+
-
<math display="block">
+
-
<mrow>
+
-
  <mfrac>
+
-
    <mrow>
+
-
      <mo>d</mo>
+
-
      <mfenced open="[" close="]" separators=",">
+
-
<mrow>
+
-
  <mi>cinR</mi>
+
-
</mrow>
+
-
      </mfenced>
+
-
    </mrow>
+
-
    <mrow>
+
-
      <mo>dt</mo>
+
-
    </mrow>
+
-
  </mfrac>
+
-
  <mo>=</mo>
+
-
  <mfrac>
+
-
    <mrow>
+
-
      <msub>
+
-
      <mi>k</mi>
+
-
    <mi>plac</mi>
+
-
      </msub>
+
-
      <mfenced open="[" close="]" separators=",">
+
-
<mrow>
+
-
  <msub>
+
-
  <mi>P</mi>
+
-
<mi>lac total</mi>
+
-
  </msub>
+
-
</mrow>
+
-
      </mfenced>
+
-
    </mrow>
+
-
    <mrow>
+
-
      <mi>1 +</mi>
+
-
      <msup>
+
-
    <mrow>
+
-
      <mfenced open="(" close=")" separators=",">
+
-
<mrow>
+
-
  <mfrac>
+
-
    <mrow>
+
-
      <mfenced open="[" close="]" separators=",">
+
-
<mrow>
+
-
  <mi>lacI</mi>
+
-
</mrow>
+
-
      </mfenced>
+
-
    </mrow>
+
-
    <mrow>
+
-
      <mi>1 +</mi>
+
-
      <mfrac>
+
-
<mrow>
+
-
  <mfenced open="[" close="]" separators=",">
+
-
    <mrow>
+
-
      <mi>IPTG</mi>
+
-
    </mrow>
+
-
  </mfenced>
+
-
</mrow>
+
-
<mrow>
+
-
  <msub>
+
-
  <mi>K</mi>
+
-
<mi>lacI - IPTG</mi>
+
-
  </msub>
+
-
</mrow>
+
-
      </mfrac>
+
-
    </mrow>
+
-
  </mfrac>
+
-
</mrow>
+
-
      </mfenced>
+
-
    </mrow>
+
-
    <msub>
+
-
    <mi>n</mi>
+
-
  <mi>plac</mi>
+
-
    </msub>
+
-
      </msup>
+
-
    </mrow>
+
-
  </mfrac>
+
-
  <mo>-</mo>
+
-
  <msub>
+
-
  <mi>&delta;</mi>
+
-
<mi>cinR</mi>
+
-
  </msub>
+
-
  <mfenced open="[" close="]" separators=",">
+
-
    <mrow>
+
-
      <mi>cinR</mi>
+
-
    </mrow>
+
-
  </mfenced>
+
-
  <mo>-</mo>
+
-
    <msub>
+
-
  <mi>k</mi>
+
-
<mi>comp</mi>
+
-
  </msub>
+
-
  <msubsup>
+
-
  <mi>Q</mi>
+
-
<mi>i</mi>
+
-
<mi></mi>
+
-
  </msubsup>
+
-
  <mfenced open="[" close="]" separators=",">
+
-
    <mrow>
+
-
      <mi>cinR</mi>
+
-
    </mrow>
+
-
  </mfenced>
+
-
</mrow>
+
-
</math>
+
-
+
-
</p>
+
<p>
<p>
-
  For the following equations the physical volume considered is an infinitesimal volume of medium along x - i.e. we
+
To solve this set of equations we have to use a matrix that will describe our system in both space
-
  only consider an l ∗ dx volume of cell, l being the width of our plate and dx an infinitesimal portion of length.
+
and time. for example for the QS molecule outside of the cell :
-
  In this infinitesimal volume we set a fixed number of non-growing cells and take into account the diffusion from
+
-
  one portion to the next ones.
+
-
</p>
+
-
+
-
<math display="block">
+
-
<mrow>
+
-
  <mfrac>
+
-
    <mrow>
+
-
      <mo>d</mo>
+
-
      <mfenced open="[" close="]" separators=",">
+
-
<mrow>
+
-
  <mi>Qi</mi>
+
-
</mrow>
+
-
      </mfenced>
+
-
    </mrow>
+
-
    <mrow>
+
-
      <mo>dt</mo>
+
-
    </mrow>
+
-
  </mfrac>
+
-
  <mo>=</mo>
+
-
  <mi>&eta;</mi>
+
-
  <mfenced open="(" close=")" separators=",">
+
-
    <mrow>
+
-
      <mfenced open="[" close="]" separators=",">
+
-
<mrow>
+
-
  <mi>Qe</mi>
+
-
</mrow>
+
-
      </mfenced>
+
-
      <mo>-</mo>
+
-
      <mfenced open="[" close="]" separators=",">
+
-
<mrow>
+
-
  <mi>Qi</mi>
+
-
</mrow>
+
-
      </mfenced>
+
-
    </mrow>
+
-
  </mfenced>
+
-
  <mo>-</mo>
+
-
  <msub>
+
-
  <mi>&delta;</mi>
+
-
<mi>Qi</mi>
+
-
  </msub>
+
-
  <mfenced open="[" close="]" separators=",">
+
-
    <mrow>
+
-
      <mi>Qi</mi>
+
-
    </mrow>
+
-
  </mfenced>
+
-
  <mo>+</mo>
+
-
  <mi>f([CinI])</mi>
+
-
</mrow>
+
-
</math>
+
-
+
-
<math display="block">
+
-
<mrow>
+
-
  <mfrac>
+
-
    <mrow>
+
-
      <mo>d</mo>
+
-
      <mfenced open="[" close="]" separators=",">
+
-
<mrow>
+
-
  <mi>Qe</mi>
+
-
</mrow>
+
-
      </mfenced>
+
-
    </mrow>
+
-
    <mrow>
+
-
      <mo>dt</mo>
+
-
    </mrow>
+
-
  </mfrac>
+
-
  <mo>=</mo>
+
-
  <mi>&rho;</mi>
+
-
  <msub>
+
-
      <mi>v</mi>
+
-
      <mi>c</mi>
+
-
  </msub>
+
-
  <mi>&eta;</mi>
+
-
  <mfenced open="(" close=")" separators=",">
+
-
    <mrow>
+
-
      <mfenced open="[" close="]" separators=",">
+
-
<mrow>
+
-
  <mi>Qi</mi>
+
-
</mrow>
+
-
      </mfenced>
+
-
      <mo>-</mo>
+
-
      <mfenced open="[" close="]" separators=",">
+
-
<mrow>
+
-
  <mi>Qe</mi>
+
-
</mrow>
+
-
      </mfenced>
+
-
    </mrow>
+
-
  </mfenced>
+
-
  <mo>-</mo>
+
-
  <msub>
+
-
  <mi>&delta;</mi>
+
-
<mi>Qe</mi>
+
-
  </msub>
+
-
  <mfenced open="[" close="]" separators=",">
+
-
    <mrow>
+
-
      <mi>Qe</mi>
+
-
    </mrow>
+
-
  </mfenced>
+
-
  <mo>+</mo>
+
-
  <msub>
+
-
  <mi>D</mi>
+
-
<mi>diff</mi>
+
-
  </msub>
+
-
  <mfrac>
+
-
    <mrow>
+
-
      <msup>
+
-
      <mo>&PartialD;</mo>
+
-
    <mn>2</mn>
+
-
      </msup>
+
-
      <mfenced open="[" close="]" separators=",">
+
-
<mrow>
+
-
  <mi>Qe</mi>
+
-
</mrow>
+
-
      </mfenced>
+
-
    </mrow>
+
-
    <mrow>
+
-
      <mo>&PartialD;</mo>
+
-
      <msup>
+
-
      <mi>x</mi>
+
-
    <mn>2</mn>
+
-
      </msup>
+
-
    </mrow>
+
-
  </mfrac>
+
-
</mrow>
+
-
</math>
+
-
+
-
<ul>
+
-
  <li>With f ([cinI]) being a mathematical function describing the production of QS molecule by cinI enzyme.
+
-
      Basically this fonction would be as follow :</li>
+
-
  <math display="block">
+
-
  <mrow>
+
-
    <mi>f([cinI]) =</mi>
+
-
    <msub>
+
-
    <mi>k</mi>
+
-
  <msub>
+
-
  <mi>QS</mi>
+
-
<mi>p</mi>
+
-
  </msub>
+
-
    </msub>
+
-
    <msup>
+
-
  <mrow>
+
-
    <mfenced open="[" close="]" separators=",">
+
-
      <mrow>
+
-
<mi>substrate</mi>
+
-
      </mrow>
+
-
    </mfenced>
+
-
  </mrow>
+
-
  <mi>n</mi>
+
-
    </msup>
+
-
    <mfenced open="[" close="]" separators=",">
+
-
      <mrow>
+
-
<mi>cinI</mi>
+
-
      </mrow>
+
-
    </mfenced>
+
-
  </mrow>
+
-
  </math>
+
-
  But if we consider the reaction as Michaelian, we obtain :
+
-
 
+
-
  <math display="block">
+
-
<mrow>
+
-
  <mfrac>
+
-
    <mrow>
+
-
      <mo>d</mo>
+
-
      <mfenced open="[" close="]" separators=",">
+
-
<mrow>
+
-
  <mi>Qi</mi>
+
-
</mrow>
+
-
      </mfenced>
+
-
    </mrow>
+
-
    <mrow>
+
-
      <mo>dt</mo>
+
-
    </mrow>
+
-
  </mfrac>
+
-
  <mo>=</mo>
+
-
  <mi>&eta;</mi>
+
-
  <mfenced open="(" close=")" separators=",">
+
-
    <mrow>
+
-
      <mfenced open="[" close="]" separators=",">
+
-
<mrow>
+
-
  <mi>Qe</mi>
+
-
</mrow>
+
-
      </mfenced>
+
-
      <mo>-</mo>
+
-
      <mfenced open="[" close="]" separators=",">
+
-
<mrow>
+
-
  <mi>Qi</mi>
+
-
</mrow>
+
-
      </mfenced>
+
-
    </mrow>
+
-
  </mfenced>
+
-
  <mo>-</mo>
+
-
  <msub>
+
-
  <mi>&delta;</mi>
+
-
<mi>Qi</mi>
+
-
  </msub>
+
-
  <mfenced open="[" close="]" separators=",">
+
-
    <mrow>
+
-
      <mi>Qi</mi>
+
-
    </mrow>
+
-
  </mfenced>
+
-
  <mo>+</mo>
+
-
  <msubsup>
+
-
  <mi>k</mi>
+
-
<msub>
+
-
<mi>QS</mi>
+
-
      <mi>p</mi>
+
-
</msub>
+
-
<mi>'</mi>
+
-
  </msubsup>
+
-
  <mfenced open="[" close="]" separators=",">
+
-
    <mrow>
+
-
      <mi>cinI</mi>
+
-
    </mrow>
+
-
  </mfenced>
+
-
</mrow>
+
-
</math>
+
-
+
-
<li>
+
-
  With Ddiff being the diffusion coefficient for our Quorum sensing molecule in our medium along spatial
+
-
  dimension x.
+
-
</li>
+
-
<li>
+
-
  In our case ρvc is a constant (we consider the cells do not grow in our time scale)
+
-
</li>
+
</p>
</p>
 +
<center>
 +
$M_{QSe}(m,n) = [QS_e](x,t)$<br/>
 +
$M_{QSe}(m+1,n+1) = [QS_e](x + dx,t+dt)$
 +
</center>
<p>
<p>
-
  With the equations set (3.1); (3.3); (3.5); (3.6) we have, we can not use solvers like matlab ODE because of
+
In these equations, m represents the spatial dimension and n the temporal dimension.
-
  their space and time dependancies. To solve our problem we have to use a space-time derivation matrix we will
+
-
  describe in the next chapter.
+
</p>
</p>
-
+
<img src="http://2011.iGEM.org/wiki/images/c/c6/Matrix_QS.png" class="centerwide" style="box-shadow: none"/>
-
</ul>
+
-
+
-
<li>
+
-
  Solvation ot the set of equations (3.1); (3.3); (3.5); (3.6)
+
-
<li>
+
-
<p>
+
-
    To solve this set of equations we have to use a matrix that will describe our system in both space and time. for
+
-
    example for the QS molecule outside of the cell :
+
-
</p>
+
-
<math display="block">
+
-
<mrow>
+
-
  <msub>
+
-
  <mi>M</mi>
+
-
<msub>
+
-
<mi>Q</mi>
+
-
      <mi>e</mi>
+
-
</msub>
+
-
  </msub>
+
-
  <mfenced open="(" close=")" separators=",">
+
-
    <mrow>
+
-
      <mi>m,n</mi>
+
-
    </mrow>
+
-
  </mfenced>
+
-
  <mo>=</mo>
+
-
  <mfenced open="[" close="]" separators=",">
+
-
    <mrow>
+
-
      <msub>
+
-
      <mi>Q</mi>
+
-
    <mi>e</mi>
+
-
      </msub>
+
-
    </mrow>
+
-
  </mfenced>
+
-
  <mfenced open="(" close=")" separators=",">
+
-
    <mrow>
+
-
      <mi>x,t</mi>
+
-
    </mrow>
+
-
  </mfenced>
+
-
</mrow>
+
-
</math>
+
-
+
-
<math display="block">
+
-
<mrow>
+
-
  <msub>
+
-
  <mi>M</mi>
+
-
<msub>
+
-
<mi>Q</mi>
+
-
      <mi>e</mi>
+
-
</msub>
+
-
  </msub>
+
-
  <mfenced open="(" close=")" separators=",">
+
-
    <mrow>
+
-
      <mi>m+1,n+1</mi>
+
-
    </mrow>
+
-
  </mfenced>
+
-
  <mo>=</mo>
+
-
  <mfenced open="[" close="]" separators=",">
+
-
    <mrow>
+
-
      <msub>
+
-
      <mi>Q</mi>
+
-
    <mi>e</mi>
+
-
      </msub>
+
-
    </mrow>
+
-
  </mfenced>
+
-
  <mfenced open="(" close=")" separators=",">
+
-
    <mrow>
+
-
      <mi>x+dx,t+dt</mi>
+
-
    </mrow>
+
-
  </mfenced>
+
-
</mrow>
+
-
</math>
+
-
<img src="https://static.igem.org/mediawiki/2011/c/c6/Matrix_QS.png" class="centerwide" style="box-shadow: none"/>
+
<ul>
<ul>
  <li>
  <li>
Line 1,221: Line 302:
  </li>
  </li>
  <li>
  <li>
-
    With this Matrix, and after computation of all the terms, we can get the entire behaviour of cinI, cinR, QS
+
    With this Matrix, and after computation of all the terms, we can get the entire behaviour of CinI, CinR, QS
    inside and outside the cells.
    inside and outside the cells.
  </li>
  </li>
Line 1,232: Line 313:
  </li>
  </li>
  <li>
  <li>
-
    Of course, Qi, cinI and cinR matrices will be similarly implemented.
+
    Of course, QSi, CinI and CinR matrices will be similarly implemented.
  </li>
  </li>
</ul>
</ul>
 +
 +
<li>Discretization of the equation</li>
<p>
<p>
-
  With our continuous equations set, we want to obtain discrete definition of each of the matrices. The interdepen-
+
  With our continuous equations set, we want to obtain discrete definition of each of the matrices. interdependencies
-
  dancies of the equations imply that the computation of the matrices will be performed on the entire cinI matrix
+
  of the equations imply that the computation of the matrices will be performed on the entire CinI matrix
-
  first, then each line of the Qi and Qe matrices will be computed alternatively. Finally cinR matrix computation
+
  first, then each line of the Qi and Qe matrices will be computed alternatively. The computation of the CinR
-
  will be performed.
+
  will be eventually performed.
</p>
</p>
<p>
<p>
Line 1,246: Line 329:
  Discretization is obtained with first order taylor series :
  Discretization is obtained with first order taylor series :
</p>
</p>
-
<math display="block">
+
</ol>
-
<mrow>
+
<center>
-
  <msub>
+
$
-
  <mi>M</mi>
+
M_{QSi}(m,n+1) =\Delta t (\eta (M_{QSe}(m,n) -  M_{QSi}(m,n)) - \delta_{QSi}.M_{QSi}(m,n) + k_{QSp}M_{CinI}(m,n)) + M_{QSi}(m,n)
-
<msub>
+
$<br/><br/>
-
<mi>Q</mi>
+
$
-
      <mi>i</mi>
+
M_{QSe}(m,n+1) =\Delta t ( D_{m} + D_{diff} \frac{M_{QSe}(m+1,n) - 2 M_{QSe}(m,n) + M_{QSe}(m-1,n)}{\Delta x^2}) + M_{QSe}(m,n)
-
</msub>
+
$<br/><br/>
-
  </msub>
+
$
-
  <mfenced open="(" close=")" separators=",">
+
with D_{m} =\rho v_c \eta .M_{QSi}(m,n) - M_{QSe}(m,n)(\delta_{QSe} + \rho v_c \eta)
-
    <mrow>
+
$<br/><br/>
-
      <mi>m,n+1</mi>
+
$
-
    </mrow>
+
M_{CinR_{free}}(m,n+1) = \Delta t (\frac{k_{pTet}[P_{Tet total}]}{1+ (\frac{[TetR]}{K_{pTet}(1+\frac{[aTc]}{K_{TetR - aTc}})})^{n_{pTet}}} - M_{CinR_{free}}(m,n)(\delta_{CinR} - k_{comp}.M_{Qi}(m,n))) + M_{CinR_{free}}(m,n)$<br/>
-
  </mfenced>
+
</center>
-
  <mo>=</mo>
+
-
  <mi>&Delta;</mi>
+
-
  <mi>t</mi>
+
-
  <mfenced open="(" close=")" separators=",">
+
-
    <mrow>
+
-
      <mi>&eta;</mi>
+
-
      <mfenced open="(" close=")" separators=",">
+
-
<mrow>
+
-
  <msub>
+
-
  <mi>M</mi>
+
-
<msub>
+
-
<mi>Q</mi>
+
-
      <mi>e</mi>
+
-
</msub>
+
-
  </msub>
+
-
  <mi>(m,n)</mi>
+
-
  <mo>-</mo>
+
-
  <msub>
+
-
  <mi>M</mi>
+
-
<msub>
+
-
<mi>Q</mi>
+
-
      <mi>i</mi>
+
-
</msub>
+
-
  </msub>
+
-
  <mfenced open="(" close=")" separators=",">
+
-
    <mrow>
+
-
      <mi>m,n</mi>
+
-
    </mrow>
+
-
  </mfenced>
+
-
</mfenced>
+
-
  <mo>-</mo>
+
-
  <msub>
+
-
  <mi>&delta;</mi>
+
-
<msub>
+
-
<mi>Q</mi>
+
-
      <mi>i</mi>
+
-
</msub>
+
-
  </msub>
+
-
  <msub>
+
-
  <mi>M</mi>
+
-
<msub>
+
-
<mi>Q</mi>
+
-
      <mi>i</mi>
+
-
</msub>
+
-
  </msub>
+
-
  <mfenced open="(" close=")" separators=",">
+
-
    <mrow>
+
-
      <mi>m,n</mi>
+
-
    </mrow>
+
-
  </mfenced>
+
-
  <mo>+</mo>
+
-
  <msub>
+
-
  <mi>k</mi>
+
-
<msub>
+
-
<mi>QS</mi>
+
-
      <mi>p</mi>
+
-
</msub>
+
-
  </msub>
+
-
  <msub>
+
-
  <mi>M</mi>
+
-
<mi>cinI</mi>
+
-
  </msub>
+
-
  <mfenced open="(" close=")" separators=",">
+
-
    <mrow>
+
-
      <mi>m,n</mi>
+
-
    </mrow>
+
-
  </mfenced>
+
-
 
+
-
  <mo>+</mo>
+
-
  <msub>
+
-
  <mi>M</mi>
+
-
<msub>
+
-
<mi>Q</mi>
+
-
      <mi>i</mi>
+
-
</msub>
+
-
  </msub>
+
-
  <mfenced open="(" close=")" separators=",">
+
-
    <mrow>
+
-
      <mi>m,n</mi>
+
-
    </mrow>
+
-
 
+
-
</mrow>
+
-
     
+
-
    </mrow>
+
-
  </mfenced>
+
-
</mrow>
+
-
</math>
+
-
<math display="block">
+
<p><strong>
-
<mrow>
+
With these discrete equations the 4 matrices can be computed through simple calculation loops over each line.
-
  <msub>
+
The CinI matrix does not depend on space dimension, it is then possible to compute it without discretization with
-
  <mi>M</mi>
+
a differential solver.</strong>
-
<msub>
+
</p>
-
<mi>Q</mi>
+
-
      <mi>e</mi>
+
-
</msub>
+
-
  </msub>
+
-
  <mfenced open="(" close=")" separators=",">
+
-
    <mrow>
+
-
      <mi>m,n+1</mi>
+
-
    </mrow>
+
-
  </mfenced>
+
-
  <mo>=</mo>
+
-
  <mi>&Delta;</mi>
+
-
  <mi>t</mi>
+
-
  <mfenced open="(" close=")" separators=",">
+
-
    <mrow>
+
-
      <msub>
+
-
      <mi>D</mi>
+
-
    <mi>m</mi>
+
-
      </msub>
+
-
      <mo>+</mo>
+
-
      <msub>
+
-
      <mi>D</mi>
+
-
    <mi>diff</mi>
+
-
      </msub>
+
-
      <mfrac>
+
-
<mrow>
+
-
  <msub>
+
-
  <mi>M</mi>
+
-
<msub>
+
-
<mi>Q</mi>
+
-
      <mi>e</mi>
+
-
</msub>
+
-
  </msub>
+
-
  <mfenced open="(" close=")" separators=",">
+
-
    <mrow>
+
-
      <mi>m+1,n</mi>
+
-
    </mrow>
+
-
  </mfenced>
+
-
  <mo>-</mo>
+
-
  <msub>
+
-
  <mi>2M</mi>
+
-
<msub>
+
-
<mi>Q</mi>
+
-
      <mi>e</mi>
+
-
</msub>
+
-
  </msub>
+
-
  <mfenced open="(" close=")" separators=",">
+
-
    <mrow>
+
-
      <mi>m,n</mi>
+
-
    </mrow>
+
-
  </mfenced>
+
-
  <mo>+</mo>
+
-
  <msub>
+
-
  <mi>M</mi>
+
-
<msub>
+
-
<mi>Q</mi>
+
-
      <mi>e</mi>
+
-
</msub>
+
-
  </msub>
+
-
  <mfenced open="(" close=")" separators=",">
+
-
    <mrow>
+
-
      <mi>m-1,n</mi>
+
-
    </mrow>
+
-
  </mfenced>
+
-
</mrow>
+
-
<mrow>
+
-
  <mspace />
+
-
</mrow>
+
-
      </mfrac>
+
-
    </mrow>
+
-
  </mfenced>
+
-
  <mo>-</mo>
+
-
  <msub>
+
-
  <mi>M</mi>
+
-
<msub>
+
-
<mi>Q</mi>
+
-
      <mi>e</mi>
+
-
</msub>
+
-
  </msub>
+
-
  <mfenced open="(" close=")" separators=",">
+
-
    <mrow>
+
-
      <mi>m,n</mi>
+
-
    </mrow>
+
-
  </mfenced>
+
-
</mrow>
+
-
</math>
+
-
<p>with
+
<p><strong>
-
<math >
+
Moreover to get the coupling of toggle switch and quorum sensing modules, we used the results of the first one
-
<mrow>
+
(lacI and TetR evolution) to get the evolution of quorum sensing proteins (respectively cinI and cinR).
-
  <msub>
+
It means that the output of the first module are used as input for the second module.</strong>
-
  <mi>D</mi>
+
-
<mi>m</mi>
+
-
  </msub>
+
-
  <mo>=</mo>
+
-
  <mi>&rho;</mi>
+
-
  <msub>
+
-
  <mi>v</mi>
+
-
<mi>c</mi>
+
-
  </msub>
+
-
  <mi>&eta;</mi>
+
-
  <msub>
+
-
  <mi>M</mi>
+
-
<msub>
+
-
<mi>Q</mi>
+
-
      <mi>i</mi>
+
-
</msub>
+
-
  </msub>
+
-
  <mfenced open="(" close=")" separators=",">
+
-
    <mrow>
+
-
      <mi>m,n</mi>
+
-
    </mrow>
+
-
  </mfenced>
+
-
  <mo>-</mo>
+
-
  <msub>
+
-
  <mi>M</mi>
+
-
<msub>
+
-
<mi>Q</mi>
+
-
      <mi>e</mi>
+
-
</msub>
+
-
  </msub>
+
-
  <mfenced open="(" close=")" separators=",">
+
-
    <mrow>
+
-
      <mi>m,n</mi>
+
-
    </mrow>
+
-
  </mfenced>
+
-
  <mfenced open="(" close=")" separators=",">
+
-
    <mrow>
+
-
      <msub>
+
-
      <mi>&delta;</mi>
+
-
    <msub>
+
-
    <mi>Q</mi>
+
-
  <mi>e</mi>
+
-
    </msub>
+
-
      </msub>
+
-
      <mo>+</mo>
+
-
      <mi>&rho;</mi>
+
-
      <msub>
+
-
      <mi>v</mi>
+
-
    <mi>c</mi>
+
-
      </msub>
+
-
      <mi>&eta;</mi>
+
-
    </mrow>
+
-
  </mfenced>
+
-
</mrow>
+
-
</math>
+
</p>
</p>
-
 
-
<math display="block">
 
-
<mrow>
 
-
  <msub>
 
-
  <mi>M</mi>
 
-
<mi>cinR</mi>
 
-
  </msub>
 
-
  <mfenced open="(" close=")" separators=",">
 
-
    <mrow>
 
-
      <mi>m,n+1</mi>
 
-
    </mrow>
 
-
  </mfenced>
 
-
  <mo>=</mo>
 
-
  <mi>&Delta;</mi>
 
-
  <mi>t</mi>
 
-
  <mfenced open="(" close=")" separators=",">
 
-
    <mrow>
 
-
      <mfrac>
 
-
  <mrow>
 
-
    <msub>
 
-
    <mi>k</mi>
 
-
  <mi>pTet</mi>
 
-
    </msub>
 
-
    <mfenced open="[" close="]" separators=",">
 
-
      <mrow>
 
-
<msub>
 
-
<mi>P</mi>
 
-
      <mi>Tet total</mi>
 
-
</msub>
 
-
      </mrow>
 
-
    </mfenced>
 
-
  </mrow>
 
-
  <mrow>
 
-
    <mi>1 +</mi>
 
-
    <msup>
 
-
  <mrow>
 
-
    <mfenced open="(" close=")" separators=",">
 
-
      <mrow>
 
-
<mfrac>
 
-
  <mrow>
 
-
    <mfenced open="[" close="]" separators=",">
 
-
      <mrow>
 
-
<mi>TetR</mi>
 
-
      </mrow>
 
-
    </mfenced>
 
-
  </mrow>
 
-
  <mrow>
 
-
    <mi>1 +</mi>
 
-
    <mfrac>
 
-
      <mrow>
 
-
<mfenced open="[" close="]" separators=",">
 
-
  <mrow>
 
-
    <mi>aTc</mi>
 
-
  </mrow>
 
-
</mfenced>
 
-
      </mrow>
 
-
      <mrow>
 
-
<msub>
 
-
<mi>K</mi>
 
-
      <mi>TetR - aTc</mi>
 
-
</msub>
 
-
      </mrow>
 
-
    </mfrac>
 
-
  </mrow>
 
-
</mfrac>
 
-
      </mrow>
 
-
    </mfenced>
 
-
  </mrow>
 
-
  <msub>
 
-
  <mi>n</mi>
 
-
<mi>pTet</mi>
 
-
  </msub>
 
-
    </msup>
 
-
  </mrow>
 
-
</mfrac>
 
-
      <mo>-</mo>
 
-
      <msub>
 
-
      <mi>M</mi>
 
-
    <mi>cinR</mi>
 
-
      </msub>
 
-
      <mfenced open="(" close=")" separators=",">
 
-
<mrow>
 
-
  <mi>m,n</mi>
 
-
</mrow>
 
-
      </mfenced>
 
-
      <mfenced open="(" close=")" separators=",">
 
-
<mrow>
 
-
  <msub>
 
-
  <mi>&delta;</mi>
 
-
<mi>cinR</mi>
 
-
  </msub>
 
-
  <mo>-</mo>
 
-
  <msub>
 
-
  <mi>k</mi>
 
-
<mi>comp</mi>
 
-
  </msub>
 
-
  <msub>
 
-
  <mi>M</mi>
 
-
<msub>
 
-
<mi>Q</mi>
 
-
      <mi>i</mi>
 
-
</msub>
 
-
  </msub>
 
-
  <mfenced open="(" close=")" separators=",">
 
-
    <mrow>
 
-
      <mi>m,n</mi>
 
-
    </mrow>
 
-
  </mfenced>
 
-
</mrow>
 
-
      </mfenced>
 
-
    </mrow>
 
-
  </mfenced>
 
-
  <mo>+</mo>
 
-
  <msub>
 
-
  <mi>M</mi>
 
-
<mi>cinR</mi>
 
-
  </msub>
 
-
  <mfenced open="(" close=")" separators=",">
 
-
    <mrow>
 
-
      <mi>m,n</mi>
 
-
    </mrow>
 
-
  </mfenced>
 
-
</mrow>
 
-
</math>
 
-
 
-
 
-
 
-
 
-
</ol>
 
<p>
<p>
-
With these discrete equations the 4 matrices can be computed through simple calculation loops over each line.
+
With this model, we were able to predict how the <a href="https://2011.igem.org/Team:Grenoble/Projet/Results/Toggle#QS">red stripe appears</a> on the plate
-
The cinI matrix does not depend on space dimension, it is then possible to compute it without discretization with
+
-
a differential solver.
+
</p>
</p>
Line 1,642: Line 367:
  <h2>Our algorithms</h2>
  <h2>Our algorithms</h2>
    <p>
    <p>
-
      In the MATLAB archive that can be found <a href="http://igemgrenoble-files.perso.sfr.fr/2011/MATLAB_Archives/">here</a>
+
      An archive containing our Matlab scripts for the deterministic modeling can be found <a href="http://iGEMgrenoble-files.perso.sfr.fr/2011/MATLAB_Archives/">here</a>
-
      containing our matlab scripts for deterministic modelling (file Deterministic_archive.tar.gz) you can launch an ODE based
+
      (file Deterministic_archive.tar.gz). You can launch and ODE-based simulation(see our ODEs in  
-
      simulation (see our ODEs in the two previous sections) with the file biosenseur1Dmain.m.
+
      the two previous sections) with the file biosenseur1Dmain.m.
    </p>
    </p>
    <p>
    <p>
-
      Several dialog boxes will pop up to enter the specificities of the simulation : (physical  
+
      Several dialog boxes will pop up to enter the specificities of the simulation: (physical  
-
      specificities of the device, chemical species concentrations and IPTG gradient )
+
      specificities of the device, chemical species concentrations and IPTG gradient).
    </p>
    </p>
     
     
    <p>
    <p>
-
      At the end of the simulation you obtain 3 matrices named M_stock, M_QS and M_comp containing the concentrations in each protein
+
At the end of the simulation you obtain 3 matrices named M_stock, M_QS and M_comp containing the concentrations
-
      species at each time point and on each physical point of the plate. We wrote three MATLAB scripts that display the concentration in proteins
+
in each protein species at each time point and on each physical point of the plate. We wrote three Matlab scripts
-
      dynamically that you can call with DynamicplottingTS, DynamicplottingQS and DynamicplottingCP. For a good understanding of the models and
+
(DynamicplottingTS, DynamicplottingQS and DynamicplottingCP) that dynamically display the protein concentrations.
-
      of our results we also wrote a script to illustrate the coloration of our plate through time according to our models named Imageshow.m.
+
For a good understanding of the models and of our results, we also wrote a script (Imageshow.m) to illustrate  
-
    </p>
+
the plate coloration.
-
   
+
</p>
-
+
 +
<p>
 +
To see the results we obtained with this algorithms, refer to this <a href="https://2011.igem.org/Team:Grenoble/Projet/Results">page</a>.
 +
</p>
</div>
</div>
-
<div id="selector">
+
 
 +
<center>
<form method="get" >
<form method="get" >
-
  <input type="button" value="< PREVIOUS <" onclick="document.location = '/Team:Grenoble/Projet/Modelling#Content';" />
+
  <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 ;">
  <select name="id" onchange="document.location = '/Team:Grenoble/Projet/Modelling' + this.options[this.selectedIndex].value ;">
Line 1,671: Line 400:
    </optgroup>
    </optgroup>
-
    <optgroup label="Deterministic Modelling" >
+
    <optgroup label="Construction of the model" >
                                  
                                  
-
                                     <option value="/Deterministic#Our_EquationsTS" selected="selected">Our equations - Toggle switch</option>
+
                                     <option value="/Deterministic#Our_EquationsTS" selected="selected">Establishment of the equation - Toggle switch</option>
-
                                     <option value="/Deterministic#Our_EquationsQS" >Our equations - Quorum sensing</option>
+
                                     <option value="/Deterministic#Our_EquationsQS" >Establishment of the equation - Quorum sensing</option>
                                  
                                  
                                     <option value="/Deterministic#Our_algorithms" >Our algorithms</option>
                                     <option value="/Deterministic#Our_algorithms" >Our algorithms</option>
-
                               
 
-
                                    <option value="/Deterministic#Isoclines">Isoclines and Hysteresis</option>
 
                                  
                                  
                                      
                                      
Line 1,686: Line 413:
                             <optgroup label="Stochastic Modelling">
                             <optgroup label="Stochastic Modelling">
                                  
                                  
-
                                     <option value="/Stochastic#Geof">Geof's</option>
+
                                     <option value="/Stochastic#Geof">Sensitivity to noise</option>
                                  
                                  
-
                                     <option value="/Stochastic#Gillespie_algorithm"></option>
+
                                     <option value="/Stochastic#Gillespie_algorithm">Gillespie algorithm</option>
                                  
                                  
                                     <option value="/Stochastic#Stats">Mean, standard deviation and stats</option>
                                     <option value="/Stochastic#Stats">Mean, standard deviation and stats</option>
Line 1,696: Line 423:
                             <optgroup label="Parameters">
                             <optgroup label="Parameters">
                              
                              
-
    <option value="/Parameters">Our parameters</option>
+
    <option value="/Parameters">Table of parameters</option>
-
 
+
-
    </optgroup>
+
-
                           
+
-
                            <optgroup label="Results">
+
-
                           
+
-
    <option value="/Results#Validation">Validation of our Network</option>
+
-
 
+
-
    <option value="/Results#Device">Device specificities</option>
+
    </optgroup>
    </optgroup>
Line 1,713: Line 432:
                  
                  
             </form>
             </form>
 +
            </center>
 +
             </div>
             </div>

Latest revision as of 03:07, 29 October 2011

Grenoble 2011, Mercuro-Coli iGEM


Construction of the model

PDF version of the next two sections (Equations for Toggle Switch and Quorum sensing)

As a proof of concept, we will consider anhydrotetracycline (aTc) instead of Mercury in our model, and the transcriptional regulator TetR in place of MerR. The TetR system is well characterized in E. coli, which facilitates the modelling. In addition, if the system works well with aTc, it should work as well with Mercury, Copper or lead for example.

In addition, since aTc diffuse freely accross the membrane of the cell, we do not have to take complex uptake mechanisms into considerations. Mercury is ionized and its entry in the cells depends on the presence of transporter protein.
So in the following chapter, we are going to use TetR instead of MerR and aTc instead of Mercury.

The Two modules of Modelling

Large-scale biochemical networks are classically decomposed into modules of smaller size to facilitate the model building process and the model calibration. The approach consists in modelling each module separately and integrating the different models into a larger model of the whole system. Like divided our genetic network in severals part (see genetic network), we also divided our model in two independant level of modelling:

  • The Toggle Switch module: modelling this network module allows to predict in which state the bacteria are. In particular, we can determine the switching conditions in bacteria and the localization of the switching area on the device (that depend on both IPTG and aTc concentrations). This gives indications on how to adjust the size of the device to improve the aTc detection.
  • The Quorum Sensing and Coloration module:the corresponding model is used to predict the localization and the width of the red line on the device. The modelling results are used to improve the device precision, for instance, by choosing between a device with a continuous bacterial layer and a device with strips containing bacteria. Each strip has the same concentration of aTc, but a different IPTG concentration.

The first level of the model will allow us to define the switch conditions in bacteria, depending on the concentrations of aTc and IPTG. From these results, we could see where the switch zone will appear on the device and therefore, the position of the red line. These parts of the results indicate the range of aTc that can be detected.

The second level will give us an estimation of the red line width, which indicates the system precision. Based on these results, we could improve the precision of our device, for instance, by comparing between a device with a continuous bacterial layer and a device with strips containing bacteria. Each strip has a different IPTG concentration, but the same concentration of Mercury.

Two independent levels of modelling which are coupled in order to get a global simulation of the device.

Establishment of the equation

Toggle switch

In a first part, we define a model to caracterize the Toggle Switch module of our genetic network.

  1. Biological Model
  2. A toggle switch consists of two genes, each coding for a protein that represses the expression of the other gene. This double repression system ensures the basic function of a toggle switch: a bistable system which can be switched from one state to the other by putting, in our example, some IPTG or aTc molecules in the medium.

    The biological system we are trying to implement is more complex, on both the biological and physical side. However, the toggle switch model is basically the same. In the study of the toggle switch itself, the system can be reduced to a simple two-state subsystem that we will then use for the rest of our modelling. However, our toggle switch model is basically the same: we can reduce it to a simple two-state subsystem that we will then use for the rest of our modelling. The toggle switch itself is not influenced by the rest of the system, if we do not consider the RsmA regulatory system that will be modeled at the very end of our work. Thus we will be able to model the toggle switch independently and then build the rest of the model upon this basis.

  3. Mathematical Model
  4. In order to get the state of the bacteria, we need to compute the concentration of both repressors. To obtain these variations, we develop a system of ordinary differential equations (ODES) which governs the behavior of the Toggle Switch.

    $ \frac{d[TetR]}{dt} = \frac{k_{pLac}.[pLac]_{tot}}{1 + (\frac{[lacI]}{K_{pLac} + \frac{K_{pLac}.[IPTG]}{K_{lacI-IPTG}}.})^\beta} - \delta_{TetR}.[TetR]$

    $\frac{d[lacI]}{dt} = \frac{k_{pTet}.[pTet]_{tot}}{1 + (\frac{[tetR]}{K_{pTet} + \frac{K_{pTet}.[aTc]}{K_{TetR-aTc}}.})^\gamma} - \delta_{lacI}.[lacI]$

    With this ODE system, we follow the evolution of the concentration of the two toggle switch repressors, TetR and LacI. This gives us the state of the bacteria. A demonstration of this ODE system is available in the previous pdf file. We briefly explain the equations below.

    Both equations are developed following the same approach. There is a term of production and a term of degradation. The parameters $k_{pLac}.[pLac]_{tot}$ represent the protein synthesis rate from the pLac promoter. K_{pLac} and K_{lacI−IPTG} are the dissociation constants of LacI and pLac, and LacI and IPTG, respectively. The parameters β and γ denote the cooperativity of repression, that is, the number of repressors bound to the promoter.

    According to these equations, the rate of variation of repressor TetR is inhibited by the repressor LacI. The degree of inhibition is modulated by the IPTG concentration. Reciprocally in the second equation, the rate of variation of LacI depends on TetR, whose negative effect is modulated by aTc.

    This indicates that the two equations are coupled. And also that only one repressor could be predominant, as shown later.

    These two equations can be easily computed with a differential solver. We can precisely estimate the effects of each parameter.

With this model, we were able to predict the behavior of our toggle switch.

Establishment of the equation

Quorum sensing

  1. Mathematical Model
  2. In a second part, we define a model able to characterize the quorum sensing module of our genetic network, which involves the quorum sensing genes CinI and CinR, as well as the signaling molecule AHL.
    In order to model the Quorum Sensing module, we detail below the different reactions taking place inside this module. For reasons that will become clear later, we focus on a particular area of our device, where neighboring bacteria will have a different behavior, although they carry the same genetic circuit.

    Figure 1:Mechanism of Quorum Sensing diffusion at the boundary

    According to the figure, several must be taken into account:

    1. the production of the Quorum Sensing molecule
    2. the secretion of the molecule
    3. the diffusion of the molecule in the medium
    4. the penetration of the molecule
    5. the complexation of the molecule with its receptor
    6. the activation of the coloration

    To model these mecanisms, we need to follow the evolution of the following quantities

    • $[QS_i]$ concentration of the intracellular Quorum Sensing molecule.
    • $[QS_e]$ concentration of the extracellular Quorum Sensing molecule.
    • $[cinR]$ concentration of the Quorum Sensing receptor.
    • $[cinI]$ concentration of the Quorum Sensing producer enzyme.
    • $[cinR_{comp}]$ concentration of the complexe cinR-QS.

    Based on the Bangalore 2007 iGEM team, we get the following system of equations:

    $\frac{d[QS_i]}{dt} = \eta([QS_e]-[QS_i])-\delta_{QSi} [QS_i] + k_{QS-production}'[cinI]$

    $\frac{d[QS_e]}{dt} = \rho v_c\eta([QS_i]-[QS_e])-\delta_{QSe} [QS_e] + D_{diff}\frac{\partial^2 [QS_e]}{\partial x^2}$

    $\frac{d[cinR_{free}]}{dt} = \frac{k_{pLac}.[pLac]_{tot}}{1 + (\frac{[lacI_{total}]}{K_{pLac} + \frac{K_{pLac}.[IPTG]}{K_{lacI-IPTG}}.})^\beta} - \delta_{cinR}[cinR_{free}] - V_{complexation}$

    $\frac{d[cinR_{comp}]}{dt} = K_{comp}([cinR_{free}].[QS_i])$

    In the first equation, expressing the evolution of the concentration of the intracellular Quorum Sensing molecule, 3 terms are involved: $[QSe]−[QSi]$, which describes the diffusion through the membrane, $\delta_{QSi}[QSi]$, the degradation and $k_{QS−production}[cinI]$, the production of Quorum Sensing molecule by the enzyme CinI. In the second equation, expressing the evolution of extracellular Quorum Sensing, there is no production term, but a spatial diffusion term $D_{diff}\frac{\partial^2 [QS_e]}{\partial x^2}$.

    The concentrations of CinI and CinR can be obtained by using the toggle switch modelling. Indeed, since CinI is on the pathway of LacI and CinR on the pathway of Tet, their evolution follow the same equations. In addition we consider the complexation of the CinR protein and the Quorum Sensing molecule, which is expressed by the term $V_{complexation}$ in the CinR equation: \[V_{complexation} = K_{comp}[QS_i][CinR_{free}]\] with $K_{comp}$ the affinity constant of AHL for cinR.

    In order to simplify the model, we considered that the complexation of CinR to AHL is total and depends only on $[cinR]$ and $[QS_i] which is the limitant factor$.

    To solve this set of equations, we couldn't use a classical ODE solver from Matlab (Mathworks), because the equations are derived both in time and space. We therefore needed to use the finite difference method. To that aim, we build a matrix based on Taylor's series discretization.

  3. Definition of the matrix
  4. To solve this set of equations we have to use a matrix that will describe our system in both space and time. for example for the QS molecule outside of the cell :

    $M_{QSe}(m,n) = [QS_e](x,t)$
    $M_{QSe}(m+1,n+1) = [QS_e](x + dx,t+dt)$

    In these equations, m represents the spatial dimension and n the temporal dimension.

    • On the spatial point of view, we only consider the x dimension, as the IPTG gradient will be only evolving along this dimension. Thus we consider the state of our cells is the same along the width of our plate.
    • With this Matrix, and after computation of all the terms, we can get the entire behaviour of CinI, CinR, QS inside and outside the cells.
    • The first line of the Matrix equals 0. These are the initial conditions we set to 0 at time t = 0s.
    • On the borders of the plate (x = 0 and x = L) the model used has to be different, limit conditions will be set.
    • Of course, QSi, CinI and CinR matrices will be similarly implemented.
  5. Discretization of the equation
  6. With our continuous equations set, we want to obtain discrete definition of each of the matrices. interdependencies of the equations imply that the computation of the matrices will be performed on the entire CinI matrix first, then each line of the Qi and Qe matrices will be computed alternatively. The computation of the CinR will be eventually performed.

    Parallel computation of all the matrices without proper control is not possible indeed, as the terms of Qi matrix will depend on the Qe terms of the preceding line (and vice-versa). Discretization is obtained with first order taylor series :

$ M_{QSi}(m,n+1) =\Delta t (\eta (M_{QSe}(m,n) - M_{QSi}(m,n)) - \delta_{QSi}.M_{QSi}(m,n) + k_{QSp}M_{CinI}(m,n)) + M_{QSi}(m,n) $

$ M_{QSe}(m,n+1) =\Delta t ( D_{m} + D_{diff} \frac{M_{QSe}(m+1,n) - 2 M_{QSe}(m,n) + M_{QSe}(m-1,n)}{\Delta x^2}) + M_{QSe}(m,n) $

$ with D_{m} =\rho v_c \eta .M_{QSi}(m,n) - M_{QSe}(m,n)(\delta_{QSe} + \rho v_c \eta) $

$ M_{CinR_{free}}(m,n+1) = \Delta t (\frac{k_{pTet}[P_{Tet total}]}{1+ (\frac{[TetR]}{K_{pTet}(1+\frac{[aTc]}{K_{TetR - aTc}})})^{n_{pTet}}} - M_{CinR_{free}}(m,n)(\delta_{CinR} - k_{comp}.M_{Qi}(m,n))) + M_{CinR_{free}}(m,n)$

With these discrete equations the 4 matrices can be computed through simple calculation loops over each line. The CinI matrix does not depend on space dimension, it is then possible to compute it without discretization with a differential solver.

Moreover to get the coupling of toggle switch and quorum sensing modules, we used the results of the first one (lacI and TetR evolution) to get the evolution of quorum sensing proteins (respectively cinI and cinR). It means that the output of the first module are used as input for the second module.

With this model, we were able to predict how the red stripe appears on the plate

Our algorithms

An archive containing our Matlab scripts for the deterministic modeling can be found here (file Deterministic_archive.tar.gz). You can launch and ODE-based simulation(see our ODEs in the two previous sections) with the file biosenseur1Dmain.m.

Several dialog boxes will pop up to enter the specificities of the simulation: (physical specificities of the device, chemical species concentrations and IPTG gradient).

At the end of the simulation you obtain 3 matrices named M_stock, M_QS and M_comp containing the concentrations in each protein species at each time point and on each physical point of the plate. We wrote three Matlab scripts (DynamicplottingTS, DynamicplottingQS and DynamicplottingCP) that dynamically display the protein concentrations. For a good understanding of the models and of our results, we also wrote a script (Imageshow.m) to illustrate the plate coloration.

To see the results we obtained with this algorithms, refer to this page.