Team:Amsterdam/achievements/stochastic model

From 2012.igem.org

(Difference between revisions)
(Created page with "{{Team:Amsterdam/stylesheet}} {{Team:Amsterdam/scripts}} {{Team:Amsterdam/Header}} {{Team:Amsterdam/Sidebar1}} <div id="content-area"> <div id="sub-menu" class="content-block"> ...")
Line 1: Line 1:
 +
{{Team:Amsterdam/stylesheet}}
{{Team:Amsterdam/stylesheet}}
{{Team:Amsterdam/scripts}}
{{Team:Amsterdam/scripts}}
Line 7: Line 8:
<div id="sub-menu" class="content-block">
<div id="sub-menu" class="content-block">
-
Here we use a stochastic simulation to replicate the experimental results and do suggestions for improvements to the molecular design.
+
== Identifying acceptable leakiness rates ==
 +
Here we will propose a solution to the the background noise, and conclude what rates of leakiness are acceptable to the system.
 +
In this, we model the system both stochastically using the Gillespie SSA algorithm and ordinary differential equations.
 +
The effects of two rate constants in particular are studied in depth:
 +
* the leaky transcription rate of the mRNA for the fusion protein (FP), denoted by $k_{c\text{MFP}}$
 +
* the catalysis rate of the FP, or the rate with which it methylates umethylated plasmids.
-
== Introduction ==  
+
== Leaky expression rate ==
-
A lot of transcriptional regulators can accomplish drastic behavioural changes in just very small amounts/low concentrations.
+
There are discrepancies between the definitions used in the literature on what leaky expression exactly is:
 +
* The most favoured definition seems to be the that leaky operons show low expression rates even when bound by a negative transcriptional regulator (REF).
 +
The transcriptional regulator is unable to completely silence gene expression.
 +
In this case the only way to get a value for leaky expression is to measure it experimentally.
 +
In this process, care should be taken to be specific about what version of the operon exactly is being used.
 +
Some repressors are known to regulate transcription by binding to DNA regions that are very distant from the controlled operon.
 +
''Plasmid versions'' of these operons might not contain these distantly located binding sites and are therefore less prone to be optimally repressed.
 +
* Another definition is that the TF ''can'' fully silence gene expression and leaky expression occurs due to seldomly occurring dissociation events between the TF and the TF-binding site.
 +
During these short time windows of opportunity, the RNA polymerases are able to quickly transcribe a small amount of RNA.
 +
Multiplying the maximal rate of transcription by the time fraction during which the polymerase is able to bind gives an indication of the leaky transcription rate defined this way.
 +
