Difference between revisions of "Team:Aalto-Helsinki/Modeling cellulose"

m (fixed article link)
m (links embedded to text)
 
(10 intermediate revisions by 4 users not shown)
Line 41: Line 41:
 
   #sidenav { display: none; }
 
   #sidenav { display: none; }
 
}
 
}
 +
/* Background pic */
 +
.compscreens {
 +
    background-repeat: repeat-y;
 +
    background-image: url("https://static.igem.org/mediawiki/2015/1/11/Aalto-Helsinki_modeling_background.png");
 +
    background-size: 100%;
 +
}
 
</style>
 
</style>
  
Line 47: Line 53:
 
         <li><a href="#" data-scroll="thoughts"><h3>Our thoughts</h3></a></li>
 
         <li><a href="#" data-scroll="thoughts"><h3>Our thoughts</h3></a></li>
 
         <li><a href="#" ><h3  style="border-top:solid;">To the top</h3></a></li>
 
         <li><a href="#" ><h3  style="border-top:solid;">To the top</h3></a></li>
         <li><a href="https://2015.igem.org/Team:Aalto-Helsinki/Modeling" ><h3>To the Previous Page</h3></a></li>
+
         <li><a href="https://2015.igem.org/Team:Aalto-Helsinki/Modeling" ><h3>To the Parent Page</h3></a></li>
 
       </ul>
 
       </ul>
  
 +
<div class="compscreens">
 
<div class="inner-container">
 
<div class="inner-container">
  
Line 58: Line 65:
 
<h2>Introduction</h2>
 
<h2>Introduction</h2>
  
<p>Our goal in the project is to produce propane from cellulose. For modeling team this means that both <a href="https://2015.igem.org/Team:Aalto-Helsinki/Modeling_propane">propane pathway</a> and cellulose pathway should be modeled.</p>
+
<p>Our goal in the project is to produce propane from cellulose. For modeling team this means that both <a href="https://2015.igem.org/Team:Aalto-Helsinki/Modeling_propane">propane pathway</a> and cellulose pathway should be modeled. Being able to model the cellulose breakdown could provide us insight on whether it is fast enough for our system to function at all. If the hydrolytic enzymes don't break cellulose down to glucose fast enough, the cells cannot get enough energy to actually produce propane. In the worst case, there wouldn't be enough glucose for even the basic metabolism of the cell and the cells would not survive. If it would appear that cellulose alone isn't enough, modeling the system could further allow us to estimate how much glucose or other energy sources we would need to give to the bacteria in addition to the cellulose.</p>
 
+
<p>Being able to model the cellulose breakdown could provide us insight on whether it is fast enough for our system to function at all. If the hydrolytic enzymes don't break cellulose down to glucose fast enough, the cells cannot get enough energy to actually produce propane. In the worst case, there wouldn't be enough glucose for even the basic metabolism of the cell and the cells would not survive. If it would appear that cellulose alone isn't enough, modeling the system could further allow us to estimate how much glucose or other energy sources we would need to give to the bacteria in addition to the cellulose.</p>
+
  
 
<p>We recognized right away that modeling the cellulose breakdown would be difficult. Nevertheless, we wanted to look into the cellulose hydrolyzing enzymes and their production to understand what kinds of things need to be taken into account when modeling the system. To get a useful model of how efficiently cellulose is hydrolyzed by our bacteria, we'd need to take into account at very least the following things:</p>
 
<p>We recognized right away that modeling the cellulose breakdown would be difficult. Nevertheless, we wanted to look into the cellulose hydrolyzing enzymes and their production to understand what kinds of things need to be taken into account when modeling the system. To get a useful model of how efficiently cellulose is hydrolyzed by our bacteria, we'd need to take into account at very least the following things:</p>
  
