Team:Imperial/Induction Model

From 2014.igem.org

(Difference between revisions)
(Created page with "{{:Team:Imperial/Templates:header}} <html> <body> </body> </html> {{:Team:Imperial/Templates:footer}}")
Line 2: Line 2:
<html>
<html>
<body>
<body>
 +
<div class="content-wrapper">
 +
 +
            <div class="pure-g">
 +
 +
                <div class="pure-u-1-1 main">
 +
                    <h1>Induction Model</h1>
 +
                    <div id="navWrap">
 +
                        <div id="subNav">
 +
                            <ul>
 +
                                <li><a href="#introduction" class="smoothScroll">Introduction</a>
 +
                                </li>
 +
                               
 +
                                <li><a href="#maths" class="smoothScroll">Mathematical Background</a>
 +
                                </li>
 +
                                <li><a href="#lab" class="smoothScroll">Wet-Lab Interaction</a>
 +
                                </li>
 +
                                <li><a href="#results" class="smoothScroll">Results & Conclusions</a>
 +
                                </li>
 +
                                <li><a href="#references" class="smoothScroll">References</a>
 +
                                </li>
 +
                                                <li><a href="#code" class="smoothScroll">Code</a>
 +
                                </li>
 +
                            </ul>
 +
                            <br class="clearLeft" />
 +
                        </div>
 +
                    </div>
 +
 +
                    <section id="introduction">
 +
                        <h2>Introduction</h2>
 +
                        <p>The ATCC53582 can be induced by IPTG to produce high yield of bacterial cellulose and the model is designed to evaluate specific cell performance with correspondence to each particular induction time.</p>
 +
                        <p>The model has two parts: the first part roughly predicts the profiles for bacterial cellulose production, substrate (glucose) consumption, cellulose-producing cells population and mutant cell population at each induction time input. The model will then be able to generate a plot illustrating the induction time against cellulose yield. Based on the estimation from part one of the model, the second part of the model is able to generate a series of more detailed profiles with respect to substrate consumption, cell population and cellulose production, described in more realistic units that can be easily applied to wetlab.</p>
 +
 +
                    </section>
 +
                    <section id="maths">
 +
                        <h2>Mathematical Background</h2>
 +
                        <h3>Model I</h3>
 +
                        <ul>
 +
                            <li>Variables:
 +
                                <ul>
 +
                                    <li>P<sub>plus</sub>(t): population of cellulose producing cells</li>
 +
                                    <li>P<sub>minus</sub>(t): population of mutant cells (dormant cells producing no bacterial cellulose)</li>
 +
                                    <li>BC(t): cellulose yield</li>
 +
                                    <li>S(t): substrate (glucose) concentration</li>
 +
                                    <li>O(t): oxygen level (input from pellicle model?? From oxygen diffusion profile)</li>
 +
 +
                                </ul>
 +
                            </li>
 +
                            <li>Parameters:
 +
                            <ul>
 +
                                <li>Km: mutation rate constant from cellulose producing cells to mutant (dormant) cells</li>
 +
<li>Vp: maximum rate of cell population change achieved by the system, parameter in Michaelis-Menten kinetics</li>
 +
<li>Kp: Michaelis constant in rate equation for cell population change, parameter in Michaelis-Menten kinetics</li>
 +
<li>K<sub>O<sub>2</sub></sub>: Michaelis constant in rate equation for cell population change, parameter in Michaelis-Menten kinetics</li>
 +
<li>Kd<sub>plus</sub>: death rate of cellulose producing cells</li>
 +
<li>Vc: maximum rate of bacterial cellulose yield achieved by the system, parameter in Michaelis-Menten kinetics</li>
 +
                                <li>Kc: Michaelis constant in rate equation for bacterial cellulose production, parameter in Michaelis-Menten kinetics</li>
 +
                                <li>K<sub>O<sub>2</sub></sub>’: together with O(t), oxygen level, this coefficient simulates the upregulating effect of oxygen on bacterial cellulose yield.</li>
 +
<li>Kd<sub>minus</sub>: death rate of mutant (dormant) cells</li>
 +
<li>K<sub>growth</sub>: substrate consumption rate of cell population</li>
 +
