Team:Dundee/Modeling

From 2014.igem.org

(Difference between revisions)
 
(47 intermediate revisions not shown)
Line 28: Line 28:
}     
}     
    
    
-
/* Custom Styles */
+
/* Sidebar styles */
-
ul.nav-tabs {
+
li.list-group{
-
width: 160px;
+
 
-
margin-top: 20px;
+
border-style: solid;
-
border-radius: 4px;
+
-
border: 1px solid #ddd;
+
-
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
+
}
}
-
ul.nav-tabs li {
+
 
-
margin: 0;
+
li.list-group-item {
-
border-top: 1px solid #ddd;
+
  border: none; 
 +
  font-family: Arial;
 +
  margin-top:0px;
 +
  margin-bottom:0px;
 +
margin-left: -20%;
 +
  padding-top: 0px;
 +
  padding-bottom:0px;
 +
width: 60%;
}
}
-
ul.nav-tabs li:first-child {
+
 
-
border-top: none;
+
 
 +
li.list-group-item > a{
 +
    color: #000000; 
 +
white-space:normal;
 +
}   
 +
 
 +
li.list-group-item:hover > a:hover{
 +
  border-width:thin;
 +
  border-left-style:solid;
 +
  border-left-color: #accfcf;
 +
  color: #000000;     
 +
  font-weight:500;
 +
  border-width:1px;
 +
  background-color:#ffffff;
 +
 
}
}
-
ul.nav-tabs li a {
+
 
-
margin: 0;
+
 
-
padding: 8px 16px;
+
 
-
border-radius: 0;
+
li.list-group-item.active > a,
-
}
+
li.list-group-item.active > a:hover,
-
ul.nav-tabs li.active a, ul.nav-tabs li.active a:hover {
+
li.list-group-item.active > a:focus {  
-
color: #fff;
+
  border-width:3px;
-
background: #0088cc;
+
  border-left-style:solid;
-
border: 1px solid #0088cc;
+
  border-left-color: #accfcf;
-
}
+
  color: #000000; 
-
ul.nav-tabs li:first-child a {
+
  font-weight: bold;
-
border-radius: 4px 4px 0 0;
+
  padding: 3px 8px;
-
}
+
-
ul.nav-tabs li:last-child a {
+
-
border-radius: 0 0 4px 4px;
+
-
}
+
-
ul.nav-tabs.affix {
+
-
top: 80px; /* Set the top position of pinned element */
+
}
}
 +
 +
/*End of sidebar*/
Line 95: Line 109:
             <p class="lead">Maths.. maths is fun!</p>
             <p class="lead">Maths.. maths is fun!</p>
     </div>
     </div>
-
    <div class="row">
+
  <div class="row">
-
        <div class="col-xs-3" id="myScrollspy">
+
    <div class="col-col-sm-3 col-xs-3 col-md-3" id="nav">
-
            <ul class="nav nav-tabs nav-stacked affix-top" data-spy="affix" data-offset-top="100">
+
        <ul class="nav list-group affix">
-
                <li class="active"><a href="#0"></a></li>
+
            <li class="list-group-item"><a href="#0" class="">Initial planning and cloning strategy</a>
-
                <li><a href="#1"></a></li>
+
            </li>
-
                <li><a href="#2"></a></li>
+
            <li class="list-group-item"><a href="#1" class="">Building the PQS sensor</a>
-
                <li><a href="#3"></a></li>
+
            </li>
-
            </ul>
+
            <li class="list-group-item"><a href="#2" class="">Characterisation</a>  
-
        </div>
+
            </li>
-
        <div class="col-xs-9">
+
        </ul>
 +
    </div>
 +
    <div class="col-sm-9 col-xs-9">
             <h2 id="0">Modeling and Analysis of Signaling Pathways</h2>
             <h2 id="0">Modeling and Analysis of Signaling Pathways</h2>
Line 117: Line 133:
             <hr>
             <hr>
-
             <h2 id="1">Methodology</h2>
+
             <h2 id="1">Introduction</h2>
           <div class="row">
           <div class="row">
<div class="col-xs-12">
<div class="col-xs-12">
             <p>
             <p>
-
The models for each system were developed using three different approaches. As shown in figure 1 each of the approaches; ordinary differential equations (ODEs), stochastic simulation algorithm (SSA) and NetLogo, provided a different understanding of each system.
+
In order to help analyze, construct and optimise the biochemical pathways in the Lung Ranger, we used a variety of mathematical tools to create algorithms and simulations.This allowed us to accelerate the development and testing of various hypotheses.
 +
<br/>
 +
<br/>
 +
 +
<b>Methodology</b>
 +
<br/>
 +
As shown in figure 1 each of the approaches; ordinary differential equations (ODEs), stochastic simulation algorithm (SSA) and NetLogo, provided a different understanding of each system.
 +
 
</p>
</p>
Line 131: Line 154:
       <a href="#" class="thumbnail center">
       <a href="#" class="thumbnail center">
-
             <img  data-alt-src="https://static.igem.org/mediawiki/2014/9/9c/Screen_Shot_2014-10-04_at_14.04.57.png" src="https://static.igem.org/mediawiki/2014/9/9c/Screen_Shot_2014-10-04_at_14.04.57.png" />                               
+
             <img  data-alt-src="https://static.igem.org/mediawiki/2014/8/82/Screen_Shot_2014-10-07_at_22.24.08.png" src="https://static.igem.org/mediawiki/2014/8/82/Screen_Shot_2014-10-07_at_22.24.08.png" />                               
     </a>   
     </a>   
Line 140: Line 163:
             <hr>
             <hr>
-
             <h2 id="2">Sigmoidal Expression of mCherry in PQS System </h2>
+
             <h2 id="2">PQS</h2>
           <div class="row">
           <div class="row">
<div class="col-xs-12">
<div class="col-xs-12">
             <p>
             <p>
-
When the PQS system was induced with synthetic PQS, no mCherry was expressed and so the wet team sought the advice of the dry team to find out why and how the situation could be resolved.
+
<b>Objectives</b>
 +
<br/>
 +
We wanted to find a method of increasing the expression of mCherry in our engineered PQS system. 
 +
<br/>
 +
<br/>
 +
<b>Results</b>
 +
<br/>
 +
<b>Sigmoidal Expression of mCherry in PQS System</b>
 +
<br/>
 +
When our PQS system was induced with synthetic PQS, no mCherry was expressed. We attempted to use mathematical modelling to find out why and how the situation could be resolved.  
<br/>
<br/>
<br/>
<br/>
Line 173: Line 205:
<a href="#" class="siders thumbnail center">
<a href="#" class="siders thumbnail center">
-
             <img  data-alt-src="https://static.igem.org/mediawiki/2014/4/4d/Varying_PQS.png"  
+
             <img  data-alt-src="https://static.igem.org/mediawiki/2014/8/85/PQS_fig1-2.png"  
-
src="https://static.igem.org/mediawiki/2014/4/4d/Varying_PQS.png" />                               
+
src="https://static.igem.org/mediawiki/2014/8/85/PQS_fig1-2.png" />                               
     </a>  
     </a>  
-
Figure 2 shows how the concentration of mCherry increases over time. The general trend is that at low concentrations the rate of production of mCherry is slow and at high concentrations the production is fast.
+
Fig 1. shows how the concentration of mCherry increases over time. The general trend is that the rate of expression of mCherry is proportional to PQS signal strength. Most striking is the rapid switch from low expression to high expression as the signal is increased.  
<br/>
<br/>
<br/>
<br/>
 +
          <div class="row">
 +
<div class="col-xs-12">
 +
<a href="#" class="siders thumbnail center">
<a href="#" class="siders thumbnail center">
-
             <img  data-alt-src="https://static.igem.org/mediawiki/2014/c/c7/PQS_switch.png"  
+
             <img  data-alt-src="https://static.igem.org/mediawiki/2014/d/dd/PQS_fig2-2.png"  