<li style="margin-left:5%;"><p>How much enzymes does our bacteria produce?</p></li>
+
<li style="margin-left:5%;"><p>How much enzymes do our bacteria produce?</p></li>
<li style="margin-left:5%;"><p>How much of the enzymes produced are actually exported outside of the cell?</p></li>
+
<li style="margin-left:5%;"><p>How much of the enzymes produced are actually exported outside of the cell? How efficiently do the export tags work? To what extent do the produced enzymes reach the periplasmic space? What part of enzymes reaching periplasmic space are further exported to the extracellular space?</p></li>
<li style="margin-left:5%;"><p>How efficiently do the export tags work? To what extent do the produced enzymes reach the periplasmic space? What part of enzymes reaching periplasmic space are further exported to the extracellular space?</p></li>
+
<li style="margin-left:5%;"><p>What is the extracellular environment like and how does it affect our enzymes? How efficiently do our enzymes actually function there?</p></li>
<li style="margin-left:5%;"><p>What is the extracellular environment like and how efficiently do our enzymes actually function there?</p></li>
+
  
 
<p>For most questions, there are no ready answers available. Thus we'd need to conduct experiments to figure out the constants and rates for each step. We recognized that within our timeframe, it was not possible to gather the necessary quantitative information about these processes to model them sufficiently. Therefore, we decided not to proceed with trying to model the pathway but instead just wrote down some ideas regarding modeling the pathway.</p>
 
<p>For most questions, there are no ready answers available. Thus we'd need to conduct experiments to figure out the constants and rates for each step. We recognized that within our timeframe, it was not possible to gather the necessary quantitative information about these processes to model them sufficiently. Therefore, we decided not to proceed with trying to model the pathway but instead just wrote down some ideas regarding modeling the pathway.</p>
 
<p style="color:gray">--pic of cellulose pathway?--</p>
 
  
 
</section>
 
</section>
Line 80: Line 82:
 
<section id="thoughts" data-anchor="thoughts">
 
<section id="thoughts" data-anchor="thoughts">
 
<h2>Our thoughts on a basic model</h2>
 
<h2>Our thoughts on a basic model</h2>
 +
 +
 +
<figure id="fig1" style="margin-bottom:3%;margin-top:3%;">
 +
<div style="width:100%;margin-left:auto;margin-right:auto;"><img src="https://static.igem.org/mediawiki/2015/b/b8/Aalto-Helsinki_cellulose_enzymes_degradation.png" style="max-width:800px;" /></div>
 +
<figcaption><b>Figure 1:</b> Cellulose degradation.</figcaption>
 +
</figure>
  
 
<p>Our cellulose pathway is pretty simple, consisting only of a few genes cutting the cellulose into cellobiose and then to glucose. We wanted to make a basic model to tell us if the enzymes are efficient enough to break down the cellulose for our bacteria to use it as an energy source. The challenge of this model lies instead in the properties of enzymes or rather, our limited knowledge of those. The members of our team spent many frustrating days trying to find the information we would need to model the pathway and were finally forced to give up.</p>
 
<p>Our cellulose pathway is pretty simple, consisting only of a few genes cutting the cellulose into cellobiose and then to glucose. We wanted to make a basic model to tell us if the enzymes are efficient enough to break down the cellulose for our bacteria to use it as an energy source. The challenge of this model lies instead in the properties of enzymes or rather, our limited knowledge of those. The members of our team spent many frustrating days trying to find the information we would need to model the pathway and were finally forced to give up.</p>
  
<p>If it were possible to get the needed values, our model of cellulose pathway would have been based on <a href="http://onlinelibrary.wiley.com/doi/10.1021/bp034316x/full">this paper.</a></p>
+
<p>If it were possible to get the needed values, our model of cellulose pathway would have been based on <a href="http://onlinelibrary.wiley.com/doi/10.1021/bp034316x/full" target="_blank">this paper.</a> The paper presents the reaction rate equations for cellulose degradation, taking into account inhibition and adsorbtion, which can be modeled with <a href="https://en.wikipedia.org/wiki/Langmuir_adsorption_model">Langmuir isotherm model</a>. Only thing we would need to change would be the constants, and since we don't have Xylose in our pathway we'd need to remove everything concerning it from the equations.</p>
 +
 
 +
 
 +
<!-- the old text starts here
 +
<p>If it were possible to get the needed values, our model of cellulose pathway would have been based on <a href="http://onlinelibrary.wiley.com/doi/10.1021/bp034316x/full" target="_blank">[1].</a></p>
  
 
<p style="color:gray">--things below need a doublecheck--<p>
 
<p style="color:gray">--things below need a doublecheck--<p>
Line 90: Line 102:
 
\[r_1 = \frac{k_{1r}[\beta\text{-glucosidase(bound)}]R_s [\text{cellulose}]}{1+\frac{[\text{cellobiose}]}{K_{iG2}} + \frac{[\text{glucose}]}{K_{iG}}}\]  Cellobiose to glucose:  
 
