Team:Imperial College/Modelling P3HBsyn

From 2013.igem.org

(Difference between revisions)
(Blanked the page)
 
(31 intermediate revisions not shown)
Line 1: Line 1:
-
{{:Team:Imperial_College/Templates:header}}
 
-
<h1>Modelling: P(3HB) synthesis module</h1>
 
-
This page is about modelling the plastic-synthesising module developed in our project.  The plastic that this module synthesises is the bioplastic poly-3-hydroxybutyrate, also known as P(3HB).  The content below shows the process of building, designing and optimisation of the model.  Also, the considerations, assumptions and limitations will be discussed.
 
-
 
-
<h2>Specifications</h2>
 
-
*Input = monomer (3HB)
 
-
*Output = polymer (P(3HB))
 
-
 
-
<h2>Deterministic model</h2>
 
-
<p align="justify">
 
-
The model was built and simulated in Simbiology, a Matlab package designed for modelling biological systems.  In our model we have a compartment (labelled "E. coli_1") that represents our engineered cell.  The compartment contains the reactions and species that interact with the polymer synthesis pathway. 
 
-
</p>
 
-
 
-
<p align="justify">
 
-
The pathways on the right half of the cell are genetic expressions of the 3 enzymes involved in the plastic synthesis pathway.  The pathways on the left represent the actual P(3HB) production pathway.
 
-
</p>
 
-
 
-
[[File:Imperial College Circuit.JPG]]
 
-
[[File:Imperial College Circuit key.JPG]]
 
-
 
-
<h2>ODEs in Matlab Simbiology model</h2>
 
-
 
-
        <h3>Genetic regulations and expressions</h3>
 
-
       
 
-
        <h4>BDH2 (3-hydroxybutyrate dehydrogenase)</h4>
 
-
        [[File:Imperial College BDH2 exp.JPG|thumb|500px|none|alt=Alt text|Schematic of the gene expression of BDH2 as seen in the model diagram]]
 
-
        [[File:Imperial College BDH2 gene.JPG|500px|none]]
 
-
       
 
-
        <h4>PhaB (Acetoacetyl-CoA reductase)and PhaC (P(3HB) synthase)</h4>
 
-
        [[File:Imperial College PhaBC exp.JPG|thumb|500px|none|alt=Alt text|Schematic of the gene expression of PhaB and PhaC as seen in the model diagram]]
 
-
        [[File:Imperial College PhaBC gene.JPG|700px|none]]
 
-
       
 
-
      <h4>Values, sources and assumptions</h4>
 
-
      <table border="2" bgcolor="#efefef">
 
-
      <tr>
 
-
        <th>Parameter</th>
 
-
        <th>Description</th>
 
-
        <th>Value</th>
 
-
        <th>Units</th>
 
-
        <th>Sources</th>
 
-
        <th>Assumptions</th>
 
-
      </tr>
 
-
      <tr>
 
-
        <th>β</th>
 
-
        <td>maximum rate of transcription</td>
 
-
        <td>0.032</td>
 
-
        <td>mM/min</td>
 
-
        <td></td>
 
-
        <td></td>
 
-
      </tr>
 
-
      <tr>
 
-
        <th>n</th>
 
-
        <td>Hill coefficient</td>
 
-
        <td>2.0</td>
 
-
        <td>dimensionless</td>
 
-
        <td></td>
 
-
        <td></td>
 
-
      </tr>
 
-
      <tr>
 
-
        <th>K</th>
 
-
        <td>Activation coefficient</td>
 
-
        <td>0.0031</td>
 
-
        <td>mM</td>
 
-
        <td></td>
 
-
        <td></td>
 
-
      </tr>
 
-
      <tr>
 
-
        <th>d_mRNA</th>
 
-
        <td>mRNA degradation rate</td>
 
-
        <td>0.1</td>
 
-
        <td>1/min</td>
 
-
        <td></td>
 
-
        <td></td>
 
-
      </tr>
 
-
      <tr>
 
-
        <th>d_protein</th>
 
-
        <td>Protein degradation rate</td>
 
-
        <td>0.050</td>
 
-
        <td>1/min</td>
 
-
        <td></td>
 
-
        <td>There is no active degradation pathway and that dilution is the dominant way by which the protein level decreases in a cell</td>
 
-
      </tr>
 
-
      <tr>
 
-
        <th>k2</th>
 
-
        <td>mRNA production rate</td>
 
-
        <td>4.7</td>
 
-
        <td>1/min</td>
 
-
        <td></td>
 
-
        <td></td>
 
-
      </tr>
 
-
      <tr>
 
-
        <th>k3</th>
 
-
        <td>Protein production rate</td>
 
-
        <td>0.039</td>
 
-
        <td>1/min</td>
 
-
        <td></td>
 
-
        <td></td>
 
-
      </tr>
 
-
      <tr>
 
-
        <th>[Arabinose]</th>
 
-
        <td>Concentration of arabinose</td>
 
-
        <td>Initial: 0.008</td>
 
-
        <td>mM</td>
 