-
src="https://static.igem.org/mediawiki/2014/c/c7/PQS_switch.png" />                               
+
src="https://static.igem.org/mediawiki/2014/d/dd/PQS_fig2-2.png" />                               
     </a>  
     </a>  
-
When the gradients of d[mcherry]/dt were plotted against PQS concentration, figure 3, the result was a sigmoidal curve. This implies that for PQS concentrations below 0.1𝜇M there should be low mCherry production and above 1𝜇M there should be high mCherry production.
+
When the gradients of mCherry were plotted against PQS concentration, Fig 2, the result was a sigmoidal curve with sharp transition located between signal values of 0.1µM and 1µM.  Below this, expression was effectively zero, and above it, expression was uniformly high.
 +
<br/>
 +
<br/>
 +
These results suggest that the levels of synthetic PQS investigated in our engineered pathway were too low and that the ten fold increases used in the experiments would yield no measurable change in mCherry expression provided the signal level was below the threshold predicted by the model. To investigate this further we went on to carry out stochastic simulations of the system.
<br/>
<br/>
<br/>
<br/>
-
We predict that the low expression could correlate to P.aeruginosa being in an acute planktonic state and the high expression to a chronic biofilm state.
 
-
</p>
 
 +
<b>Stochastic Simulations Elucidates the “Switch” Behaviour</b>
 +
<br/>
 +
The lab experiments resulted in no measurable mCherry expression in the PQS system. However, our ODE model predicts that even for very low levels some mCherry is expressed. These levels could represent below-measurable output, thus are essentially zero. We investigated this further at the “single cell” level.
 +
<br/>
 +
<br/>
 +
We constructed a stochastic simulation algorithm (SSA) in order to visualise signal-response at the single cell level. Using the SSA we were able to simulate  mCherry expression of 1000 cells to varying PQS signals over a period of one cell cycle.
 +
<br/>
 +
<br/>
</div>
</div>
</div>
</div>
 +
      <a href="#" class="thumbnail centre">
 +
            <img  data-alt-src="https://static.igem.org/mediawiki/2014/1/12/PQS_fig3.png"
 +
src="https://static.igem.org/mediawiki/2014/1/12/PQS_fig3.png" />                             
 +
    </a>
-
            <hr>
 
-
            <h2 id="3">Stochastic confirms “switch” behaviour</h2>
 
-
                      <div class="row">
 
-
<div class="col-xs-12">
 
-
            <p>
 
-
Once the PQS “switch” was found using the sigmoidal graphs for low and high production of mCherry, we were able to construct stochastic simulations in order to visualise this with regards to a single cell model. The simulations were able to show how varying the PQS signal would promote various level of mCherry expression over one cell cycle.
 
-
</p>
 
-
</div>
+
At first sight, the stochastic mean in A appeared too low in comparison with the example realisations. However, further analysis revealed that this low mean is caused by many realisations  in which the expression of mCherry was zero (i.e. the promoter never fired).  As shown in Figure 4, in 77% of the realisations for 0.02μM PQS, no mCherry was produced. Increasing the PQS concentration through the previously predicted threshold increased the expression rate  to 90%. For PQS concentrations greater than 2μM, all realisations  produced mCherry in the given time frame.
-
</div>
+
<br/>
 +
<br/>
 +
What is interesting to note is that once expression started,  mCherry was produced at essentially the same rate, as shown by the parallel trajectories in Fig 3.  We can conclude that a major rate limiting step in the system is the probability of the initiation of mCherry expression.
 +
<br/>
 +
<br/>
-
      <a href="#" class="siders thumbnail pull-left">
+
<div class="row">
-
            <img  data-alt-src="https://static.igem.org/mediawiki/2014/9/91/StochasticPQS0.02.png"
+
<div class="col-xs-12">
-
src="https://static.igem.org/mediawiki/2014/9/91/StochasticPQS0.02.png" />                             
+
-
    </a>  
+
-
<a href="#" class="siders thumbnail pull-right">
+
<a href="#" class="thumbnail centre">
-
             <img  data-alt-src="https://static.igem.org/mediawiki/2014/6/67/StochasticPQS0.2.png"  
