flux balance analysis gapless metabolic reconstruction
play

Flux Balance Analysis Gapless metabolic reconstruction Esa Pitk - PowerPoint PPT Presentation

Flux Balance Analysis Gapless metabolic reconstruction Esa Pitk anen 27.3.2009 Metabolic Modeling, spring 2009 MBI Programme Department of Computer Science University of Helsinki FBA and gapless reconstruction p. 1/48 Topics today


  1. Flux Balance Analysis Gapless metabolic reconstruction Esa Pitk¨ anen 27.3.2009 Metabolic Modeling, spring 2009 MBI Programme Department of Computer Science University of Helsinki FBA and gapless reconstruction – p. 1/48

  2. Topics today Metabolic reconstruction (revisited) In silico validation of reconstructed models Flux Balance Analysis (FBA) Gapless metabolic reconstruction FBA and gapless reconstruction – p. 2/48

  3. Goals of this lecture Introduce two methods for metabolic network analysis FBA (established) Gapless reconstruction (recent work) Discuss (integer) linear programming (on a brief level only) Discuss some of the many challenges of metabolic modeling Is it possible to achieve useful results with simple models such as stoichiometric models FBA and gapless reconstruction – p. 3/48

  4. Metabolic reconstruction (revisited) FBA and gapless reconstruction – p. 4/48

  5. Reconstruction process FBA and gapless reconstruction – p. 5/48

  6. In silico validation of metabolic mod- els Reconstructed genome-scale metabolic networks are very large: hundreds or thousands of reactions and metabolites Manual curation is often necessary Amount of manual work needed can be reduced with computational methods Aims to provide a good basis for further analysis and experiments Does not remove the need for experimental verification FBA and gapless reconstruction – p. 6/48

  7. Flux Balance Analysis: preliminaries Recall that in a steady state, metabolite concentrations are constant over time, r dX i � dt = s ij v j = 0 , for i = 1 , . . . , n, j =1 and that a stoichiometric model is given by S = [ S II S IE ] where S II describes internal metabolites - internal reactions, and S IE internal metabolites - exchange reactions. FBA and gapless reconstruction – p. 7/48

  8. Flux Balance Analysis (FBA) FBA is a framework for investigating the theoretical capabilities of a stoichiometric metabolic model S Analysis is constrained by 1. Steady state assumption S v = 0 2. Thermodynamic constraints: (ir)reversibility of reactions 3. Limited reaction rates of enzymes: V min ≤ v ≤ V max Note that constraints (2) can be included in V min and V max . FBA and gapless reconstruction – p. 8/48

  9. Flux Balance Analysis (FBA) In FBA, we are interested in determining the theoretical maximum (minimum) yield of some metabolite, given model For instance, we may be interested in finding how efficiently yeast is able to convert sugar into ethanol Figure: glycolysis in KEGG FBA and gapless reconstruction – p. 9/48

  10. Flux Balance Analysis (FBA) FBA has applications both in metabolic engineering and metabolic reconstruction Metabolic engineering: find out possible reactions (pathways) to insert or delete Metabolic reconstruction: validate the reconstruction given observed metabolic phenotype FBA and gapless reconstruction – p. 10/48

  11. Formulating an FBA problem We formulate an FBA problem by specifying parameters c in the optimization function Z , r � Z = c i v i . i =1 Examples: Set c i = 1 if reaction i produces “target” metabolite, and c i = 0 otherwise Growth function: maximize production of biomass constituents Energy: maximize ATP (net) production FBA and gapless reconstruction – p. 11/48

  12. Solving an FBA problem Given a model S , we then seek to find the maximum of Z while respecting the FBA constraints, r � max Z = max c i v i (1) such that v v i =1 S v = 0 (2) V min ≤ v ≤ V max (3) (We could also replace max with min .) This is a linear program , having a linear objective function and linear constraints FBA and gapless reconstruction – p. 12/48

  13. Solving a linear program General linear program formulation: � max c i x i such that x i i Ax ≤ b Algorithms: simplex (worst-case exponential time), interior point methods (polynomial) Matlab solver: linprog (Statistical Toolbox) Many solvers around, efficiency with (very) large models varies FBA and gapless reconstruction – p. 13/48

  14. Linear programs Linear constraints define a convex polyhedron ( feasible region ) If the feasible region is empty, the problem is infeasible . Unbounded feasible region (in direction of objective function): no optimal solution Given a linear objective func- tion, where can you find the maximum value? FBA and gapless reconstruction – p. 14/48

  15. Flux Balance Analysis: example r3 R5P r4 X5P r9 r10 NADPP NADPH r1 6PG bG6P 6PGL r2 r5 r7 r8 aG6P r6 bF6P H2O Let’s take the course’s running example... Unconstrained uptake (exchange) reactions for NADP + ( r 10 ), NADPH and H 2 O (not drawn) Constrained uptake for α G6P, 0 ≤ v 8 ≤ 1 Objective: production of X5P ( v 9 ) c = (0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 1 , 0 , 0 , 0) FBA and gapless reconstruction – p. 15/48

  16. Flux Balance Analysis: example r3 R5P r4 X5P r9 r10 NADPP NADPH r1 6PG bG6P 6PGL r2 r5 r7 r8 aG6P r6 bF6P H2O r 1 r 2 r 3 r 4 r 5 r 6 r 7 r 8 r 9 r 10 r 11 r 12 β G6P -1 0 0 0 1 0 -1 0 0 0 0 0 α G6P 0 0 0 0 -1 -1 0 1 0 0 0 0 β F6P 0 0 0 0 0 1 1 0 0 0 0 0 6PGL 1 -1 0 0 0 0 0 0 0 0 0 0 6PG 0 1 -1 0 0 0 0 0 0 0 0 0 R5P 0 0 1 -1 0 0 0 0 0 0 0 0 X5P 0 0 0 1 0 0 0 0 -1 0 0 0 NADP + -1 0 -1 0 0 0 0 0 0 1 0 0 NADPH 1 0 1 0 0 0 0 0 0 0 1 0 FBA and gapless reconstruction – p. 16/48 H 2 O 0 -1 0 0 0 0 0 0 0 0 0 1

  17. Flux Balance Analysis: example Solve the linear program r � max c i v i = max v 9 subject to v i r � = 0 for all j = 1 , . . . , 10 s ij v i i =1 0 ≤ v 8 ≤ 1 Hint: Matlab’s linprog offers nice convenience functions for specifying equality constraints and bounds FBA and gapless reconstruction – p. 17/48

  18. Flux Balance Analysis: example r3 1.00 R5P r4 1.00 X5P r9 1.00 r10 2.00 NADPP NADPH r1 1.00 6PG bG6P 6PGL r2 1.00 r5 0.57 r7 -0.43 r8 1.00 aG6P r6 0.43 bF6P H2O Figure gives one possible solution (flux assignment v ) Reaction r 7 (red) operates in backward direction Uptake of NADP + v 10 = 2 v 8 = 2 How many solutions (different flux assignments) are there for this problem? FBA and gapless reconstruction – p. 18/48

  19. FBA validation of a reconstruction Check if it is possible to produce metabolites that the organism is known to produce Maximize production of each such metabolite at time Make sure max. production is above zero To check biomass production (growth), add a reaction to the model with stoichiometry corresponding to biomass composition FBA and gapless reconstruction – p. 19/48

  20. FBA validation of a reconstruction If a maximum yield of some metabolite is lower than measured → missing pathway Iterative process: find metabolite that cannot be produced, fix the problem by changing the model, try again r3 0.00 R5P r4 0.00 X5P r9 0.00 6PGL r2 0.00 6PG NADPP r1 0.00 H2O r5 0.00 bG6P NADPH r7 0.00 r8 0.00 aG6P r6 0.00 bF6P r3 1.00 R5P r4 1.00 X5P r9 1.00 r10 2.00 NADPP NADPH r1 1.00 6PG bG6P 6PGL r2 1.00 r5 0.57 r7 -0.43 r8 1.00 aG6P r6 0.43 bF6P H2O FBA and gapless reconstruction – p. 20/48

  21. FBA validation of a reconstruction FBA gives the maximum flux given stoichiometry only, i.e., not constrained by regulation or kinetics In particular, assignment of internal fluxes on alternative pathways can be arbitrary (of course subject to problem constraints) r3 1.00 R5P r4 1.00 X5P r9 1.00 r10 2.00 NADPP NADPH r1 1.00 6PG bG6P 6PGL r2 1.00 r5 0.57 r7 -0.43 r8 1.00 aG6P r6 0.43 bF6P H2O r3 1.00 R5P r4 1.00 X5P r9 1.00 r10 2.00 NADPP NADPH r1 1.00 6PG bG6P 6PGL r2 1.00 r5 0.00 r7 -1.00 r8 1.00 aG6P r6 1.00 bF6P FBA and gapless reconstruction – p. 21/48 H2O

  22. Gapless metabolic reconstruction Motivation: Current workflows choose “good” reactions by sequence evidence, fix problems later manually or automatically FBA and gapless reconstruction – p. 22/48

  23. What is a (reaction) gap? A reaction in the metabolic network that “should be there” but is not Sequencing failure Correct ortholog not found Correct ortholog found but misannotated Correct reaction not in metabolic database(s) (previously unknown function) In the prediction context, a gap is a false negative prediction FBA and gapless reconstruction – p. 23/48

  24. Gaps in metabolic models Central metabolism usually well covered (well conserved!) Glycolysis TCA cycle Pentose phosphate pathway Amino acid pathways Lots of problems with other parts even in commonly used models FBA and gapless reconstruction – p. 24/48

  25. Why bother with gaps? Gaps cause problems with both qualitative and quantitive analyses Consider FBA for example A single reaction gap can block flux through multiple reactions Particularly problematic with branching pathways Ultimately, gaps can lead into false predictions, leading in the worst case to unnecessary experiments (Same applies to false positives , i.e., extra reactions) FBA and gapless reconstruction – p. 25/48

  26. Effect of gaps Red: gap, Orange: cannot carry flux, Green: can carry flux r3 R5P r4 X5P r9 r10 NADPP NADPH r1 6PG bG6P 6PGL r2 r5 r7 r8 aG6P r6 bF6P H2O r3 R5P r4 X5P r9 r10 NADPP NADPH r1 6PG bG6P 6PGL r2 r5 r7 r8 aG6P r6 bF6P H2O r3 R5P r4 X5P r9 r10 NADPP NADPH r1 6PG bG6P 6PGL r2 r5 r7 r8 aG6P r6 bF6P FBA and gapless reconstruction – p. 26/48

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend