Difference between revisions of "Team:Wageningen UR/testpage"

(Blanked the page)
 
Line 1: Line 1:
{{Wageningen_UR}}
 
{{Wageningen_UR/header}}
 
<html>
 
  
<div class="menu-head">
 
  <h4><a href="#header">MetabolicModeling</a></h4>
 
</div>
 
 
<li class="menu-item">
 
  <a href="#Intro">Introduction</a>
 
 
</li>
 
<li class="menu-item">
 
  <a href="#FBA">What is FBA</a>
 
</li>
 
<li class="menu-item">
 
  <a href="#results">Key Results</a>
 
</li>
 
<li class="menu-item">
 
  <a href="#conclusion">Conclusion</a>
 
 
 
</html>
 
{{Wageningen_UR/menu}}
 
 
<html>
 
<section id="Intro">
 
<h1>Metabolic Modeling</h1>
 
<p> dummy equations blah blah:
 
<figure>
 
<img src="https://static.igem.org/mediawiki/2016/5/59/T--Wageningen_UR--dummyEQ.jpg">
 
</figure><br/>
 
</p>
 
 
<p> Or you just put something like this <br><code>int_0^1 sum_(i=1)^n i^3=((n(n+1))/2)^2 dx </code><br> in this website: <br>http://asciimath.org/<br> RESULT:<br> </p>
 
<P><math xmlns="http://www.w3.org/1998/Math/MathML">
 
  <mstyle displaystyle="true">
 
    <mrow>
 
      <msubsup>
 
        <mo>&#x222B;</mo>
 
        <mn>0</mn>
 
        <mn>1</mn>
 
      </msubsup>
 
    </mrow>
 
    <mrow>
 
      <munderover>
 
        <mo>&#x2211;</mo>
 
        <mrow>
 
          <mi>i</mi>
 
          <mo>=</mo>
 
          <mn>1</mn>
 
        </mrow>
 
        <mi>n</mi>
 
      </munderover>
 
    </mrow>
 
    <msup>
 
      <mi>i</mi>
 
      <mn>3</mn>
 
    </msup>
 
    <mo>=</mo>
 
    <msup>
 
      <mrow>
 
        <mo>(</mo>
 
        <mfrac>
 
          <mrow>
 
            <mi>n</mi>
 
            <mrow>
 
              <mo>(</mo>
 
              <mi>n</mi>
 
              <mo>+</mo>
 
              <mn>1</mn>
 
              <mo>)</mo>
 
            </mrow>
 
          </mrow>
 
          <mn>2</mn>
 
        </mfrac>
 
        <mo>)</mo>
 
      </mrow>
 
      <mn>2</mn>
 
    </msup>
 
    <mrow>
 
      <mi>d</mi>
 
      <mi>x</mi>
 
    </mrow>
 
  </mstyle>
 
</math>
 
 
</P>
 
 
<p>In order to assess the real world viability of the BeeT we evaluated the proposed system of application by making a model of the entire system. To do this we used Flux Balance Analysis (FBA) to make model the base chassis. The
 
 
<a class="tooltip"> chassis <span class="tooltiptext" style="width:300px;">The chassis is the base organism that is modified</a> </span>
 
 
of BeeT is a variant of <i>​ Escherichia coli</i>, for which it is known that it does not grow in sugar water, mainly due to high osmotic pressure. <sup> <a href="#fn1" id="ref1">1</a></sup> <!­­-- REFERENCE: The Effect of Sucrose­induced Osmotic Stress on the Intracellular level of cAMP in Escherichia coli using Lac Operon as an Indicator, Yu Ling Cheng, Jiyoung Hwang, and Lantai Liu --­­> The question remained: Does it survive there, and if so, for how long? </p></section>
 
 
<section id="FBA">
 
<h1>What is Flux Balance Analysis</h1>                           
 
 
<p onclick="javascript:ShowHide('HiddenDiv1')" style="border: 2px solid gray;">Flux balance analysis (FBA) is a mathematical method for simulating metabolism in genome-scale reconstructions of metabolic networks. </p>
 
<div class="mid" id="HiddenDiv1" style="display: none; border: 2px solid gray;">
 
<p>
 
The main components of FBA are reactions and metabolites, which are derived from knowledge about genes and the enzymes they produce to facilitate the reactions between metabolites.<br>
 
Reactions are represented as rows in a matrix of numbers showing a positive number for production and a negative number for consumption, the numbers representing stoichiometrically balanced chemical equations.<br>
 
Fluxes are represented as a vector of numbers representing the speed and direction of each reaction. The optimize function will find a parsimonious solution, given a certain objective or multiple objective reaction fluxes to maximize, or minimize if that is the case.<br>
 
When using FBA the objective is usually the "Biomass reaction", which is a kind of resource sink that consumes all kinds of metabolites to represent growth and cell division, which makes sense given that most cells in the exponential phase will allocate as many resources as possible to cell division.<br>
 
An important set of reactions is the exchange reactions which represent whether the growth medium itself is either losing or gaining certain metabolites at a certain rate. This represents compounds accumulating in or getting taken up from the medium.<br>
 
There is also an ATP Maintenance reaction, another resource sink, which represents all ATP required to maintain gene-regulation and regular functioning of a non-growing cell.<br>
 