+
             <img  data-alt-src="https://static.igem.org/mediawiki/2014/5/5f/10677965_10202999958420615_1914810647_o.jpg"  
-
src="https://static.igem.org/mediawiki/2014/6/67/StochasticPQS0.2.png" />                               
+
src="https://static.igem.org/mediawiki/2014/5/5f/10677965_10202999958420615_1914810647_o.jpg" />                               
     </a>  
     </a>  
-
  <a href="#" class="siders thumbnail pull-left">
+
These stochastic simulations enhanced the deterministic results. The switch behaviour between low and high levels mCherry expression resulted in predicted corresponding molecule numbers shown in Table 2.  
-
            <img  data-alt-src="https://static.igem.org/mediawiki/2014/f/fc/StochasticPQS2.png"
+
-
src="https://static.igem.org/mediawiki/2014/f/fc/StochasticPQS2.png" />                             
+
-
    </a>
+
-
<a href="#" class="siders thumbnail pull-right">
 
-
            <img  data-alt-src="https://static.igem.org/mediawiki/2014/d/d1/StochasticPQS20.png"
 
-
src="https://static.igem.org/mediawiki/2014/d/d1/StochasticPQS20.png" />                             
 
-
    </a>
 
-
 
-
<p>
 
-
The stochastic mean in A seems low in comparison to the rest of the realisations which implies there were many reactions which didn’t express any mCherry.  Figure 5 reveals that in 77% of the realisations for 0.02μM of PQS, no mCherry was produced.  Increasing the PQS concentration by 10-fold, increases the number of reactions fired to 90%. For PQS concentrations greater than 2μM all the reactions fire in the given time frame.
 
<br/>
<br/>
<br/>
<br/>
-
What is interesting to note is that once the reactions have started they produce mCherry at the same rate, shown by the parallel realisations in figure 4.  We can conclude that a rate limiting step in the system is the probability that the reaction for mCherry expression starts.  
+
<b>Increasing promoter numbers increases mCherry expression</b>
 +
<br/>
 +
We concluded from the SSA that firing of the mCherry promoter was a major rate limiting step, but  wanted to provide the wet team with  a more understanding of  how to increase mCherry production. Subsequently,  after testing several model l hypotheses, it was found that increasing the number of promoters had the greatest impact on the expression of mCherry (varying other experimentally controllable parameters were predicted to have  essentially no effect on expression level).
 +
<br/>
 +
<br/>
 +
When the number of promoters in the model  was increased by 10-fold (30 to 300) there was a corresponding 10-fold increase in the “high” mCherry expression, as shown in Fig 5.  We suggested that increasing the number of promoters would be the only practical method of significantly increasing mCherry expression. However it was subsequently discovered that the number of promoters in our chassis could not be increased significantly as high numbers proved toxic.
 +
<br/>
 +
<br/>
 +
<b>Conclusions</b>
 +
<br/>
 +
Our models revealed a distinct switch behaviour in the signal-response curve for mCherry expression.  Using this analysis we put forward the hypothesis that the synthetic PQS concentrations used in our experiments were not sufficiently high and although these experiments were conducted using a range of synthetic PQS levels, this range corresponded to fold changes in the low-response region shown in Fig. 2.
 +
<br/>
 +
<br/>
 +
The predicted switch behaviour has important and positive consequences for the L.A.S.S.O.(link to lasso page) -  we predict that the mCherry output level would be distinctly bimodal, avoiding the necessity for sensitive calibration of the detecting device - low signals would result in approximately no response, whereas  supercritical signals would induce maximal response from the sample.  
-
<a href="#" class="siders thumbnail centre">
+
</p>
-
            <img  data-alt-src="https://static.igem.org/mediawiki/2014/4/4d/Varying_PQS.png"
+
-
src="https://static.igem.org/mediawiki/2014/4/4d/Varying_PQS.png" />                             
+
-
    </a>  
+
 +
</div>
 +
</div>
 +
<hr>
 +
            <h2 id="4">BDSF</h2>
 +
                      <div class="row">
 +
<div class="col-xs-12">
 +
            <p>
 +