<li>K<sub>BC</sub>: substrate consumption rate of bacterial cellulose production</li>
 +
 +
                               
 +
                                </ul>
 +
                            </li>
 +
                            <li>Rate Equations:
 +
                            <ul>
 +
                                <li>Rate of change of cellulose producing cells population:<img class="content-image" src="images/modelling/induction/IC14-modelling-induction-rate1.png" height="70px"></li>
 +
                                <li>Rate of change of mutant (dormant) cells production:<img class="content-image" src="images/modelling/induction/IC14-modelling-induction-rate2.png" height="70px"></li>
 +
                                <li>Rate of bacterial cellulose production:<img class="content-image image-equation" src="images/modelling/induction/IC14-modelling-induction-rate3.png" height="70px"></li>
 +
                                <li>Rate of substrate (glucose) consumption:<img class="content-image image-full" src="images/modelling/induction/IC14-modelling-induction-rate4.png"></li>
 +
                               
 +
                                </ul></li>
 +
 +
                        </ul>
 +
 +
 +
 +
 +
                    </section>
 +
                    <section id="lab">
 +
                        <h2>Lab Interaction</h2>
 +
                        <p>Model I is dedicated to provide a rough prediction of the bacterial cellulose production where the result will indicate the induction time leading to maximum bacterial cellulose yield. The induction time resulted will serve as an input for the second model.</p>
 +
                        <p>Model II is built based on the rate equations in Model I where the equations are integrated with boundary conditions obtained from the wetlab so that a more precise solution to bacterial cellulose production, substrate consumption and cell population can be presented in a realistic scale easily interpreted by the wetlab for predictions (1):
 +
</p>
 +
                     
 +
                        <img class="content-image " src="images/modelling/induction/IC14-modelling-induction-interact1.png" height="70px">
 +
                        <img class="content-image " src="images/modelling/induction/IC14-modelling-induction-interact2.png" height="70px">
 +
                        <img class="content-image " src="images/modelling/induction/IC14-modelling-induction-interact3.png" height="70px">
 +
                        <img class="content-image " src="images/modelling/induction/IC14-modelling-induction-interact4.png" height="70px">
 +
                       
 +
                        <p>Where P(t) represents the total cell population, P<sub>plus</sub>(t) is the cellulose producing cells population and K<sub>maintain</sub> is maintenance rate In model II, glucose consumption of maintaining the viable cells are taken into consideration.</p>
 +
                        <p>Experiments are set up to determine P<sub>0</sub>, P<sub>max</sub>, µ<sub>BC</sub>, µ<sub>P</sub>, P<sub>plus</sub>,0, P<sub>plus,max</sub>, µ<sub>plus</sub>, K<sub>growth</sub>, K<sub>BC</sub>, and K<sub>maintain</sub> where the parameters obtained from experimental data characterizes the strain ATCC53582 specifically. The experiments are run in parallel where measurements are taken twice daily. The measurements taken to characterize the parameters include: the dry mass of bacterial cellulose being produced, glucose (substrate) level just below the pellicle and cell concentration. The experimental data is then plotted and curve-fitting parameters are obtained to interpret the parameters specified above. The fully characterized equations are then able to inform the wetlab on bacterial cellulose production within a time period and the most efficient approach for substrate addition.</p>
 +
               
 +
                    </section>
 +
 +
                    <section id="results">
 +
                        <h2>Results and Conclusions</h2>
 +
                        <h3>Model I</h3>
 +
                        <figure class="content-image image-half">
 +
                            <img class="image-full" src="images/modelling/induction/IC14-modelling-induction-model1-1.gif">
 +
                            <figcaption>Figure 1:</figcaption>
 +
                        </figure>
 +
                        <figure class="content-image image-half">
 +
                            <img class="image-full" src="images/modelling/induction/IC14-modelling-induction-model1-2.png">
 +
                            <figcaption>Figure 2:</figcaption>
 +
                        </figure>
 +
                        <p>It can be indicated from the model that an early induction will maximize the bacterial cellulose yield. At time point 1800, the substrate (glucose) is depleted in the media.
 +
</p>
 +
                        <figure class="content-image image-half">
 +
                            <img class="image-full" src="images/modelling/induction/IC14-modelling-induction-model1-3.png">
 +
                            <figcaption>Figure 3:</figcaption>
 +
                        </figure>
 +
                      <h3>Model II</h3>
 +
                        <figure class="content-image image-half">
 +
                            <img class="image-full" src="images/modelling/induction/IC14-modelling-induction-model2-1.png">
 +
                            <figcaption>Figure 4:</figcaption>
 +
                        </figure>
 +
                        <figure class="content-image image-half">
 +
                            <img class="image-full" src="images/modelling/induction/IC14-modelling-induction-model2-2.png">
 +
                            <figcaption>Figure 5:</figcaption>
 +
                        </figure>
 +
 +
                        <figure class="content-image image-half">
 +
                            <img class="image-full" src="images/modelling/induction/IC14-modelling-induction-model1-3.png">
 +
                            <figcaption>Figure 6:</figcaption>
 +
                        </figure>
 +
                    </section>
 +
                   
 +
 +
                    <section id="references">
 +
                        <h3>References</h3>
 +
                        <ol>
 +
                            <li>M. Hornung; M. Ludwig; A.M. Gerrard; H.-P. Schmauder Optimizing the Production of Bacterial Cellulose in Surface Culture: Evaluation of Substrate Mass Transfer Influences on the Bioreaction (Part 1) Eng. Life Sci. 2006, 6, No. 6, 537–545</li>
 +
                           
 +
 +
 +
 +
 +
 +
                        </ol>
 +
                    </section>
 +
                   
 +
                    <section id="code">
 +
                        <h3>Code</h3>
 +
                   
 +
                    </section>
 +
                </div>
 +
 +
 +
 +
            </div>
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +
        </div>