\[r_1 = \frac{k_{1r}[\beta\text{-glucosidase(bound)}]R_s [\text{cellulose}]}{1+\frac{[\text{cellobiose}]}{K_{iG2}} + \frac{[\text{glucose}]}{K_{iG}}}\]  Cellobiose to glucose:  
 
\[r_3 = \frac{k_{3r}[\beta\text{-glucosidase}][\text{cellobiose}]}{K_{3M}\left( 1+\frac{[\text{glucose}]}{K_{3iG}}\right) + [\text{cellobiose}]}\]</p>
 
\[r_3 = \frac{k_{3r}[\beta\text{-glucosidase}][\text{cellobiose}]}{K_{3M}\left( 1+\frac{[\text{glucose}]}{K_{3iG}}\right) + [\text{cellobiose}]}\]</p>
 +
the old text ends here -->
  
<p>This model could have been implemented into Copasi with following reactions where the rate equations are above.  \begin{align}  
+
 
 +
<p>This model could have been implemented into Copasi with following reactions where the rate equations are obtained from <a href="http://onlinelibrary.wiley.com/doi/10.1021/bp034316x/full" target="_blank">this paper</a>.  \begin{align}  
 
\text{cellulose} &\rightarrow \text{cellulose} + \text{cellobiose} \\
 
\text{cellulose} &\rightarrow \text{cellulose} + \text{cellobiose} \\
 
\text{cellulose} &\rightarrow 2\cdot\text{cellobiose} \\
 
\text{cellulose} &\rightarrow 2\cdot\text{cellobiose} \\
 
\text{cellobiose} &\rightarrow 2\cdot\text{glucose}
 
\text{cellobiose} &\rightarrow 2\cdot\text{glucose}
\end{align} It should be implemented so, that cellulose to two cellobioses -reaction would occur about XXXX (what was the length of cellulose chain?) times less frequently than cellulose to cellulose and cellobiose. This is to represent the fact that a cellobiose can be cut from a cellulose strand many times, but a cellulose strand can only be transformed into two cellobioses once, i.e. when the cellulose strand consists of two cellobiose molecules.</p>
+
\end{align} It should be implemented so, that cellulose to two cellobioses -reaction would occur about <a href="http://onlinelibrary.wiley.com/doi/10.1002/anie.200460587/full" target="_blank">300-1700 times less frequently</a> than cellulose to cellulose and cellobiose. This is to represent the fact that a cellobiose can be cut from a cellulose strand many times, but a cellulose strand can only be transformed into two cellobioses once, i.e. when the cellulose strand consists of two cellobiose molecules.</p>
  
<p>Even if we would have gotten all the constants of our cellulose pathway the model would have not been perfect as discussed in previous section. We would have been forced to guess the amount of enzymes produced, as well as how much of them would travel outside of cell to cellulose. Neither do we know how the chemical conditions of the extracellular space affect the enzymes' function. Last but not least, we don't know how the produced glucose is used up in the cell and to what effect it is transported inside the cell. These holes in our knowledge make the possibility of us getting our model right seem very slim indeed.</p>
+
<p style="margin-bottom:0;padding-bottom:10%;">Even if we would have got all the constants of our cellulose pathway the model would have not been perfect as discussed in previous section. We would have been forced to guess the amount of enzymes produced, as well as how much of them would travel outside of cell to cellulose. Neither do we know how the chemical conditions of the extracellular space affect the enzymes' function. Last but not least, we don't know how the produced glucose is used up in the cell and to what effect it is transported inside the cell. These holes in our knowledge make the possibility of us getting our model right seem very slim indeed.</p>
  
 
</section>
 
</section>
 
<!-- End of our thoughts on the modeling cellulose pathway -->
 
<!-- End of our thoughts on the modeling cellulose pathway -->
  
 +
</div>
 
</div>
 
</div>
 
</div></div></div> <!--These are the closing tags for div id="mainContainer" and div id="contentContainer". The corresponding opening tags appear in the template that is {{included}} at the top of this page.-->
 
</div></div></div> <!--These are the closing tags for div id="mainContainer" and div id="contentContainer". The corresponding opening tags appear in the template that is {{included}} at the top of this page.-->
 