<b>Objectives</b>
 +
<br/>
 +
To investigate why GFP expression was high in the absence of signal in our engineered BDSF system.
 +
<br/>
 +
<br/>
 +
<b>Results</b>
 +
<br/>
 +
<b>BDSF-Induced Phosphorylation of BCAM0228[P] Mediates GFP Expression</b>
 +
<br/>
 +
We constructed models similar to those used in the PQS system to investigate the signal-response behaviour of the BDSF system. Our results verified what we had expected to happen. Phosphorylation of BCAM0228 is induced by BDSF binding to a cell receptor.  BCAM0228[P] then activated the expression of GFP through the engineered <i>cvld</i> promoter. In the absence of a BDSF signal, BCAM0228 remained in its unphosphorylated form and GFP expression was repressed.  Increasing the signal induced an increased GFP response (Fig 1).
 +
<br/>
 +
<br/>
 +
<a href="#" class="thumbnail centre">
 +
            <img  data-alt-src="https://static.igem.org/mediawiki/2014/a/ac/BDSF_fig1.png"
 +
src="https://static.igem.org/mediawiki/2014/a/ac/BDSF_fig1.png" />                             
 +
    </a>
 +
<br/>
 +
<b>BCAM0228 is Phosphorylated by Unknown Compound</b>
 +
<br/>
 +
Our experimental results revealed that in the absence of BDSF, the cblD promoter was active in our engineered system and hence GFP expression upregulated.
 +
<br/>
 +
<br/>
 +
<a href="#" class="thumbnail centre">
 +
            <img  data-alt-src="https://static.igem.org/mediawiki/2014/1/1c/BDSF_fig2.png"
 +
src="https://static.igem.org/mediawiki/2014/1/1c/BDSF_fig2.png" />                             
 +
    </a>
 +
 +
From our system of equations we know that the expression of GFP is dependant on the levels of BCAM0228[P]. We hypothesised that one possible mechanism by which our cell could be expressing GFP in the absence of signal was by the presence of BCAM0228[P] independent of BDSF-binding mediated phosphorylation. This suggests that an unknown compound could be phosphorylating BCAM0228 in our engineered cells.
 +
<br/>
 +
<br/>
 +
Comparing Fig 2 to Fig 1, it is clear that the model predicts that the expression of GFP is higher when BCAM0228 is being constitutively phosphorylated than in the “normal” case. Moreover, we are also able to conclude that the model predicts that the presence of BDSF has very little effect on the overall expression of GFP when the constitutive phosphorylation process is operating.
 +
<br/>
 +
<br/>
 +
<b>Conclusions</b>
 +
<br/>
 +
Our models predict that an as yet unknown agent phosphorylates BCAM0228 in the absence of a BDSF signal and that in fact the level of the BDSF signal has little quantifiable effect on GFP expression in our engineered cells.
 +
</p>
Line 245: Line 332:
<hr>
<hr>
-
             <h2 id="4">Stochastic confirms “switch” behaviour</h2>
+
             <h2 id="4">DSF</h2>
                       <div class="row">
                       <div class="row">
<div class="col-xs-12">
<div class="col-xs-12">
             <p>
             <p>
 +
<b>Objectives</b>
 +
<br/>
 +
To investigate why GFP expression was high in the absence of signal in our engineered DSF system.
 +
<br/>
 +
<br/>
 +
<b>Results</b>
 +
<br/>
 +
<b>DSF-Induced Phosphorylation of RPFG Mediates GFP Expression</b>
 +
<br/>
 +
We constructed models similar to those used in the PQS system to investigate the signal-response behaviour of the DSF system. Our results verified what we had expected to happen. Phosphorylation of RpfG is induced by DSF binding to a cell receptor. RpfG[P] then degrades c-di-GMP which relieves the inhibition of Clp. Clp then activated the expression of GFP through the engineered manA promoter. In the absence of a DSF signal, RpfG remained in its unphosphorylated form and GFP expression was repressed.
 +
<br/>
 +
<br/>
 +
<b>DSF-Independent Activation of the <i>manA</i> Promoter</b>
 +