The following relationship must always be true $ [O_{\text{Total}}] = [O_{\text{Free}] + [R_{2}O] $ with $R_{2}O$, the operon bound by a dimerized repressor, given by $\frac{[R_{2}][O]}{K_{d}}$. Solving for $O_\text{Free}$:
 +
$$
 +
\begin{align}
 +
    [O_{\text{Free}}] = O_{\text{Total}} - O_{\text{Free}} =  O_{\text{Total}} - \frac{[\text{O}][\text{R}_{2}]}{[\text{OR}] = \text{O}_{\text{Total}} (1 + \frac{[R_{2}]}{K_{d}})}
 +
\end{align}
 +
$$
-
== Replication of experimental results ==
+
We immediately see that the $[O_{\text{Free}}]$ depends on $[R_{2}]$ and $O_{\text{Total}}$.
 +
The dissociation constant of the dimerized LacI-repressor for its operator sequence has been determined to be $10^{-12} M $ and the volume of ''E. coli'' is $0.7 \mu m^{3}$.
 +
The transcription rate in E.coli is 40-80 bp/s.
 +
<finish this calculation>
-
== Possible improvements ==  
+
The leaky expression rate can also be extracted from this [[http://oregonstate.edu/instruction/bb492/lectures/Regulation.html|website]], which states that expression is reduced 1000-fold with bound repressor.
-
Usage of tighter promoter
+
 
-
Upregulation of repressor
+
== Fusion protein catalysis rate ==
 +
The catalysis rate $k_{cat}$ has not been determined for the MTase that we are using, M.ScaI.
 +
For another MTase with EC2.1.1.113, BamH1, the $k_cat$ has been determined to be $0.0175$.
 +
(Cheng1999).
 +
 
 +
== Cell growth rate ==
 +
Experimental measurements of the growth rate of bacterial strain <math>DH5\alpha</math> transformed with two of our preliminary constructs showed that their growth rates (<math>\mu</math>) were around <math>80 min^-1</math>([[Team:Amsterdam/Project/Growthcurves|Experimental growth curves]]).
 +
In these simulations, cellular division was therefore assumed to be Gaussian distributed with $\mu = 80$ and $\sigma = 2$.
 +
 
 +
=Effect of leakiness==
 +
 
 +
This model has as its main goal to identify how much the uninduced operon expression rate and the catalysis rate of the FP affect the methylation status of the plasmids.
 +
Each plasmid is assumed to have one bit and one operon that includes the fusion protein.
 +
Running the stochastic version of this model, we noticed that keeping the amount of equations to a minimum is paramount to success, as the computation time seems to increase exponentially with the amount of reactions in the system.
 +
Focussing on the leakiness rate instead of the repressor-operon interactions that would require a lot of equations, we will therefore make one bold assumption:
 +
all operons present in a single cell are permanently bound to a transcriptional repressor.
 +
This frees us from having to code the signal entering the cell and binding the repressing TF, granting focus to the leaky expression rate and the catalysis rate of the fusion protein. 
 +
For these models to have any forecastable value therefore, the amount of repressor molecules present in the system has to be much greater than the amount required to cover all operons.
 +
 
 +
In order to not exclude the possible qualitative difference in model behaviour when all molecular reactions are computed individually, the system has also been modelled stochastically. To make the two systems perfectly comparable, the used rates are qualitatively identical to the ones used in the ODE system.
 +
Furthermore, the same parameter values have been used.
 +
 
 +
<conclusions> Different behaviour?
 +
 
 +
==ODE Model definition==
 +
mRNA for the FP results only from leaky expression and is degraded:
 +
$$
 +
\frac{mFP}{dt} = k_{\text{sMFP}} \cdot \text{O} - \lambda{l}_{\text{MFP}} \cdot \text{MFP}
 +
$$
 +
FP is created from mRNA and degraded:
 +
$$
 +
\frac{FP}{dt} = k_{\text{sFP}} \cdot \text{MFP} - \lambda{l}_{\text{FP}} \cdot \text{FP}
 +
$$
 +
Unmethylated plasmids are created from both unmethylated and methylated plasmids; methylation is not transferred to daughter plasmid during plasmid replication in prokaryotes. Plasmid growth continues until the plasmid copy number $Ca$ has been reached:
 +
$$
 +
\frac{\text{PlasU}}{dt} = k_{\text{Plas}}  (1 - \frac{(\text{PlasU} + \text{PlasM})}{Ca}) - k_{cFP} \cdot \text{FP} \cdot \text{PlasU} - \lambda_{\text{Plas}} \cdot \text{PlasU},
 +
$$
 +
Methylated plasmids result from the fusion protein finding an umethylated plasmid and methylating it:
 +
$$
 +
\frac{PlasM}{dt} = k_{\text{cFP}} \cdot \text{FP} \cdot \text{PlasU} - \lambda_\text{Plas}}\text{PlasM}
 +
$$
 +
The amount of (repressed) operons is identical to the amount of plasmids currently in the system:
 +
$$
 +
\text{O} = \text{PlasU} + \text{PlasM}
 +
$$
 +
 
 +
<table align="left">
 +
<tr><th>Parameter</th><th>Value</th></tr>
 +
<tr><td>Ca</td> <td>$200 \text{or} 40$</td>
 +
  <tr>
 +
      <td>ksFP</td> <td>$30$</td>
 +
  </tr>
 +
  <tr>
 +
      <td>lMFP</td> <td>$0.462$</td>
 +
  </tr>
 +
    <tr>
 +
        <td>lFP</td> <td>$0.2$</td>
 +
    </tr>
 +
  <tr>
 +
      <td>kPlas</td> <td>$0.00866434 \cdot Ca$</td>
 +
  </tr>
 +
  <tr>
 +
      <td> lPlas </td> <td> $0.00866434$ </td>
 +
  </tr>
 +
    <tr>
 +
        <td colspan="2">Parameter values used to plot the ODE-system</td>
 +
    </tr>
 +
</table>
 +
 
 +
[[File:Combinedode.png|thumb|center|400px|Time trajectories of ODE-model in which the construct has been inserted in a high copy number plasmid (top, $Ca = 200$) and a low copy number plasmid (bottom, $Ca = 40$). All initial species values are set to $0$, except for the intial value of unmethylated plasmids which is equal to $Ca$. With these parameters, the dynamic range of the system is completely taken up by the background noise. No qualitative difference is observed between the high and low copy number cases]]
 +
 
 +
Looking at the plots for both the high and the low copy number plasmids, no qualitative difference is observable. All species in the system simply reach a steady state defined as the fraction between their production and degradation rates.
 +
Most notably, in the steady state that this system reaches all plasmids are methylated.
 +
This is very undesirable of course!
 +
 
 +
== Steady state parameter scanning ==
 +
In order to deduce what ranges of operon leaky expression and FP catalysis rates would yield acceptable leaky expression, a steady state parameter scan has been performed.
 +
 
 +
[[File:Ssparmscanode.jpeg|thumb|400px|center|Parameter scan to study the effects of the operon leaky expression rate $k_{s0MFP}$ and the FP catalysis rate $k_c{\text{FP}}$ in the ODE-model.
 +
 
 +
Our experimental results can thus be explained by any combination of the two parameters which which has an intermediate value in plot.
 +
 
 +
== Stochastic model definition ==
 +
 
 +
<table align="left">
 +
<tr><th>Reaction</th><th>Propensity</th></tr>
 +
<tr><td>
 +
$ \text{R}_{2}\text{O} \rightarrow \text{R}_{2}\text{O} + \text{M}_{\text{FP}} $
 +
</td><td>
 +
$ \text{R}_{2}\text{O} \cdot \text{k}_{\text{s0MFP}} $
 +
</td></tr>mb
 +
 
 +
<tr><td>
 +
$ \text{M}_{\text{FP}} \rightarrow \text{M}_{\text{FP}} + \text{FP} $
 +
</td><td>
 +
$ \text{k}_{\text{sFP}} \cdot \text{M}_{\text{FP}} $
 +
</td></tr>
 +
 
 +
<tr><td>
 +
$ \oslash \rightarrow \text{R}_{2}\text{O} + \text{PlasU} $
 +
</td><td>
 +
$ \frac{\text{k}_{\text{Plas}} \cdot (\text{PlasM} + \text{PlasU})$
 +
</td></tr>
 +
 
 +
<tr><td>
 +
$ \text{FP} \rightarrow \oslash $
 +
</td><td>
 +
$ \lambda_{\text{FP}} \cdot \text{FP} $
 +
</td></tr>
 +
 
 +
<tr><td>
 +
$ \text{M}_{\text{FP}} \rightarrow \oslash $
 +
</td><td>
 +
$ \lambda_{\text{MFP}} \cdot \text{M}_{\text{FP}} $
 +
</td></tr>
 +
 
 +
<tr><td>
 +
$ \text{PlasU} \rightarrow \text{PlasM} $
 +
</td><td>
 +
$ \frac{\text{k}_{\text{cFP}}}{\text{N}_{\text{A}} \cdot \text{V}_{\text{Ecoli}}} \cdot \text{FP} \cdot \text{PlasU} $
 +
</td></tr>
 +
 
 +
<tr><td>
 +
$ \text{PlasU} \rightarrow \oslash $
 +
</td><td>
 +
$ \lambda_{\text{Plas}} \cdot \text{PlasU} $
 +
</td></tr>
 +
 
 +
<tr><td>
 +
$ \text{PlasM} \rightarrow \oslash $
 +
</td><td>
 +
$ \lambda_{\text{Plas}} \cdot \text{PlasM} $
 +
</td></tr>
 +
</table>
 +
 
 +
<table align="left">
 +
<tr><th>Parameter</th><th>Value</th></tr>
 +
<tr><td>
 +
$ \text{Ca} $
 +
</td><td>
 +
$ $200$ $
 +
</td></tr>
 +
 
 +
<tr><td>
 +
$ \text{N}_{\text{A}} $
 +
</td><td>
 +
$ $6.0221367$ $
 +
</td></tr>
 +
 
 +
<tr><td>
 +
$ \text{V}_{\text{Ecoli}} $
 +
</td><td>
 +
$ $8$ $
 +
</td></tr>
 +
 
 +
<tr><td>
 +
$ \text{k}_{\text{s0MFP}} $
 +
</td><td>
 +
$ $0.01$ $
 +
</td></tr>
 +
 
 +
<tr><td>
 +
$ \text{k}_{\text{sFP}} $
 +
</td><td>
 +
  $ $30$ $
 +
</td></tr>
 +
 
 +
<tr><td>
 +
$ \lambda_{\text{MFP}} $
 +
</td><td>
 +
$0.462$
 +
</td></tr>
 +
 
 +
<tr><td>
 +
$ \lambda_{\text{FP}} $
 +
</td><td>
 +
$ $0.2$ $
 +
</td></tr>
 +
 
 +
<tr><td>
 +
$ \text{k}_{\text{cFP}} $
 +
</td><td>
 +
$ $0.0005$ $
 +
</td></tr>
 +
 
 +
<tr><td>
 +
$ \text{k}_{\text{Plas}} $
 +
</td><td>
 +
$ $0.00866434$ $
 +
</td></tr>
 +
 
 +
<tr><td>
 +
$ \lambda_{\text{Plas}} $
 +
</td><td>
 +
$ $0.00866434$ $
 +
</td></tr>
 +
</table>
 +
 
 +
<table align="left">
 +
<tr><th>Species name</th><th>Initial value</th></tr>
 +
<tr><td>
 +
$ \text{R}_{2}\text{O} $
 +
</td><td>
 +
$ $200$ $
 +
</td></tr>
 +
 
 +
<tr><td>
 +
$ \text{PlasM} $
 +
</td><td>
 +
$ $0$ $
 +
</td></tr>
 +
 
 +
<tr><td>
 +
$ \text{PlasU} $
 +
</td><td>
 +
$ $200$ $
 +
</td></tr>
 +
 
 +
<tr><td>
 +
$ \text{FP} $
 +
</td><td>
 +
$ 0 $
 +
</td></tr>
 +
 
 +
<tr><td>
 +
$ \text{M}_{\text{FP}} $
 +
</td><td>
 +
$0$
 +
</td></tr>
 +
</table>
 +
 
 +
[[File:Reduced200.png|thumb|center|300px|Twenty generations of Cellular Logbook, induced with no signal and a leaky transcription rate of $5 \cdot 10^{-5}$]]
 +
 
 +
= Discussion =
 +
It seems that using a tightly controlled operon is essential.
 +
Due to the high rate with which the FP will be able to methylate all bits, controlling the presence of the FP is more important than limiting its catalysis rate.
</div>
</div>
</div>
</div>
 +
{{Team:Amsterdam/Foot}}
{{Team:Amsterdam/Foot}}

Revision as of 14:25, 26 September 2012