+
<p style="margin-bottom:0">
  
 
<!-- Scirpt for beautiful scrolling inside the page: smooth transitions and we show in what section the reader is. -->
 
<!-- Scirpt for beautiful scrolling inside the page: smooth transitions and we show in what section the reader is. -->
 
<script src="https://2015.igem.org/Team:Aalto-Helsinki/ResponsiveNavScript?action=raw&ctype=text/javascript"></script>
 
<script src="https://2015.igem.org/Team:Aalto-Helsinki/ResponsiveNavScript?action=raw&ctype=text/javascript"></script>
 
</body>
 
</html>
 

Latest revision as of 14:03, 14 September 2015

Modeling the cellulose pathway

Introduction

Our goal in the project is to produce propane from cellulose. For modeling team this means that both propane pathway and cellulose pathway should be modeled. Being able to model the cellulose breakdown could provide us insight on whether it is fast enough for our system to function at all. If the hydrolytic enzymes don't break cellulose down to glucose fast enough, the cells cannot get enough energy to actually produce propane. In the worst case, there wouldn't be enough glucose for even the basic metabolism of the cell and the cells would not survive. If it would appear that cellulose alone isn't enough, modeling the system could further allow us to estimate how much glucose or other energy sources we would need to give to the bacteria in addition to the cellulose.

We recognized right away that modeling the cellulose breakdown would be difficult. Nevertheless, we wanted to look into the cellulose hydrolyzing enzymes and their production to understand what kinds of things need to be taken into account when modeling the system. To get a useful model of how efficiently cellulose is hydrolyzed by our bacteria, we'd need to take into account at very least the following things:

  • How much enzymes do our bacteria produce?

  • How much of the enzymes produced are actually exported outside of the cell? How efficiently do the export tags work? To what extent do the produced enzymes reach the periplasmic space? What part of enzymes reaching periplasmic space are further exported to the extracellular space?

  • What is the extracellular environment like and how does it affect our enzymes? How efficiently do our enzymes actually function there?

  • For most questions, there are no ready answers available. Thus we'd need to conduct experiments to figure out the constants and rates for each step. We recognized that within our timeframe, it was not possible to gather the necessary quantitative information about these processes to model them sufficiently. Therefore, we decided not to proceed with trying to model the pathway but instead just wrote down some ideas regarding modeling the pathway.

    Our thoughts on a basic model

    Figure 1: Cellulose degradation.

    Our cellulose pathway is pretty simple, consisting only of a few genes cutting the cellulose into cellobiose and then to glucose. We wanted to make a basic model to tell us if the enzymes are efficient enough to break down the cellulose for our bacteria to use it as an energy source. The challenge of this model lies instead in the properties of enzymes or rather, our limited knowledge of those. The members of our team spent many frustrating days trying to find the information we would need to model the pathway and were finally forced to give up.

    If it were possible to get the needed values, our model of cellulose pathway would have been based on this paper. The paper presents the reaction rate equations for cellulose degradation, taking into account inhibition and adsorbtion, which can be modeled with Langmuir isotherm model. Only thing we would need to change would be the constants, and since we don't have Xylose in our pathway we'd need to remove everything concerning it from the equations.

    This model could have been implemented into Copasi with following reactions where the rate equations are obtained from this paper. \begin{align} \text{cellulose} &\rightarrow \text{cellulose} + \text{cellobiose} \\ \text{cellulose} &\rightarrow 2\cdot\text{cellobiose} \\ \text{cellobiose} &\rightarrow 2\cdot\text{glucose} \end{align} It should be implemented so, that cellulose to two cellobioses -reaction would occur about 300-1700 times less frequently than cellulose to cellulose and cellobiose. This is to represent the fact that a cellobiose can be cut from a cellulose strand many times, but a cellulose strand can only be transformed into two cellobioses once, i.e. when the cellulose strand consists of two cellobiose molecules.

    Even if we would have got all the constants of our cellulose pathway the model would have not been perfect as discussed in previous section. We would have been forced to guess the amount of enzymes produced, as well as how much of them would travel outside of cell to cellulose. Neither do we know how the chemical conditions of the extracellular space affect the enzymes' function. Last but not least, we don't know how the produced glucose is used up in the cell and to what effect it is transported inside the cell. These holes in our knowledge make the possibility of us getting our model right seem very slim indeed.