<br/>
 +
Our experimental results revealed that in the absence of DSF, the <i>manA</i> promoter was active in our engineered system and hence GFP expression upregulated.
 +
<br/>
 +
<br/>
 +
Like the BDSF pathway, the DSF system contains a phosphorelay system.  Our first hypothesis, therefore was that the expression of GFP was dependent on signal-independent phosphorylation of RpfG.
 +
<br/>
 +
<br/>
 +
<a href="#" class="thumbnail centre">
 +
            <img  data-alt-src="https://static.igem.org/mediawiki/2014/d/dc/DSF_fig1.png"
 +
src="https://static.igem.org/mediawiki/2014/d/dc/DSF_fig1.png" />                             
 +
    </a>
 +
 +
However, as shown in Fig 1 the model predicted  that increasing the level of  phosphorylated RpfG would have  no significant effect on the production of GFP in our engineered cells.
 +
<br/>
 +
<br/>
 +
Our second hypothesis was that enhanced inhibition of Clp by elevated levels of c-di-GMP could repress GFP expression. However, on setting c-di-GMP levels in the model to a high level, GFP was still expressed (albeit at a lower low level) , Fig 2. This can be explained by Clp having a higher binding affinity for the promoter than c-di-GMP.  Since both these reactions are reversible, there will still  be sufficient Clp free in the cytoplasm to activate GFP expression.
 +
<br/>
 +
<br/>
 +
<a href="#" class="thumbnail centre">
 +
            <img  data-alt-src="https://static.igem.org/mediawiki/2014/6/6d/DSF_fig2.png"
 +
src="https://static.igem.org/mediawiki/2014/6/6d/DSF_fig2.png" />                             
 +
    </a>
 +
 +
The model predictions so far still did not explain the high expression levels reported by the wet team. Thus bringing us to our third hypothesis - our cells were over-expressing Clp.
 +
<br/>
 +
<br/>
 +
<a href="#" class="siders thumbnail centre">
 +
            <img  data-alt-src="https://static.igem.org/mediawiki/2014/d/d5/DSF_fig3.png"
 +
src="https://static.igem.org/mediawiki/2014/d/d5/DSF_fig3.png" />                             
 +
    </a>
 +
 +
An analysis of our model for the DSF system revealed that the steady state levels of free Clp and c-di-GMP are only dependent on their (constitutive) rate of production and degradation (and not dependent on the Clp - c-di-GMP binding affinities nor the promoter binding affinity).  As shown in Fig 3 we see that the model predict that  an over-expression of Clp results in a corresponding high level of GFP production.
 +
<br/>
 +
<br/>
 +
<b>Conclusion</b>
 +
<br/>
 +
Our models were used to test different plausible hypotheses for the DFS-signal independent expression of GFP in our engineered cells. We conclude that over-expression of Clp could be responsible for the experimental observations.
 +
 +
 +
 +
 +
 +
 +
 +
</p>
 +
 +
 +
 +
 +
 +
<div id="ref">
<div id="ref">
Line 271: Line 422:
</div>
</div>
 +
 +
<script>
 +
 +
  $('body').scrollspy({ 'target': '#nav', 'offset': 10 });
 +
 
 +
  $('#nav').on('activate.bs.scrollspy', function() {
 +
   
 +
    var ele = $(this).find('.active');
 +
   
 +
    if (ele.find('.submenu').length>0) {
 +
      $('.submenu li').addClass('hide');
 +
      $('.active>ul.submenu>li').removeClass('hide');
 +
    }
 +
    else{
 +
      $('.submenu li').addClass('hide');
 +
    }
 +
     
 +
   
 +
  });
 +
 +
</script>
 +
 +
 +
</body>
</body>
</html>
</html>

Latest revision as of 15:56, 11 October 2014

Dundee 2014

Modeling

Maths.. maths is fun!

Modeling and Analysis of Signaling Pathways


Introduction

In order to help analyze, construct and optimise the biochemical pathways in the Lung Ranger, we used a variety of mathematical tools to create algorithms and simulations.This allowed us to accelerate the development and testing of various hypotheses.