Given the published version of the model, 3.15 mmol*gram Dry Weight^-1*hour^-1 was the parsimonious response when maximizing for biomass production whilst minimizing all other functions.<br>
 
Every flux has certain bounds based on the medium the cell is in and what is known to be biologically possible for a specific organism to take up. These bounds have to be either experimentally determined, but in other cases are put at -1000 for the lower, and +1000 for the upper. The entire range of objective solutions can also be looked for, for every flux, this is known as Flux Variance Analysis, but in general a solution is preferred such that all other fluxes are as low as possible.<br>
 
"Parsimonious Flux Balance Analysis” was born from the argument that less flux through a certain reaction means less effort the cell has to expend on the production of a certain protein and thereby will be more evolutionarily beneficial in the long term. It is to me the most sensible way to pick a specific solution from the allowed solution space created from a certain Metabolic Linear Programming Problem.<br>
 
On the BIGG database we found a pre-existing well characterized metabolic model, named iJO1366 from the paper: “A comprehensive genome-scale reconstruction of Escherichia coli metabolism”. Orth JD1, Conrad TM, Na J, Lerman JA, Nam H, Feist AM and Palsson BØ.<br>
 
In order to work with the model in ssbm format the python package CobraPy was downloaded to facilitate the manipulation and perturbation of the “in silico organism“. [ COBRApy: COnstraints-Based Reconstruction and Analysis for Python ]<br>
 
The previously mentioned exchange reactions were modified by reading in the reaction ids and their upper and lower bounds. [Link to small page about file.]<br>
 
Then we changed the objective from Biomass to ATP maintenance in order to represent the ‘starvation mode’ which we assume the cell to be in.<br>
 
And finally we loop through a range of water efflux rates from the cell and produce a value for the objective, given minimal other fluxes.</p>
 
</div>
 
</section>
 
 
<br>
 
<map name="beemap">
 
  <area shape="rect" coords="110,419,266,556" alt="Bee" href=#conclusion>
 
</map>
 
 
<figure>
 
<img src="https://static.igem.org/mediawiki/2016/4/4b/T--Wageningen_UR--BeeLifeCycle.png" usemap="#beemap">
 
<figcaption>Figure 1: The bee-mite-life-cycle (figure 1) shows the integration of these models as highlighted parts. This includes modelling the adaptation of the quorum sensing system (regulation), our optogenetic killswitch (biocontainment), a metabolic model of BeeT (regulation) and the BEEHAVE model (specificity). (CLICK THE GREY AREA TO GO TO THE CONCLUSION)</figcaption>
 
</figure>
 
 
 
<br/>
 
 
<section id="results">
 
<h1><b>Key Results</b></h1>
 
<p>The relationship between max ATP available for survival and water efflux is shown in Figure 1, it demonstrates that there is a linear relation. This implies that if no water is available for ATP used for maintenance outside cell growth, the cell will die. When the model is run without any modification, ie in an environment where it is in the exponential growth phase an ATP Maintenance flux of 3.15 mmol*gram Dry Weight^-1*hour^-1 is given as output by the model.</p><p>
 
We do not know the amount needed in sugar water conditions, but because of these results we can start looking at the relationship between survival time and water efflux.</p><p>
 
In Figure 2 we can see not only the relationship of survival time against max ATP available for survival, but also how different thresholds of minimal cell-water tolerance would affect this relationship. The minimal cell-water tolerance threshold gives the value at which percentage of the remaining cell-water the point of no return for the cell had been reached. Which has a drastic effect on survival time, changing 20 minutes of maximum survival time to a mere ~90 seconds in the worst case scenario.
 
</p></section>
 
 
<section id="conclusion">
 
<h1><b>Conclusion</b></h1>
 
<p>Figure 1 shows us that osmotic pressure alone can indeed have an effect on cell regulation and cell death and from Figure 2 it appears that the minimal water allowance threshold has a high impact on range of possible times. We also must accept that the range outside of 90 seconds to 90 minutes is completely undocumented territory as we can only say something about non-infinite values. Because we don't exactly know how much mmol*gDW-1*hour-1 is needed for proper maintenance under harsh conditions, we can not say anything about where on the scale that would be.</p><p>
 
What we can say is that if the cells can survive for longer outside of this period, then they must have enough ATP available for basic maintenance, and that if cell death occurs then, that other processes than pure water-efflux must be the cause of that. Perhaps combinations of lack of nutrients and water-efflux, or over production of osmolytes to keep the balance.
 
</p></section>
 
<h2>References</h2>
 
<ol class="references"> <!-- Use ol for numbered list, ul for bullet points-->
 
<a id="fn1" href=https://www.microbiology.ubc.ca/sites/default/files/roles/drupal_ungrad/JEMI/15/JEMI15_15-21.pdf>1.</a> Cheng, Y. L., Hwang, J., & Liu, L. (2011). The Effect of Sucrose-induced Osmotic Stress on the Intracellular Level of cAMP in Escherichia coli using Lac Operon as an Indicator. Journal of Experimental Microbiology and Immunology (JEMI) Vol, 15, 15-21. <a href="#ref1" title="Jump back to footnote 1 in the text.">↩</a>
 
</ol>
 
</html>
 
{{Wageningen_UR/footer}}
 

Latest revision as of 14:29, 19 October 2016