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

Line 2: Line 2:
 
{{Wageningen_UR/header}}
 
{{Wageningen_UR/header}}
 
<html>
 
<html>
 
+
 
 
<div class="menu-head">
 
<div class="menu-head">
 
  <h4><a href="#header">MetabolicModeling</a></h4>
 
  <h4><a href="#header">MetabolicModeling</a></h4>
Line 8: Line 8:
  
 
<li class="menu-item">
 
<li class="menu-item">
  <a href="#Bees">Introduction</a>
+
  <a href="#Intro">Introduction</a>
 
 
 
</li>
 
</li>
 
<li class="menu-item">
 
<li class="menu-item">
  <a href="#something">What is FBA</a>
+
  <a href="#FBA">What is FBA</a>
 
</li>
 
</li>
 
<li class="menu-item">
 
<li class="menu-item">
  <a href="#something">Key Results</a>
+
  <a href="#results">Key Results</a>
 
</li>
 
</li>
 
<li class="menu-item">
 
<li class="menu-item">
  <a href="#something">Conclusion</a>
+
  <a href="#conclusion">Conclusion</a>
 
 
  
 
</html>
 
</html>
 
{{Wageningen_UR/menu}}
 
{{Wageningen_UR/menu}}
 +
 
<html>
 
<html>
<section id="Bees">
+
<section id="Intro">
<h1>Metabolic Modeling</h1>
+
<h1>Metabolic Modeling</h1>
<p>In order to assess the real world viability of the BeeT we evaluated the proposed system of  
+
<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 chassis [tooltip: Chassis is the base organism that is modified] 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>
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 chassis [tooltip: Chassis is the base organism that is modified] 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>
+
                           
+
                           
+
  
<div class="container">
+
<section id="FBA">
<!--<h1>Lab journal</h1>-->
+
<h1>What is Flux Balanace Analysis</h1>                          
<div id="timelineContainer" class="timelineContainer">
+
<br class="clear">
+
<div class="timelineMajor">
+
<a class="timelineMajor"><span>Flux balance analysis (FBA) is a mathematical method for simulating metabolism in genome-scale reconstructions of metabolic networks.</span></a>
+
<dl class="timelineMinor">
+
<dt id="02w1"><a>In-depth explanation</a></dt>
+
<dd class="timelineEvent" id="02w1EX" style=display:none>
+
<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.
+
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.</p><p>
+
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.</p><p>
+
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.
+
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.</p><p>
+
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.
+
Given the published version of the model, 3.15 mmol*gDW^-1*h^-1 was the parsimonious response when maximizing for biomass production whilst minimizing all other functions.</p><p>
+
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. </p><p>
+
"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.</p><p>
+
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Ø.
+
In order to work with the model in smbl 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 ]</p><p>
+
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.]</p><p>
+
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.
+
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 class="timelineToggle">
+
<p><a class="expandAll">+ expand all</a></p>
+
</div>
+
<br class="clear">
+
</dd>
+
+
<!-- /.timelineEvent -->
+
</dl>
+
<!-- /.timelineMinor -->
+
</div>
+
<br class="clear">
+
</div>
+
<!-- /#timelineContainer -->  
+
  
 
+
<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>
+
<div class="mid" id="HiddenDiv1" style="display: none; border: 2px solid gray;"">
<br>
+
<p>
<br>
+
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*gDW^-1*h^-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><section id="Bees">
+
<br><section id="results">
<h1><b>Saving the Bees</b></h1>
+
<h1><b>Key Results</b></h1>
<p> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+
<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*gDW-1*hour-1 is given as output by the model.</p><p>
<b>iGEM team Wageningen 2016</b> has designed and created BeeT, a genetic system in <i>Escherichia coli</i> that detects the presence of <i>Varroa. destructor</i> in the bee hive and produces a combination of chitinases and Cry/Cyt/Mtx toxins to remove them! If you want to read more about the system and our work during the last six months, the <b>iGEM team Wageningen 2016</b> invites you to continue surfing around our Wiki.
+
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>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. </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>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+
</p></section>
</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. </p>
+
 
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+
<section id="conclusion">
</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. </p>
+
<h1><b>Conclusion</b></h1>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.  
+
<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>
</p></section>
+
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>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+
</p></section>
</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. </p><section id="something">
+
<h1><b>Something</b></h1>
+
Text without  p  tags!
+
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. </p>
+
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+
</p>
+
</html>[[File:T--Wageningen UR--beeicon.jpg|frame|Tiny Bee]]<html><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. </p>
+
</html>[[File:T--Wageningen UR--beeicon.jpg|frame|Tiny Bee]]<html>
+
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.  
+
</p>
+
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. </p></section>
+
 
<h2>References</h2>
 
<h2>References</h2>
 
<ol class="references"> <!-- Use ol for numbered list, ul for bullet points-->
 
<ol class="references"> <!-- Use ol for numbered list, ul for bullet points-->

Revision as of 10:45, 4 October 2016

Wageningen UR iGEM 2016

 

Metabolic Modeling

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 chassis [tooltip: Chassis is the base organism that is modified] of BeeT is a variant of ​ Escherichia coli, for which it is known that it does not grow in sugar water, mainly due to high osmotic pressure 1 . The question remained: Does it survive there, and if so, for how long?

What is Flux Balanace Analysis

Flux balance analysis (FBA) is a mathematical method for simulating metabolism in genome-scale reconstructions of metabolic networks.


Key Results

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*gDW-1*hour-1 is given as output by the model.

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.

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.

Conclusion

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.

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.

References

    1. 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.