-
        <td></td>
 
-
        <td></td>
 
-
      </tr>
 
-
      <tr>
 
-
        <th>[mRNA]</th>
 
-
        <td>Concentration of mRNA</td>
 
-
        <td>-</td>
 
-
        <td>mM</td>
 
-
        <td>-</td>
 
-
        <td>-</td>
 
-
      </tr>
 
-
      <tr>
 
-
        <th>[BDH2]</th>
 
-
        <td>Concentration of BDH2</td>
 
-
        <td>-</td>
 
-
        <td>mM</td>
 
-
        <td>-</td>
 
-
        <td>-</td>
 
-
      </tr>
 
-
      <tr>
 
-
        <th>[PhaB]</th>
 
-
        <td>Concentration of PhaB</td>
 
-
        <td>-</td>
 
-
        <td>mM</td>
 
-
        <td>-</td>
 
-
        <td>-</td>
 
-
      </tr>
 
-
    <tr>
 
-
        <th>[PhaC]</th>
 
-
        <td>Concentration of PhaB</td>
 
-
        <td>-</td>
 
-
        <td>mM</td>
 
-
        <td>-</td>
 
-
        <td>-</td>
 
-
      </tr>
 
-
      </table>
 
-
<h3>Enzyme kinetics</h3>
 
-
       
 
-
        <h4>BDH2 (3-hydroxybutyrate dehydrogenase)</h4>
 
-
       
 
-
        <h4>atoAD (Acetyl-CoA:acetoacetyl-CoA transferase (α and β subunits))</h4>
 
-
       
 
-
        <h4>phaB (Acetoacetyl-CoA reductase)</h4>
 
-
       
 
-
        <h4>phaC (P(3HB) synthase)</h4>
 
-
 
-
<h2>Simulation results</h2>
 
-
 
-
<h3>P(3HB) production</h3>
 
-
       
 
-
<h2>Model-guided design and optimisation</h2>
 
-
 
-
<h3>Sensitivity analysis: species concentrations</h3>
 
-
'''What is sensitivity analysis and why do it?'''
 
-
<p align="justify">
 
-
In order to look at how we could increase the production of P(3HB) we decided to run a sensitivity analysis (also in Simbiology) to identify what species in the model P(3HB) is sensitive to, given the specific conditions with which we set the model.  In other words, we calculated the time-dependent sensitivity of P(3HB) with respect to the initial conditions of other species (species formed along the synthesis pathway and enzymes involved).[http://www.mathworks.co.uk/help/simbio/ug/calculating-sensitivities.html#brbumlr|ref]
 
-
</p>
 
-
 
-
<p align="justify">
 
-
For a species x, whose concentration depends on time, it can be expressed as x(t).  To calculate the sensitivity of x(t) with respect to another species y(t), the sensitivity with normalisation relative to the numerator x(t) can be calculated as:
 
-
</p>
 
-
[[File:Imperial College Sensitivity halfnorm.JPG|150px|center|none]]
 
-
[[File:Imperial College Half-normalised species.JPG]]
 
-
 
-
<h3>Scan with different levels of PhaB</h3>
 
-
<p align="justify"> The plot below is to show that increasing PhaB concentration within the engineered organism would have a positive effect on the concentration of the P(3HB) synthesised.  As so many parameters within the model were taken from different sources, it would be difficult to give a simulation plot that is accurate quantitatively.  Therefore, this plot should be interpreted from a qualitative perspective and the trend should be observed.
 
-
</p>
 
-
 
-
[[File:Imperial College PhaB scan Single cellmM.JPG|center]]
 
-
 
-
<h3>Difference between promoter expressions after optimisation</h3>
 
-
 
-
<h2>Metabolic considerations</h2>
 
-
 
-
 
-
<p align="justify">The metabolic model predicts the interaction of our pathway with endogenous pathways. In synthetic biology, an ideal system is fully orthogonal. However, it can be the case, such as here that coenzymes are needed for the reaction steps in a metabolic pathway. When we realised that our pathway uses a lot of Co-A, we constructed a model to see how this can be recycled and predict whether it would negatively effect the chassis. Tell that the Co-A is regenerated at the same speed as it is used and therefore there is not a huge amount of Co-A "stuck" in the pathway at any one time. (Bobby, how much Co-A is that exactly?) This informed us about that the cells should be able to bear the burden of the pathway.</p>
 
-
<p align="justify">Metabolic model to optimise PHB production. Tell us how you predicted that phaB is the key enzyme and justify why the increase in enzyme level will increase the amount of PHB. This informed our design and we are changing the promoter in front of the phaCAB operon. Tell that if we can predict that it would be useful to downregulate any genes in the native metabolism of E.coli.</p>
 
-
 
-
 
-
<h3>Effect on growth and interference with metabolism</h3>
 
-
 
-
<h3>Initial concentrations of metabolites</h3>
 
-
 
-
<h2>References</h2>
 
-
 
-
{{:Team:Imperial_College/Templates:footer}}
 

Latest revision as of 12:48, 1 October 2013