Methodology
As shown in figure 1 each of the approaches; ordinary differential equations (ODEs), stochastic simulation algorithm (SSA) and NetLogo, provided a different understanding of each system.


PQS

Objectives
We wanted to find a method of increasing the expression of mCherry in our engineered PQS system.

Results
Sigmoidal Expression of mCherry in PQS System
When our PQS system was induced with synthetic PQS, no mCherry was expressed. We attempted to use mathematical modelling to find out why and how the situation could be resolved.

After constructing a series of ordinary differential equations (full derivation can be found in the appendix) we established the following relationship between PQS (Se) and mCherry:

Equation (1) was then analysed in MAPLE for varying PQS concentrations using the parameters in table 1.

Fig 1. shows how the concentration of mCherry increases over time. The general trend is that the rate of expression of mCherry is proportional to PQS signal strength. Most striking is the rapid switch from low expression to high expression as the signal is increased.

When the gradients of mCherry were plotted against PQS concentration, Fig 2, the result was a sigmoidal curve with sharp transition located between signal values of 0.1µM and 1µM. Below this, expression was effectively zero, and above it, expression was uniformly high.

These results suggest that the levels of synthetic PQS investigated in our engineered pathway were too low and that the ten fold increases used in the experiments would yield no measurable change in mCherry expression provided the signal level was below the threshold predicted by the model. To investigate this further we went on to carry out stochastic simulations of the system.

Stochastic Simulations Elucidates the “Switch” Behaviour
The lab experiments resulted in no measurable mCherry expression in the PQS system. However, our ODE model predicts that even for very low levels some mCherry is expressed. These levels could represent below-measurable output, thus are essentially zero. We investigated this further at the “single cell” level.

We constructed a stochastic simulation algorithm (SSA) in order to visualise signal-response at the single cell level. Using the SSA we were able to simulate mCherry expression of 1000 cells to varying PQS signals over a period of one cell cycle.

At first sight, the stochastic mean in A appeared too low in comparison with the example realisations. However, further analysis revealed that this low mean is caused by many realisations in which the expression of mCherry was zero (i.e. the promoter never fired). As shown in Figure 4, in 77% of the realisations for 0.02μM PQS, no mCherry was produced. Increasing the PQS concentration through the previously predicted threshold increased the expression rate to 90%. For PQS concentrations greater than 2μM, all realisations produced mCherry in the given time frame.

What is interesting to note is that once expression started, mCherry was produced at essentially the same rate, as shown by the parallel trajectories in Fig 3. We can conclude that a major rate limiting step in the system is the probability of the initiation of mCherry expression.

These stochastic simulations enhanced the deterministic results. The switch behaviour between low and high levels mCherry expression resulted in predicted corresponding molecule numbers shown in Table 2.

Increasing promoter numbers increases mCherry expression
We concluded from the SSA that firing of the mCherry promoter was a major rate limiting step, but wanted to provide the wet team with a more understanding of how to increase mCherry production. Subsequently, after testing several model l hypotheses, it was found that increasing the number of promoters had the greatest impact on the expression of mCherry (varying other experimentally controllable parameters were predicted to have essentially no effect on expression level).

When the number of promoters in the model was increased by 10-fold (30 to 300) there was a corresponding 10-fold increase in the “high” mCherry expression, as shown in Fig 5. We suggested that increasing the number of promoters would be the only practical method of significantly increasing mCherry expression. However it was subsequently discovered that the number of promoters in our chassis could not be increased significantly as high numbers proved toxic.

Conclusions
Our models revealed a distinct switch behaviour in the signal-response curve for mCherry expression. Using this analysis we put forward the hypothesis that the synthetic PQS concentrations used in our experiments were not sufficiently high and although these experiments were conducted using a range of synthetic PQS levels, this range corresponded to fold changes in the low-response region shown in Fig. 2.

The predicted switch behaviour has important and positive consequences for the L.A.S.S.O.(link to lasso page) - we predict that the mCherry output level would be distinctly bimodal, avoiding the necessity for sensitive calibration of the detecting device - low signals would result in approximately no response, whereas supercritical signals would induce maximal response from the sample.


