Instantiation of Generic Reactions by Markus Krummenacker Q1 2015.

Slides:



Advertisements
Similar presentations
Editing Pathway/Genome Databases. SRI International Bioinformatics Pathway Tools Paradigm Separate database from user interface Navigator provides one.
Advertisements

Unbalanced Reactions by Markus Krummenacker Q
SRI International Bioinformatics Comparative Analysis Q
SRI International Bioinformatics 1 Orthology-Based Multi-PGDB Curation Tools Suzanne Paley Pathway Tools Workshop 2010.
How Cells Release Stored Energy AKA: Cellular Respiration
1 Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. PowerPoint to accompany CONCEPTS IN BIOLOGY TWELFTH EDITION.
Beta oxidation of fatty acids takes place in the mitochondrial matrix for the most part. However, fatty acids have to be activated for degradation by coenzyme.
Cellular Respiration: Harvesting Chemical Energy
Cellular Respiration 7.3 Aerobic Respiration.
The process of recharging ATP Textbook pp
Cellular Respiration AP Biology Unit 4 Metabolic Pathways Metabolism = Totality of an organism’s chemical reactions Ex. Heme Synthesis Case Studies --
Lecture 5 Microbe Metabolism.
1 Metabolism: the chemical reactions of a cell All organisms need two things with which to grow: –Raw materials (especially carbon atoms) –Energy. Types.
Cell Physiology: Metabolism Biology 211 Anatomy & Physiology 1 Dr. Tony Serino.
Key Area 1: Cellular respiration Glycolysis, Citric Acid Cycle, Electron Transport Chain Unit 2: Metabolism and Survival.
Cellular Respiration AP Biology Photosynthesis….then Photosynthesis captures the sun’s energy and converts it to glucose Cellular respiration is the.
Cellular Respiration: Harvesting Chemical Energy.
(c) The McGraw-Hill Companies, Inc.
SRI International Bioinformatics 1 Recent Developments in Pathway Tools GMOD Workshop November ‘07 Suzanne Paley Bioinformatics Research Group SRI International.
SRI International Bioinformatics 1 Advanced Editing of Pathway/Genome Databases Ron Caspi.
CHAPTER 15 Metabolism: Basic Concepts and Design.
Photosynthesis!.
The consistency Checker, or Overhauling a PGDB By Ron Caspi.
M. Saadatian Cellular respiration 1.
Energy production and catabolism. TABLE 13.1 ATP contains a base, sugar, and three phosphates. Under physiological conditions, ATP always forms a complex.
NS 315 Unit 4: Carbohydrate Metabolism Jeanette Andrade MS,RD,LDN,CDE Kaplan University.
SRI International Bioinformatics 1 Submitting pathway to MetaCyc Ron Caspi.
Chapter 7: Cellular Pathways That Harvest Chemical Energy Cellular Pathways That Harvest Chemical Energy Obtaining Energy and Electrons from GlucoseObtaining.
Week 8 Aerobic cellular respiration continued and Membrane structure.
Week 8 Aerobic cellular respiration continued and Membrane structure.
Metabolic modes of energy generation Respiration – couple substrate oxidation to the ultimate reduction of an extrinsic chemical such as O 2, DMSO, etc.
1 Metabolism: the chemical reactions of a cell All organisms need two things with which to grow: –Raw materials (especially carbon atoms) –Energy. Types.
1.Each element has a different symbol 2.The formula for a compound shows the elements in the compound 3.It also shows the ratio of the atoms of different.
SRI International Bioinformatics 1 Editing Pathway/Genome Databases Ron Caspi.
Now let us see what you have learned thus far! Recall cellular respiration is… a series of controlled biochemical reactions involved in the conversion.
Chapter 7 Glycolysis and the Citric Acid Cycle. You Must Know  NAD+ and NADH  The role of glycolysis in oxidizing glucose to two molecules of pyruvate.
SRI International Bioinformatics 1 Pathway Tools Features Available Only in the Desktop Version PathoLogic.
NS 315 Unit 4: Carbohydrate Metabolism Jeanette Andrade MS,RD,LDN,CDE Kaplan University.
Recent Developments and Future Directions in Pathway Tools Peter D. Karp SRI International.
Pathways that Harvest and Store Chemical Energy
Cell Metabolism. BIG PICTURE BIG PICTURE The sun provides the energy that powers all life The sun provides the energy that powers all life Animals depend.
Dead-End Metabolites by Markus Krummenacker Q
by Markus Krummenacker June 2011
Beta Oxidation of Fatty Acids PROF. S. KAJUNA
Bell Work Complete Bell Work Sheet
The Pathway Tools Schema
How to Administer a PGDB
Chapter 5: Cellular Respiration:
Acyl-coa oxidase In enzymology, an acyl-CoA oxidase (EC ) is an enzyme that catalyzes the chemical reaction acyl-CoA + O2↔ trans-2, 3-dehydroacyl-CoA.
Higher Biology Cellular Respiration Mr G R Davidson.
Cell Physiology: Metabolism
Chapter 7 Glycolysis.
Reachability Analysis Bioinformatics Research Group
Dead-End Metabolites by Markus Krummenacker Q
by Markus Krummenacker June 2011
Electron Transport and Chemiosmosis
Reachability Analysis Bioinformatics Research Group
Dead-End Metabolites by Markus Krummenacker Q
Chapter 6 Lecture Outline See PowerPoint Image Slides
Dead-End Metabolites by Markus Krummenacker Q
Instantiation of Generic Reactions
Instantiation of Generic Reactions
Instantiation of Generic Reactions
by Markus Krummenacker Q4 2011
Reachability Analysis
Unbalanced Reactions by Markus Krummenacker Q
Presentation transcript:

Instantiation of Generic Reactions by Markus Krummenacker Q1 2015

Generic Reactions Some enzymes have broad substrate specificity Therefore, many EC reactions are formulated as generic reactions, with some compound classes as substrates. Often, the full specificity range is unknown. A generic reaction is a more compact representation than listing every instance reaction explicitly BioCyc PGDBs have many generic reactions Examples: : NAD(P)+ + D-gluconate = NAD(P)H + 5-dehydro-D-gluconate + H : a 2,3,4-saturated fatty acyl CoA + FAD -> FADH2 + a 2,3-dehydroacyl-CoA

Problem with FBA The reaction network in FBA models is formulated in terms of specific compound instances Problem: disconnect between class and instance frames Example (to eventually produce cardiolipin): 1.D-glyceraldehyde-3-phosphate + phosphate + NAD+ -> 1,3-bisphospho-D-glycerate + H+ + NADH 2.dihydroxyacetonephosphate + NAD(P)H + H+ -> sn-glycerol-3-phosphate + NAD(P)+ Remedy: automatically generate instance-based versions from a generic reaction Runs as a preprocessing step. Instance reactions are not saved to the PGDB.

Cases of Generic Reactions Individual generic reactions: can be part of pathways or be standalone. The most common case. Polymerization pathways: a series of reactions needs instantiation for several cycles. Single polymerization reactions: like glycogen metabolism. Not handled currently. The success rate of instantiation depends on how thoroughly a PGDB was curated. There are still many generic reactions for which this does not work well.

Instantiation Algorithm Generic reaction: |Xs| + H2O = |Ys| |Xs| is a class with instances X1 X2 X3 |Ys| is a class with instances Y1 Y2 Instantiation code tries to pair all instances on LEFT and RIGHT sides with each other, substituting for the class, leading to temporary reactions like: X1 + H2O = Y1 X2 + H2O = Y1 X1 + H2O = Y2 etc. Test whether for a given instance in |Xs|, there is only 1 instance in |Ys| that leads to a mass-balanced reaction equation. If yes, create the instance-based reaction on the fly. (No chemical structure matching yet.) If an existing reaction frame for the instance based reaction can be found, it is used instead of the instantiation.

Requirements Reactions have to be fully mass balanced Compound instances need to be created, with structures Compound structures need pH7.3 protonation Compound instances have to be correctly classified under the classes used in generic reactions – Right-click command Edit->Compound Editor Multiple instances with identical chemical formula will be ambiguous

Practical Example Right-click command “Show reaction’s instantiations in terminal” – EC# – GLUCONATE-5-DEHYDROGENASE-RXN : NAD(P)+ + D-gluconate = NAD(P)H + 5-dehydro-D- gluconate + H+ [balanced] – successes: – NADP+ + D-gluconate = NADPH + 5-dehydro-D-gluconate + H+ – NAD+ + D-gluconate = NADH + 5-dehydro-D-gluconate + H+ – failures: – non-unique-balanced-instantiations (cannot decide which of several instantiations is correct): – success vs. failures vs. non-unique-balanced-instantiations: 2 / 0 / 0

Debugging of Pathways Right-click command “Show pathway’s instantiated reactions in terminal” Conveniently shows results for all reactions Debugging: If lots of problems, it helps to put a compound into the biomass that occurs early in pathway, to see if this at least can be produced Example pathways to instantiate: – proline biosynthesis I – L-idonate degradation

Special ETR Instantiation Electron Transfer Reactions (ETRs) refer to quinone classes, usually. Different isoprenoid tail lengths exist in various organisms. Uses NCBI taxonomy for selection of tail length. B. subtilis uses menaquinone-7 Default instantiation is ubiquinone-8 and menaquinone-8

Special Compartments Instantiation Schema change in BioCyc 15.0 regarding representing compartments of reactions Now, 1 reaction can be assigned to multiple compartments. FBA makes compartment-specific instantiated reactions to differentiate between the compartments

Syntax of Instantiation IDs Every instantiated reaction gets assigned a unique ID Visible in.sol file Constructed from the generic reaction and the IDs of the instance compounds on the left and right Format: GEN-RXN-ID-L1/L2//R1/R2.suffix-len. Non-default compartments: – GEN-RXN-ID[CCO-PERI-BAC]-L1/etc….

Polymerization Pathways Cyclic pathways of generic reactions

Polymerization Pathway Instantiation A series of instantiated reactions is needed to reach a product of a certain length Run cycle for 8 iterations (hard-coded, for now) Structures of class compounds have R groups The hallmark of a polymerization pathway is that 1 reaction, the polymerization step, is unbalanced. For now, the chemical formula of the misbalance is determined, which stands for the monomer unit. (No structural information is used, yet.) Appropriate instance compounds are searched by replacing the R groups with an integral multiple of the misbalance Still a bit experimental.

Instantiated reactions in.sol In the.sol file, instantiated reactions are listed in full detail, in the reactions sections In the.dat file, to be used for the Cellular Overview, fluxes of instantiated reactions are all combined into a value for the base generic reaction, because the Cellular Overview can only show the latter.