</body>
</body>
</html>
</html>
{{:Team:Imperial/Templates:footer}}
{{:Team:Imperial/Templates:footer}}

Revision as of 10:24, 8 October 2014

Imperial iGEM 2014

Induction Model

Introduction

The ATCC53582 can be induced by IPTG to produce high yield of bacterial cellulose and the model is designed to evaluate specific cell performance with correspondence to each particular induction time.

The model has two parts: the first part roughly predicts the profiles for bacterial cellulose production, substrate (glucose) consumption, cellulose-producing cells population and mutant cell population at each induction time input. The model will then be able to generate a plot illustrating the induction time against cellulose yield. Based on the estimation from part one of the model, the second part of the model is able to generate a series of more detailed profiles with respect to substrate consumption, cell population and cellulose production, described in more realistic units that can be easily applied to wetlab.

Mathematical Background

Model I

  • Variables:
    • Pplus(t): population of cellulose producing cells
    • Pminus(t): population of mutant cells (dormant cells producing no bacterial cellulose)
    • BC(t): cellulose yield
    • S(t): substrate (glucose) concentration
    • O(t): oxygen level (input from pellicle model?? From oxygen diffusion profile)
  • Parameters:
    • Km: mutation rate constant from cellulose producing cells to mutant (dormant) cells
    • Vp: maximum rate of cell population change achieved by the system, parameter in Michaelis-Menten kinetics
    • Kp: Michaelis constant in rate equation for cell population change, parameter in Michaelis-Menten kinetics
    • KO2: Michaelis constant in rate equation for cell population change, parameter in Michaelis-Menten kinetics
    • Kdplus: death rate of cellulose producing cells
    • Vc: maximum rate of bacterial cellulose yield achieved by the system, parameter in Michaelis-Menten kinetics
    • Kc: Michaelis constant in rate equation for bacterial cellulose production, parameter in Michaelis-Menten kinetics
    • KO2’: together with O(t), oxygen level, this coefficient simulates the upregulating effect of oxygen on bacterial cellulose yield.
    • Kdminus: death rate of mutant (dormant) cells
    • Kgrowth: substrate consumption rate of cell population
    • KBC: substrate consumption rate of bacterial cellulose production
  • Rate Equations:
    • Rate of change of cellulose producing cells population:
    • Rate of change of mutant (dormant) cells production:
    • Rate of bacterial cellulose production:
    • Rate of substrate (glucose) consumption:

Lab Interaction

Model I is dedicated to provide a rough prediction of the bacterial cellulose production where the result will indicate the induction time leading to maximum bacterial cellulose yield. The induction time resulted will serve as an input for the second model.

Model II is built based on the rate equations in Model I where the equations are integrated with boundary conditions obtained from the wetlab so that a more precise solution to bacterial cellulose production, substrate consumption and cell population can be presented in a realistic scale easily interpreted by the wetlab for predictions (1):

Where P(t) represents the total cell population, Pplus(t) is the cellulose producing cells population and Kmaintain is maintenance rate In model II, glucose consumption of maintaining the viable cells are taken into consideration.

Experiments are set up to determine P0, Pmax, µBC, µP, Pplus,0, Pplus,max, µplus, Kgrowth, KBC, and Kmaintain where the parameters obtained from experimental data characterizes the strain ATCC53582 specifically. The experiments are run in parallel where measurements are taken twice daily. The measurements taken to characterize the parameters include: the dry mass of bacterial cellulose being produced, glucose (substrate) level just below the pellicle and cell concentration. The experimental data is then plotted and curve-fitting parameters are obtained to interpret the parameters specified above. The fully characterized equations are then able to inform the wetlab on bacterial cellulose production within a time period and the most efficient approach for substrate addition.

Results and Conclusions

Model I

Figure 1:
Figure 2:

It can be indicated from the model that an early induction will maximize the bacterial cellulose yield. At time point 1800, the substrate (glucose) is depleted in the media.

Figure 3:

Model II

Figure 4:
Figure 5:
Figure 6:

References

  1. M. Hornung; M. Ludwig; A.M. Gerrard; H.-P. Schmauder Optimizing the Production of Bacterial Cellulose in Surface Culture: Evaluation of Substrate Mass Transfer Influences on the Bioreaction (Part 1) Eng. Life Sci. 2006, 6, No. 6, 537–545

Code