BDSF

Objectives
To investigate why GFP expression was high in the absence of signal in our engineered BDSF system.

Results
BDSF-Induced Phosphorylation of BCAM0228[P] Mediates GFP Expression
We constructed models similar to those used in the PQS system to investigate the signal-response behaviour of the BDSF system. Our results verified what we had expected to happen. Phosphorylation of BCAM0228 is induced by BDSF binding to a cell receptor. BCAM0228[P] then activated the expression of GFP through the engineered cvld promoter. In the absence of a BDSF signal, BCAM0228 remained in its unphosphorylated form and GFP expression was repressed. Increasing the signal induced an increased GFP response (Fig 1).


BCAM0228 is Phosphorylated by Unknown Compound
Our experimental results revealed that in the absence of BDSF, the cblD promoter was active in our engineered system and hence GFP expression upregulated.

From our system of equations we know that the expression of GFP is dependant on the levels of BCAM0228[P]. We hypothesised that one possible mechanism by which our cell could be expressing GFP in the absence of signal was by the presence of BCAM0228[P] independent of BDSF-binding mediated phosphorylation. This suggests that an unknown compound could be phosphorylating BCAM0228 in our engineered cells.

Comparing Fig 2 to Fig 1, it is clear that the model predicts that the expression of GFP is higher when BCAM0228 is being constitutively phosphorylated than in the “normal” case. Moreover, we are also able to conclude that the model predicts that the presence of BDSF has very little effect on the overall expression of GFP when the constitutive phosphorylation process is operating.

Conclusions
Our models predict that an as yet unknown agent phosphorylates BCAM0228 in the absence of a BDSF signal and that in fact the level of the BDSF signal has little quantifiable effect on GFP expression in our engineered cells.


DSF

Objectives
To investigate why GFP expression was high in the absence of signal in our engineered DSF system.

Results
DSF-Induced Phosphorylation of RPFG Mediates GFP Expression
We constructed models similar to those used in the PQS system to investigate the signal-response behaviour of the DSF system. Our results verified what we had expected to happen. Phosphorylation of RpfG is induced by DSF binding to a cell receptor. RpfG[P] then degrades c-di-GMP which relieves the inhibition of Clp. Clp then activated the expression of GFP through the engineered manA promoter. In the absence of a DSF signal, RpfG remained in its unphosphorylated form and GFP expression was repressed.

DSF-Independent Activation of the manA Promoter
Our experimental results revealed that in the absence of DSF, the manA promoter was active in our engineered system and hence GFP expression upregulated.

Like the BDSF pathway, the DSF system contains a phosphorelay system. Our first hypothesis, therefore was that the expression of GFP was dependent on signal-independent phosphorylation of RpfG.

However, as shown in Fig 1 the model predicted that increasing the level of phosphorylated RpfG would have no significant effect on the production of GFP in our engineered cells.

Our second hypothesis was that enhanced inhibition of Clp by elevated levels of c-di-GMP could repress GFP expression. However, on setting c-di-GMP levels in the model to a high level, GFP was still expressed (albeit at a lower low level) , Fig 2. This can be explained by Clp having a higher binding affinity for the promoter than c-di-GMP. Since both these reactions are reversible, there will still be sufficient Clp free in the cytoplasm to activate GFP expression.

The model predictions so far still did not explain the high expression levels reported by the wet team. Thus bringing us to our third hypothesis - our cells were over-expressing Clp.

An analysis of our model for the DSF system revealed that the steady state levels of free Clp and c-di-GMP are only dependent on their (constitutive) rate of production and degradation (and not dependent on the Clp - c-di-GMP binding affinities nor the promoter binding affinity). As shown in Fig 3 we see that the model predict that an over-expression of Clp results in a corresponding high level of GFP production.

Conclusion
Our models were used to test different plausible hypotheses for the DFS-signal independent expression of GFP in our engineered cells. We conclude that over-expression of Clp could be responsible for the experimental observations.

References