Difference between revisions of "Team:Calgary/Model"

Line 115: Line 115:
  
 
<h2> Flux Balance Analysis </h2>
 
<h2> Flux Balance Analysis </h2>
<p> FBA is a mathematical method for simulating metabolism by calculating steady-state metabolic fluxes for large metabolic networks. The modelling subgroup deemed that flux balance analysis will help us find an optimal pathway for maximizing production of PHB in <i>E. coli </i> BL21 (DE3) after inserting our <a src=”https://2017.igem.org/Team:Calgary/Composite_Part”>genetic construct</a>. </p>
+
<p> FBA is a mathematical method for simulating metabolism by calculating steady-state metabolic fluxes for large metabolic networks. The modelling subgroup deemed that flux balance analysis will help us find an optimal pathway for maximizing production of PHB in <i>E. coli </i> BL21 (DE3) after inserting our <a href=”https://2017.igem.org/Team:Calgary/Composite_Part”>genetic construct</a>. MATLAB has Cobra toolbox that is used for flux balance analysis and visualization of metabolic networks. Thus, the modelling subgroup installed the toolbox and searched for models that contained <i>E. coli’s</i> reactions/metabolic networks. We found that the <i>E. coli</i> <a href=”http://gcrg.ucsd.edu/Downloads/EcoliCore”>core model</a> contained pathways and reactions of our interest. We decided to use this model as a proof of concept because it was not possible to visualize the <a href=”http://bigg.ucsd.edu/models/iECD_1391”<i>E. coli</i> BL21 (DE3)</p> model</a> and required was computationally expensive due to the presence of large number of reactions (edges) and metabolites (nodes). </p>
  
<p> The first step for FBA analysis was to insert the genes that utilize products of <a src=”https://2017.igem.org/Team:Calgary/Glycolysis”>glycolysis</a> pathway (<a src=”http://parts.igem.org/Part:BBa_K2260000”>phaC, phaB, and phaA</a>) and <a src=”https://2017.igem.org/Team:Calgary/BetaOxidation”>beta-oxidation</a> pathway (<a src=”http://parts.igem.org/Part:BBa_K2260001”>phaC1, phaJ4</a>) into the <i>E. coli</i> <a src=”http://gcrg.ucsd.edu/Downloads/EcoliCore”>core model</a>. </p>
+
<p> The first step for FBA analysis was to insert the genes that utilize products of <a href=”https://2017.igem.org/Team:Calgary/Glycolysis”>glycolysis</a> pathway (<a href=”http://parts.igem.org/Part:BBa_K2260000”>phaC, phaB, and phaA</a>) and <a href=”https://2017.igem.org/Team:Calgary/BetaOxidation”>beta-oxidation</a> pathway (<a href=”http://parts.igem.org/Part:BBa_K2260001”>phaC1, phaJ4</a>) into the <i>E. coli</i> <a href=”http://gcrg.ucsd.edu/Downloads/EcoliCore”>core model</a>. The team was able to add the phaCBA genes into the core model.</p>
  
 
</html>
 
</html>

Revision as of 05:49, 1 November 2017

Header

Modelling

Overview

The goal of the modelling component of our project was to find optimal pathway for maximizing production of PHB in E. coli. Furthermore, the model will be used to simulate the reactions that occur in the bacteria after it is transformed with our construct. After a detailed analysis and discussion with experts, the team decided to pursue flux balance analysis (FBA) and kinetic modelling.

Analysis of various modelling methods

The modelling subgroup carefully considered a number of possible modelling topics for our project. We looked into the pros and cons of each model. We also analyzed the usage of the models by previous iGEM teams and in literature. In order to decide over a topic we graded each of the models based on their impact on our project, integration with lab experiments, risks, and availability of resources. The following is a list of our analysis of each of the modelling topics considered:

Modelling Method: Flux balance analysis (FBA)

Questions addressed by model

  • Can use maximization of PHB production as an objective function and determine the optimal steady-state flux distribution, then compare to what we observe in the lab.
  • Can potentially compare PHB production between unmodified E. coli and E. coli after genetic modifications
  • Explore the capabilities and limitations of biochemical networks
  • Analysis of metabolic network robustness (Raman et al., 2009)
  • Analysis of Genome-scale metabolic models

Pros

  • Does not require kinetic parameters and can be computed fairly quickly for large networks (Orth et al., 2009).
  • Proof of concept that our genetic modifications maximize PHB production from human feces
  • Can compare model predictions (maximum theoretical yield) to experimental data and potentially troubleshoot the system.

Cons

  • The accuracy of the FBA prediction largely depends on the accurate definition of the metabolic network, the various constraints and definition of biologically relevant objective functions.
  • May not always be accurate because does not account for regulatory effects (activation of enzymes by protein kinases or regulation of gene expression) (Orth et al., 2009).

Modelling Method: Reaction kinetics of pathways for synthesis of PHB

Questions addressed by model

  • Determine the rate limiting step in the pathway (and implement solutions to improve the rate of that step)
  • Can potentially provide insight into the impact of gene order

Pros

  • Relatively easy to translate metabolic network to mathematical terms (Schallau et al., 2010)
  • Can be integrated with the project’s experimental data and used to reiterate model and lab experiments.

Cons

  • Difficult to find parameters for many reactions in the pathway.
  • When analyzing multiple pathways that interact with each other, we may have to assume constant reaction rates for simplicity.

Modelling Method: Steady state mass balance to predict amount of PHB

Questions addressed by model

  • Helpful for cost analysis of PHB production
  • Identify the least efficient parts of the process (in terms of conversion)
  • Can be combined with cost analysis to figure out the areas of the process, which can be modified to improve PHB production while adding the least cost.
  • Evaluate how much PHB will be produced depending on plant capacity (also combined with cost analysis to suggest the optimal scale at which PHB production is most feasible)

Pros

Cons

  • Cannot be integrated with experimental data.

Modelling Method: Translational kinetics to predict effect of codon optimization

Different bacteria have different tRNAs that are abundant in their cells. When genes from other species of bacteria are expressed in E. coli, they may have a very inefficient translation efficiency if the available tRNA pools are very different. The impact of the difference can be calculated using tAI (tRNA adaptation index) (Han et al., 2010). The tAI for a gene is a measure of the availability of the tRNAs that serve each codon in the gene (Han et al., 2010). Synonymous codon substitutions can affect translational kinetics, which subsequently affects the final protein structure and function (RegulonDB).

Pros

  • Determine increase in translation efficiency after codon optimization.
  • Determine effect of synonymous codon substitutions on protein folding (synthesis enzymes or membrane proteins involved in secretion).
  • Further optimize sequence to take into account secondary binding structures etc to optimize mRNA translational efficiency.

Cons

  • Cannot be integrated with experimental data.
  • Molecular Dynamics Simulations can be used to model protein folding.
  • Many unknown parameters involved.

Flux Balance Analysis

FBA is a mathematical method for simulating metabolism by calculating steady-state metabolic fluxes for large metabolic networks. The modelling subgroup deemed that flux balance analysis will help us find an optimal pathway for maximizing production of PHB in E. coli BL21 (DE3) after inserting our genetic construct. MATLAB has Cobra toolbox that is used for flux balance analysis and visualization of metabolic networks. Thus, the modelling subgroup installed the toolbox and searched for models that contained E. coli’s reactions/metabolic networks. We found that the E. coli core model contained pathways and reactions of our interest. We decided to use this model as a proof of concept because it was not possible to visualize the E. coli BL21 (DE3)

model and required was computationally expensive due to the presence of large number of reactions (edges) and metabolites (nodes).

The first step for FBA analysis was to insert the genes that utilize products of glycolysis pathway (phaC, phaB, and phaA) and beta-oxidation pathway (phaC1, phaJ4) into the E. coli core model. The team was able to add the phaCBA genes into the core model.

Works Cited

Raman, K., and N. Chandra. "Flux Balance Analysis Of Biological Systems: Applications And Challenges". Briefings in Bioinformatics 10.4 (2009): 435-449. Web.

Orth, Jeffrey D, Ines Thiele, and Bernhard Ø Palsson. "What Is Flux Balance Analysis?". Nature Biotechnology 28.3 (2010): 245-248. Web.

Schallau, K., Junker, B. “Simulating Plant Metabolic Pathways with Enzyme-Kinetic Models”. Plant Physiology Vol.152 (2010): 1763-1771. Web.

Han N. Lim1, Yeong Lee, and Razika Hussein. “Fundamental relationship between operon organization and gene expression”. Proceedings of the National Academy of Sciences of the United States Vol. 108 (2011): 10626-10631. Web.

RegulonDB version 9.0: high-level integration of gene regulation, coexpression, motif clustering and beyond. Gama-Castro S, Salgado H, Santos-Zavaleta A, Ledezma-Tejeida D, Muñiz-Rascado L, García-Sotelo JS, Alquicira-Hernández K, Martínez-Flores I, Pannier L, Castro-Mondragón JA, Medina-Rivera A, Solano-Lira H, Bonavides-Martínez C, Pérez-Rueda E, Alquicira-Hernández S, Porrón-Sotelo L, López-Fuentes A, Hernández-Koutoucheva A, Moral-Chávez VD, Rinaldi F, Collado-Vides J. Nucleic Acids Res. 2016 Jan 4;44(D1):D133-43. doi: 10.1093/nar/gkv1156. Epub 2015 Nov 2.