Merging and semantics of biochemical models

Size: px
Start display at page:

Download "Merging and semantics of biochemical models"

Transcription

1 Merging and semantics of biochemical models Wolfram Liebermeister Institut für Biochemie, Charite Universitätsmedizin Berlin

2 Bottom up Vision 1: Join existing kinetic models

3 Bottom up Vision 1: Join existing kinetic models Top down Vision 2: Translate large metabolic networks into kinetic models

4 Bottom up

5 Playing Model composition with biochemical models? Model 1 Model 2 Model 3

6 Playing Model composition with biochemical models? Model 1 Model 2 Model 3 Model merging

7 The mother of all nice attempts

8 Your models deserve more than that Most of the published quantitative models in biology are lost for the community because they are either not made available or they are insufficiently characterized to allow them to be reused. Le Novere et al, (2005)

9 <do you speak SBML?/> One exchange format over 200 tools that understand each other <?xml version="1.0" encoding="utf-8"?> <sbml xmlns=" level="2" version="3"> <model id="model" name="model"> <listofcompartments> <compartment id="c" name="c" size="1"/> <compartment id="ext" name="ext" size="1"/> </listofcompartments> <listofspecies> <species id="c00022_c" name="pyruvate" compartment="c"> </species>... <reaction id="reaction_8"> <listofreactants> <speciesreference species="c00022_c" stoichiometry="0.03"/>... <speciesreference species="o2_c" stoichiometry="0.01"/> </listofreactants> <listofproducts> <speciesreference species="c00008_c" stoichiometry="0.81"/>... </listofproducts> <listofmodifiers> <modifierspeciesreference species="enzyme_reaction_8_c"/> </listofmodifiers> </reaction> </listofreactions> </model> </sbml> SBML main site

10 <do you speak SBML?/> One exchange format over 200 tools that understand each other <?xml version="1.0" encoding="utf-8"?> <sbml xmlns=" level="2" version="3"> <model id="model" name="model"> <listofcompartments> <compartment id="c" name="c" size="1"/> <compartment id="ext" name="ext" size="1"/> </listofcompartments> <listofspecies> <species id="c00022_c" name="pyruvate" compartment="c"> </species>... <reaction id="reaction_8"> <listofreactants> <speciesreference species="c00022_c" stoichiometry="0.03"/>... <speciesreference species="o2_c" stoichiometry="0.01"/> </listofreactants> <listofproducts> <speciesreference species="c00008_c" stoichiometry="0.81"/>... </listofproducts> <listofmodifiers> <modifierspeciesreference species="enzyme_reaction_8_c"/> </listofmodifiers> </reaction> </listofreactions> </model> </sbml> SBML main site Database of curated annotated models JWS online: database of curated models Systems biology ontology

11 Identifying corresponding model elements? Metabolic Control Analysis of Glycerol Synthesis in Saccharomyces cerevisiae Garth R. Cronwright et al (2002) Can yeast glycolysis be understood in terms of in vitro kinetiocs? Testing biochemistry. Bas Teusink, et al. Eur. J. Biochem ,

12 Semantic annotations in SBML models SBO term Species called enzyme_r00001 represents an enzyme <species id="enzyme_r00001" sboterm="sbo: "/>

13 Semantic annotations in SBML models Species called enzyme_r00001 represents an enzyme SBO term MIRIAM annotation <species id="enzyme_r00001" sboterm="sbo: "/> Species called ATP represents KEGG C06262 (ATP) <species metaid=".." id="atp" name="atp concentration" compartment="cytosol"> <annotation> <rdf:rdf xmlns:rdf=" xmlns:bqbiol= xmlns:bqmodel=" <rdf:description rdf:about="#metaid_ "> <bqbiol:is> <rdf:bag> <rdf:li rdf:resource="urn:miriam:obo.chebi:chebi%3a15422"/> <rdf:li rdf:resource="urn:miriam:kegg.compound:c00002"/> </rdf:bag> </bqbiol:is> </rdf:description> </rdf:rdf> </annotation>... </species> Species Qualifier Database Identifier "A simple scheme for annotating SBML with references to controlled vocabularies and database entries" Le Novere and Finney, 2005

14 How can HowI can annotate I annotate my models my model? and data? Falko Krause, Humboldt-Universität Berlin

15 Annotation vectors allow to cluster models and biological concepts Concepts (LibSBAnnotation) Models (BioModels) Retrieval, alignment, and clustering of computational models based on semantic annotations. Schulz M., Krause F., Le Novère N., Klipp E., Liebermeister W.(2011) Molecular Systems Biology 7, Article number: 512.

16 Similarity scores for biochemical concepts libsbannotation joins biochemical ontologies... and provides similarity measures for biological concepts (substances, reactions...) Retrieval, alignment, and clustering of computational models based on semantic annotations. Schulz M., Krause F., Le Novère N., Klipp E., Liebermeister W.(2011) Molecular Systems Biology 7, Article number:

17 Elements similarity scores help to align models Hornberg et al., 2005 (BioModel 84) Retrieval, alignment, and clustering of computational models based on semantic annotations. Schulz M., Krause F., Le Novère N., Klipp E., Liebermeister W.(2011) Molecular Systems Biology 7, Article number: 512. Huang and Ferrell, 1996 (BioModel 9).

18 Model similarities: a BLAST for systems biology models Similarity scores are based on MIRIAM-compliant element annotations and libsbannotation ontology Retrieval, alignment, and clustering of computational models based on semantic annotations. Schulz M., Krause F., Le Novère N., Klipp E., Liebermeister W.(2011) Molecular Systems Biology 7, Article number:

19 Model merging and model validity

20 PlayingModel merging: with biochemical models? simple recipe A A v1 V1 B v2 B b + = v1 C V2 c C V3 v2 d D

21 PlayingModel merging: with biochemical models? simple recipe A A v1 V1 B v2 B b + = v1 C V2 c C V3 v2 d D Elements are characterised by: Name "How do you call it?" (need not be compatible between models) Semantics ("annotation") "What does it mean?" (used for matching) Statements: Additional information "What is stated?" (conflicts between models? choose!) (e.g., URN, position in graphics etc)

22 Why models may not fit semantically 1. Independent: completely different quantities, no constraints, no conflict ATP concentration ADP concentration

23 Why models may not fit semantically 1. Independent: completely different quantities, no constraints, no conflict ATP concentration ADP concentration 2. Identical: statement conflict possible; choose between statements ATP concentration ATP concentration

24 Why models may not fit semantically 1. Independent: completely different quantities, no constraints, no conflict ATP concentration ADP concentration 2. Identical: statement conflict possible; choose between statements ATP concentration ATP concentration 3. Interconvertible: need to be converted in advance (afterwards, see identical ) ATP concentration [mm] ATP concentration [M] ATP concentration ATP amount

25 Why models may not fit semantically 1. Independent: completely different quantities, no constraints, no conflict ATP concentration ADP concentration 2. Identical: statement conflict possible; choose between statements ATP concentration ATP concentration 3. Interconvertible: need to be converted in advance (afterwards, see identical ) ATP concentration [mm] ATP concentration [M] ATP concentration ATP amount 4. Semantic overlap: uncontrollable conflicts; automatic merging impossible lumped reaction individual reaction steps ribosome concentration total RNA concentration Semantic relations and conflicts

26 Why models may not fit semantically 1. Independent: completely different quantities, no constraints, no conflict ATP concentration ADP concentration 2. Identical: statement conflict possible; choose between statements ATP concentration ATP concentration 3. Interconvertible: need to be converted in advance (afterwards, see identical ) ATP concentration [mm] ATP concentration [M] ATP concentration ATP amount 4. Semantic overlap: uncontrollable conflicts; automatic merging impossible lumped reaction individual reaction steps ribosome concentration total RNA concentration

27 How How cancan I merge I annotate my SBML my model? models? Falko Krause, Humboldt-Universität Berlin

28 Top down: From metabolic networks to kinetic models

29 Biochemical pathways wall chart

30 Modelling formalisms for biochemical systems Kinetic models A B enzyme concentration C Constraint-based models (e.g., flux balance analysis) enzyme stoichiometry reaction rate parameters Metabolic control theory Systemic effect: flux or concentration Thermodynamic knowledge Slope at standard state = control coefficient Response curve Local cause: e.g., single enzyme level

31 Problems in building large kinetic models 1. Kinetic laws are often unknown Use simple yet plausible standard rate laws

32 Problems in building large kinetic models 1. Kinetic laws are often unknown Use simple yet plausible standard rate laws 2. Models should obey the laws of thermodynamics Be aware of relevant constraints Use independent parameters in fitting, sampling, optimisation etc

33 Problems in building large kinetic models 1. Kinetic laws are often unknown Use simple yet plausible standard rate laws 2. Models should obey the laws of thermodynamics Be aware of relevant constraints Use independent parameters in fitting, sampling, optimisation etc 3. Parameters show variation and may be uncertain Describe parameters by probability distributions Infer probabilistic statements about model outputs, dynamics etc

34 Problems in building large kinetic models 1. Kinetic laws are often unknown Use simple yet plausible standard rate laws 2. Models should obey the laws of thermodynamics Be aware of relevant constraints Use independent parameters in fitting, sampling, optimisation etc 3. Parameters show variation and may be uncertain Describe parameters by probability distributions Infer probabilistic statements about model outputs, dynamics etc 4. Data may not suffice to determine the parameters Use prior distributions and Bayesian statistics for estimation

35 Problems in building large kinetic models 1. Kinetic laws are often unknown Use simple yet plausible standard rate laws 2. Models should obey the laws of thermodynamics Be aware of relevant constraints Use independent parameters in fitting, sampling, optimisation etc 3. Parameters show variation and may be uncertain Describe parameters by probability distributions Infer probabilistic statements about model outputs, dynamics etc 4. Data may not suffice to determine the parameters Use prior distributions and Bayesian statistics for estimation 5. Parameter estimation in large models is expensive Use direct sampling methods that avoid steady-state calculation

36 Thermodynamic constraints

37 Inserting kinetic constants into models Kinetic constants in convenience kinetics Substrate A KM Kcat +/- Reaction x Substrate B KM KM KI Enzyme X Inhibitor I Product C

38 What if kinetic constants do not fit? Kinetic constants in convenience kinetics Substrate A KM Kcat +/- Reaction x Substrate B KM Product C KM KI Enzyme X Substrate A G(0) Substrate B Inhibitor I KM Reaction x K KM M (0) G KI Enzyme X Inhibitor I Product C G(0)

39 Dependence schemes for kinetic constants Kinetic constants in convenience kinetics Substrate A KM Kcat +/- Reaction x Substrate B KM Product C Full dependent set of kinetic constants KM KI Enzyme X Substrate A G(0) Substrate B Choosing the kinetic constants Inhibitor I KM Reaction x K KM M (0) G Product C G(0) Independent parameters for entire model KI Enzyme X Inhibitor I Liebermeister W. and Klipp E. (2006), Theoretical Biology and Medical Modelling 3:42

40 Parameter balancing Convenience kinetics A C B enzyme Thermodynamic balancing Thermodynamic Kinetic Independent parameters

41 Parameter balancing Modelling workflow Convenience kinetics Reaction list A C Structure model MetNetDB B enzyme Kinetic constants (data) Thermodynamic balancing Kinetic constants (balanced) Thermodynamic Kinetic Independent parameters Dynamic model (prior version) Liebermeister and Klipp, Theor. Biol. Med. Mod. (2006) Borger, Uhlendorf, Helbig, and Liebermeister, In silico Biology (2007) Liebermeister, Uhlendorf, Klipp (Bioinformatics, under revision)

42 Steady state elasticity sampling Steady-state elasticity sampling Instead of computing a steady state: Predefine the steady state and sample elasticities from a random distribution Limitation Constraints in reversibe reactions dependencies between elasticities Sampled elasticities may correspond to unfeasible parameter sets Rate EA A B EB Elasticities satisfy

43 Thermodynamically consistent elasticity sampling Elasticity coefficients of modular rate law Can be chosen independently Computable from chemical potentials Thermodynamic elasticity sampling Network structure Fix consistent steady state (fluxes, concentrations, chemical potentials) Sample correlated reaction elasticities Control coefficients 1st and 2nd order Liebermeister, Uhlendorf, Klipp (Bioinformatics, 2010)

44 What is a valid model? Aspects of validity Example validity criteria 1. Syntax Model can be read and processed Liebermeister W. (2008), Validity and combination of biochemical models. correct file format...

45 What is a valid model? Aspects of validity Example validity criteria 1. Syntax Model can be read and processed 2. Computation Model can be used for predictive simulations correct file format... statements unique + complete sequential evaluation possible... Liebermeister W. (2008), Validity and combination of biochemical models.

46 What is a valid model? Aspects of validity Example validity criteria 1. Syntax Model can be read and processed 2. Computation Model can be used for predictive simulations correct file format... statements unique + complete sequential evaluation possible Semantic correctness Model statements agree with the model semantics Liebermeister W. (2008), Validity and combination of biochemical models. valid statements no semantic dependencies...

47 What is a valid model? Aspects of validity Example validity criteria 1. Syntax Model can be read and processed 2. Computation Model can be used for predictive simulations correct file format... statements unique + complete sequential evaluation possible Semantic correctness Model statements agree with the model semantics 4. Empirical correctness Model agrees with physical and biochemical facts Liebermeister W. (2008), Validity and combination of biochemical models. valid statements no semantic dependencies... realistic numerical values correct thermodynamics correct reaction balances,...

48 What is a valid model? Aspects of validity Example validity criteria 1. Syntax Model can be read and processed 2. Computation Model can be used for predictive simulations correct file format... statements unique + complete sequential evaluation possible Semantic correctness Model statements agree with the model semantics 4. Empirical correctness Model agrees with physical and biochemical facts 5. Context Model performs well and suits its purpose Liebermeister W. (2008), Validity and combination of biochemical models. valid statements no semantic dependencies... realistic numerical values correct thermodynamics correct reaction balances,... agreement with data plausible assumptions no irrelevant parts,...

49 My questions.. (.. your answers?) How can we make models reusable (for modification or merging)? What problems are expected when merging existing models? Which possible qualities do we expect from models? Can we formally describe these qualities? What explicit information has to be stored within models?

50 Acknowledgements SemanticSBML HU Berlin Falko Krause Timo Lubitz Jannis Uhlendorf Marvin Schulz!!! The SBML community!!! Financial support by

51 ! u o y k n a h T

SBMLmerge, a System for Combining Biochemical Network Models

SBMLmerge, a System for Combining Biochemical Network Models 62 Genome Informatics 17(1): 62 71 (2006) SBMLmerge, a System for Combining Biochemical Network Models Marvin Schulz schulzma@molgen.mpg.de Edda Klipp klipp@molgen.mpg.de Jannis Uhlendorf uhlndorf@molgen.mpg.de

More information

SABIO-RK Integration and Curation of Reaction Kinetics Data Ulrike Wittig

SABIO-RK Integration and Curation of Reaction Kinetics Data  Ulrike Wittig SABIO-RK Integration and Curation of Reaction Kinetics Data http://sabio.villa-bosch.de/sabiork Ulrike Wittig Overview Introduction /Motivation Database content /User interface Data integration Curation

More information

UNIVERSITÀ DEGLI STUDI DI TRENTO

UNIVERSITÀ DEGLI STUDI DI TRENTO UNIVERSITÀ DEGLI STUDI DI TRENTO Facoltà di Scienze Matematiche, Fisiche e Naturali Corso di Laurea Specialistica in Informatica Within European Masters in Informatics Tesi di Laurea An Automatic Mapping

More information

86 Part 4 SUMMARY INTRODUCTION

86 Part 4 SUMMARY INTRODUCTION 86 Part 4 Chapter # AN INTEGRATION OF THE DESCRIPTIONS OF GENE NETWORKS AND THEIR MODELS PRESENTED IN SIGMOID (CELLERATOR) AND GENENET Podkolodny N.L. *1, 2, Podkolodnaya N.N. 1, Miginsky D.S. 1, Poplavsky

More information

Parameter Balancing in Kinetic Models of Cell Metabolism

Parameter Balancing in Kinetic Models of Cell Metabolism 16298 J. Phys. Chem. B 2010, 114, 16298 16303 Parameter Balancing in Kinetic odels of Cell etabolism Timo Lubitz, arvin Schulz, Edda Klipp,* and Wolfram Liebermeister* Humboldt-UniVersität zu Berlin, Institut

More information

Systems Biology Markup Language (SBML) Level 3 Proposal: Multi-component Species Features

Systems Biology Markup Language (SBML) Level 3 Proposal: Multi-component Species Features Systems Biology Markup Language (SBML) Level 3 Proposal: Multi-component Species Features Andrew Finney afinney@cds.caltech.edu March 31, 2004 Contents 1 Terms of Reference 2 2 Acknowledgements 2 3 Aims

More information

S.1 Description of a COBRA-compliant SBML file structure

S.1 Description of a COBRA-compliant SBML file structure S.1 Description of a COBRA-compliant SBML file structure The format of the SBML files used in this work were generated using the standards outlined in http://sbml.org/documents/specifications. COBRA compliant

More information

Lecture: Computational Systems Biology Universität des Saarlandes, SS Introduction. Dr. Jürgen Pahle

Lecture: Computational Systems Biology Universität des Saarlandes, SS Introduction. Dr. Jürgen Pahle Lecture: Computational Systems Biology Universität des Saarlandes, SS 2012 01 Introduction Dr. Jürgen Pahle 24.4.2012 Who am I? Dr. Jürgen Pahle 2009-2012 Manchester Interdisciplinary Biocentre, The University

More information

U H. A tutorial about SBML and SBML Level 2 Version 2. Michael Hucka. Sarah Keating

U H. A tutorial about SBML and SBML Level 2 Version 2. Michael Hucka. Sarah Keating A tutorial about SBML and SBML Level 2 Version 2 Michael Hucka Biological Network Modeling Center, Beckman Institute California Institute of Technology Pasadena, California, USA Sarah Keating Science &

More information

Integration of functional genomics data

Integration of functional genomics data Integration of functional genomics data Laboratoire Bordelais de Recherche en Informatique (UMR) Centre de Bioinformatique de Bordeaux (Plateforme) Rennes Oct. 2006 1 Observations and motivations Genomics

More information

System Reduction of Nonlinear Positive Systems by Linearization and Truncation

System Reduction of Nonlinear Positive Systems by Linearization and Truncation System Reduction of Nonlinear Positive Systems by Linearization and Truncation Hanna M. Härdin 1 and Jan H. van Schuppen 2 1 Department of Molecular Cell Physiology, Vrije Universiteit, De Boelelaan 1085,

More information

Systems II. Metabolic Cycles

Systems II. Metabolic Cycles Systems II Metabolic Cycles Overview Metabolism is central to cellular functioning Maintenance of mass and energy requirements for the cell Breakdown of toxic compounds Consists of a number of major pathways

More information

Computational Systems Biology Exam

Computational Systems Biology Exam Computational Systems Biology Exam Dr. Jürgen Pahle Aleksandr Andreychenko, M.Sc. 31 July, 2012 Name Matriculation Number Do not open this exam booklet before we ask you to. Do read this page carefully.

More information

Chapter 3. Chemistry of Life

Chapter 3. Chemistry of Life Chapter 3 Chemistry of Life Content Objectives Write these down! I will be able to identify: Where living things get energy. How chemical reactions occur. The functions of lipids. The importance of enzymes

More information

Problems of Currently Published Enzyme Kinetic Data for Usage in Modelling and Simulation

Problems of Currently Published Enzyme Kinetic Data for Usage in Modelling and Simulation Beilstein-Institut ESCEC, March 19 th 23 rd, 2006, Rüdesheim/Rhein, Germany 129 Problems of Currently Published Enzyme Kinetic Data for Usage in Modelling and Simulation Ursula Kummer and Sven Sahle Bioinformatics

More information

New Computational Methods for Systems Biology

New Computational Methods for Systems Biology New Computational Methods for Systems Biology François Fages, Sylvain Soliman The French National Institute for Research in Computer Science and Control INRIA Paris-Rocquencourt Constraint Programming

More information

Kinetic modelling of metabolic pathways: Application to serine biosynthesis. Smallbone, Kieran and Stanford, Natalie J. MIMS EPrint: 2012.

Kinetic modelling of metabolic pathways: Application to serine biosynthesis. Smallbone, Kieran and Stanford, Natalie J. MIMS EPrint: 2012. Kinetic modelling of metabolic pathways: Application to serine biosynthesis Smallbone, Kieran and Stanford, Natalie J. 2013 MIMS EPrint: 2012.57 Manchester Institute for Mathematical Sciences School of

More information

Metabolic modelling. Metabolic networks, reconstruction and analysis. Esa Pitkänen Computational Methods for Systems Biology 1 December 2009

Metabolic modelling. Metabolic networks, reconstruction and analysis. Esa Pitkänen Computational Methods for Systems Biology 1 December 2009 Metabolic modelling Metabolic networks, reconstruction and analysis Esa Pitkänen Computational Methods for Systems Biology 1 December 2009 Department of Computer Science, University of Helsinki Metabolic

More information

Predicting rice (Oryza sativa) metabolism

Predicting rice (Oryza sativa) metabolism Predicting rice (Oryza sativa) metabolism Sudip Kundu Department of Biophysics, Molecular Biology & Bioinformatics, University of Calcutta, WB, India. skbmbg@caluniv.ac.in Collaborators: Mark G Poolman

More information

Introduction to Bioinformatics

Introduction to Bioinformatics CSCI8980: Applied Machine Learning in Computational Biology Introduction to Bioinformatics Rui Kuang Department of Computer Science and Engineering University of Minnesota kuang@cs.umn.edu History of Bioinformatics

More information

Bayesian Hierarchical Classification. Seminar on Predicting Structured Data Jukka Kohonen

Bayesian Hierarchical Classification. Seminar on Predicting Structured Data Jukka Kohonen Bayesian Hierarchical Classification Seminar on Predicting Structured Data Jukka Kohonen 17.4.2008 Overview Intro: The task of hierarchical gene annotation Approach I: SVM/Bayes hybrid Barutcuoglu et al:

More information

Kinetic modelling of metabolic pathways. Stanford, Natalie J. and Smallbone, Kieran. MIMS EPrint:

Kinetic modelling of metabolic pathways. Stanford, Natalie J. and Smallbone, Kieran. MIMS EPrint: Kinetic modelling of metabolic pathways Stanford, Natalie J. and Smallbone, Kieran 2011 MIMS EPrint: 2011.97 Manchester Institute for Mathematical Sciences School of Mathematics The University of Manchester

More information

Bioinformatics: Network Analysis

Bioinformatics: Network Analysis Bioinformatics: Network Analysis Reaction Kinetics COMP 572 (BIOS 572 / BIOE 564) - Fall 2013 Luay Nakhleh, Rice University 1 Reaction kinetics is the study of how fast chemical reactions take place, what

More information

Biological Pathways Representation by Petri Nets and extension

Biological Pathways Representation by Petri Nets and extension Biological Pathways Representation by and extensions December 6, 2006 Biological Pathways Representation by and extension 1 The cell Pathways 2 Definitions 3 4 Biological Pathways Representation by and

More information

Introduction to Biological Modeling

Introduction to Biological Modeling Introduction to Biological odeling Lecture : odeling dynamics Sept. 9, 010 Steve Andrews Brent lab, Basic Sciences Division, FHCRC Last week Why model biology? Example: E. coli chemotaxis Typical modeling

More information

Prediction of Enzyme Kinetic Parameters Based on Statistical Learning

Prediction of Enzyme Kinetic Parameters Based on Statistical Learning 80 Genome Informatics 17(1): 80 87 (2006) Prediction of Enzyme Kinetic Parameters Based on Statistical Learning Simon Borger Wolfram Liebermeister Edda Klipp borger@molgen.mpg.de lieberme@molgen.mpg.de

More information

Genome Annotation. Bioinformatics and Computational Biology. Genome sequencing Assembly. Gene prediction. Protein targeting.

Genome Annotation. Bioinformatics and Computational Biology. Genome sequencing Assembly. Gene prediction. Protein targeting. Genome Annotation Bioinformatics and Computational Biology Genome Annotation Frank Oliver Glöckner 1 Genome Analysis Roadmap Genome sequencing Assembly Gene prediction Protein targeting trna prediction

More information

Integrative Metabolic Fate Prediction and Retrosynthetic Analysis the Semantic Way

Integrative Metabolic Fate Prediction and Retrosynthetic Analysis the Semantic Way Integrative Metabolic Fate Prediction and Retrosynthetic Analysis the Semantic Way Leonid L. Chepelev 1 and Michel Dumontier 1,2,3 1 Department of Biology, Carleton University, 1125 Colonel by Drive, Ottawa,

More information

SPA for quantitative analysis: Lecture 6 Modelling Biological Processes

SPA for quantitative analysis: Lecture 6 Modelling Biological Processes 1/ 223 SPA for quantitative analysis: Lecture 6 Modelling Biological Processes Jane Hillston LFCS, School of Informatics The University of Edinburgh Scotland 7th March 2013 Outline 2/ 223 1 Introduction

More information

V19 Metabolic Networks - Overview

V19 Metabolic Networks - Overview V19 Metabolic Networks - Overview There exist different levels of computational methods for describing metabolic networks: - stoichiometry/kinetics of classical biochemical pathways (glycolysis, TCA cycle,...

More information

Cellular Metabolic Models

Cellular Metabolic Models Cellular Metabolic Models. Cellular metabolism. Modeling cellular metabolism. Flux balance model of yeast glycolysis 4. Kinetic model of yeast glycolysis Cellular Metabolic Models Cellular Metabolism Basic

More information

International Journal of Scientific & Engineering Research, Volume 6, Issue 2, February ISSN

International Journal of Scientific & Engineering Research, Volume 6, Issue 2, February ISSN International Journal of Scientific & Engineering Research, Volume 6, Issue 2, February-2015 273 Analogizing And Investigating Some Applications of Metabolic Pathway Analysis Methods Gourav Mukherjee 1,

More information

Lecture 2. The Blast2GO annotation framework

Lecture 2. The Blast2GO annotation framework Lecture 2 The Blast2GO annotation framework Annotation steps Modulation of annotation intensity Export/Import Functions Sequence Selection Additional Tools Functional assignment Annotation Transference

More information

METABOLIC PATHWAY PREDICTION/ALIGNMENT

METABOLIC PATHWAY PREDICTION/ALIGNMENT COMPUTATIONAL SYSTEMIC BIOLOGY METABOLIC PATHWAY PREDICTION/ALIGNMENT Hofestaedt R*, Chen M Bioinformatics / Medical Informatics, Technische Fakultaet, Universitaet Bielefeld Postfach 10 01 31, D-33501

More information

Master s Thesis. Sudhir Naswa School of Humanities and Informatics University of Skövde, Box 408 S-54128, Skövde, SWEDEN

Master s Thesis. Sudhir Naswa School of Humanities and Informatics University of Skövde, Box 408 S-54128, Skövde, SWEDEN Representation of Biochemical Pathway Models (Issues relating conversion of model representation from SBML to a commercial tool) Master s Thesis Sudhir Naswa (a03sudna@student.his.se) School of Humanities

More information

HOW TO USE MIKANA. 1. Decompress the zip file MATLAB.zip. This will create the directory MIKANA.

HOW TO USE MIKANA. 1. Decompress the zip file MATLAB.zip. This will create the directory MIKANA. HOW TO USE MIKANA MIKANA (Method to Infer Kinetics And Network Architecture) is a novel computational method to infer reaction mechanisms and estimate the kinetic parameters of biochemical pathways from

More information

Ch 4: Cellular Metabolism, Part 1

Ch 4: Cellular Metabolism, Part 1 Developed by John Gallagher, MS, DVM Ch 4: Cellular Metabolism, Part 1 Energy as it relates to Biology Energy for synthesis and movement Energy transformation Enzymes and how they speed reactions Metabolism

More information

Flow of Energy. Flow of Energy. Energy and Metabolism. Chapter 6

Flow of Energy. Flow of Energy. Energy and Metabolism. Chapter 6 Energy and Metabolism Chapter 6 Flow of Energy Energy: the capacity to do work -kinetic energy: the energy of motion -potential energy: stored energy Energy can take many forms: mechanical electric current

More information

Written Exam 15 December Course name: Introduction to Systems Biology Course no

Written Exam 15 December Course name: Introduction to Systems Biology Course no Technical University of Denmark Written Exam 15 December 2008 Course name: Introduction to Systems Biology Course no. 27041 Aids allowed: Open book exam Provide your answers and calculations on separate

More information

BMD645. Integration of Omics

BMD645. Integration of Omics BMD645 Integration of Omics Shu-Jen Chen, Chang Gung University Dec. 11, 2009 1 Traditional Biology vs. Systems Biology Traditional biology : Single genes or proteins Systems biology: Simultaneously study

More information

ATLAS of Biochemistry

ATLAS of Biochemistry ATLAS of Biochemistry USER GUIDE http://lcsb-databases.epfl.ch/atlas/ CONTENT 1 2 3 GET STARTED Create your user account NAVIGATE Curated KEGG reactions ATLAS reactions Pathways Maps USE IT! Fill a gap

More information

New Results on Energy Balance Analysis of Metabolic Networks

New Results on Energy Balance Analysis of Metabolic Networks New Results on Energy Balance Analysis of Metabolic Networks Qinghua Zhou 1, Simon C.K. Shiu 2,SankarK.Pal 3,andYanLi 1 1 College of Mathematics and Computer Science, Hebei University, Baoding City 071002,

More information

Chapter 7: Metabolic Networks

Chapter 7: Metabolic Networks Chapter 7: Metabolic Networks 7.1 Introduction Prof. Yechiam Yemini (YY) Computer Science epartment Columbia University Introduction Metabolic flux analysis Applications Overview 2 1 Introduction 3 Metabolism:

More information

Thermodynamic principles governing metabolic operation : inference, analysis, and prediction Niebel, Bastian

Thermodynamic principles governing metabolic operation : inference, analysis, and prediction Niebel, Bastian University of Groningen Thermodynamic principles governing metabolic operation : inference, analysis, and prediction Niebel, Bastian IMPORTANT NOTE: You are advised to consult the publisher's version (publisher's

More information

Basic modeling approaches for biological systems. Mahesh Bule

Basic modeling approaches for biological systems. Mahesh Bule Basic modeling approaches for biological systems Mahesh Bule The hierarchy of life from atoms to living organisms Modeling biological processes often requires accounting for action and feedback involving

More information

Gene Network Science Diagrammatic Cell Language and Visual Cell

Gene Network Science Diagrammatic Cell Language and Visual Cell Gene Network Science Diagrammatic Cell Language and Visual Cell Mr. Tan Chee Meng Scientific Programmer, System Biology Group, Bioinformatics Institute Overview Introduction Why? Challenges Diagrammatic

More information

Systems Biology. Edda Klipp, Wolfram Liebermeister, Christoph Wierling, Axel Kowald, Hans Lehrach, and Ralf Herwig. A Textbook

Systems Biology. Edda Klipp, Wolfram Liebermeister, Christoph Wierling, Axel Kowald, Hans Lehrach, and Ralf Herwig. A Textbook Edda Klipp, Wolfram Liebermeister, Christoph Wierling, Axel Kowald, Hans Lehrach, and Ralf Herwig Systems Biology A Textbook WILEY- VCH WILEY-VCH Verlag GmbH & Co. KGaA v Contents Preface XVII Part One

More information

Modeling Biological Networks

Modeling Biological Networks Modeling Biological Networks Dr. Carlo Cosentino School of Computer and Biomedical Engineering Department of Experimental and Clinical Medicine Università degli Studi Magna Graecia Catanzaro, Italy carlo.cosentino@unicz.it

More information

Stoichiometric analysis of metabolic networks

Stoichiometric analysis of metabolic networks 1 SGN-6156 Computational systems biology II Antti Larjo antti.larjo@tut.fi Computational Systems Biology group 30.4.2008 30.4.2008 2 Contents Networks in cells Metabolism Metabolic networks and pathways

More information

GENOME-SCALE metabolic models (GSMMs) can be used

GENOME-SCALE metabolic models (GSMMs) can be used IEEE/ACM TRANSACTIONS ON COMPUTATIONAL BIOLOGY AND BIOINFORMATICS, VOL. 14, NO. 2, MARCH/APRIL 2017 443 Genome-Wide Semi-Automated Annotation of Transporter Systems Oscar Dias, Daniel Gomes, Paulo Vilaça,

More information

Introduction on metabolism & refresher in enzymology

Introduction on metabolism & refresher in enzymology Introduction on metabolism & refresher in enzymology Daniel Kahn Laboratoire de Biométrie & Biologie Evolutive Lyon 1 University & INRA MIA Department Daniel.Kahn@univ-lyon1.fr General objectives of the

More information

part III Systems Biology, 25 October 2013

part III Systems Biology, 25 October 2013 Biochemical pathways What is a pathway Wikipedia (October 14th 2013): In biochemistry, metabolic pathways are series of chemical reactions occurring within a cell. In each pathway, a principal chemical

More information

Chapter 6- An Introduction to Metabolism*

Chapter 6- An Introduction to Metabolism* Chapter 6- An Introduction to Metabolism* *Lecture notes are to be used as a study guide only and do not represent the comprehensive information you will need to know for the exams. The Energy of Life

More information

Quantifying thermodynamic bottlenecks of metabolic pathways. Elad Noor TAU, October 2012

Quantifying thermodynamic bottlenecks of metabolic pathways. Elad Noor TAU, October 2012 Quantifying thermodynamic bottlenecks of metabolic pathways Elad Noor TAU, October 2012 Hulda S. Haraldsdóttir Ronan M. T. Fleming Wolfram Liebermeister Ron Milo Arren Bar-Even Avi Flamholz Why are there

More information

2 GENE FUNCTIONAL SIMILARITY. 2.1 Semantic values of GO terms

2 GENE FUNCTIONAL SIMILARITY. 2.1 Semantic values of GO terms Bioinformatics Advance Access published March 7, 2007 The Author (2007). Published by Oxford University Press. All rights reserved. For Permissions, please email: journals.permissions@oxfordjournals.org

More information

V14 extreme pathways

V14 extreme pathways V14 extreme pathways A torch is directed at an open door and shines into a dark room... What area is lighted? Instead of marking all lighted points individually, it would be sufficient to characterize

More information

Outline. Terminologies and Ontologies. Communication and Computation. Communication. Outline. Terminologies and Vocabularies.

Outline. Terminologies and Ontologies. Communication and Computation. Communication. Outline. Terminologies and Vocabularies. Page 1 Outline 1. Why do we need terminologies and ontologies? Terminologies and Ontologies Iwei Yeh yeh@smi.stanford.edu 04/16/2002 2. Controlled Terminologies Enzyme Classification Gene Ontology 3. Ontologies

More information

Modelling chemical kinetics

Modelling chemical kinetics Modelling chemical kinetics Nicolas Le Novère, Institute, EMBL-EBI n.lenovere@gmail.com Systems Biology models ODE models Reconstruction of state variable evolution from process descriptions: Processes

More information

Course plan Academic Year Qualification MSc on Bioinformatics for Health Sciences. Subject name: Computational Systems Biology Code: 30180

Course plan Academic Year Qualification MSc on Bioinformatics for Health Sciences. Subject name: Computational Systems Biology Code: 30180 Course plan 201-201 Academic Year Qualification MSc on Bioinformatics for Health Sciences 1. Description of the subject Subject name: Code: 30180 Total credits: 5 Workload: 125 hours Year: 1st Term: 3

More information

Bioinformatics. Dept. of Computational Biology & Bioinformatics

Bioinformatics. Dept. of Computational Biology & Bioinformatics Bioinformatics Dept. of Computational Biology & Bioinformatics 3 Bioinformatics - play with sequences & structures Dept. of Computational Biology & Bioinformatics 4 ORGANIZATION OF LIFE ROLE OF BIOINFORMATICS

More information

Chapter 6: Energy Flow in the Life of a Cell

Chapter 6: Energy Flow in the Life of a Cell Chapter 6: Energy Flow in the Life of a Cell What is Energy? Answer: The Capacity to do Work Types of Energy: 1) Kinetic Energy = Energy of movement Light (movement of photons) Heat (movement of particles)

More information

Challenges for an enzymatic reaction kinetics database

Challenges for an enzymatic reaction kinetics database REVIEW ARTICLE Challenges for an enzymatic reaction kinetics database Ulrike Wittig, Maja Rey, Renate Kania, Meik Bittkowski, Lei Shi, Martin Golebiewski, Andreas Weidemann, Wolfgang M uller and Isabel

More information

Networks & pathways. Hedi Peterson MTAT Bioinformatics

Networks & pathways. Hedi Peterson MTAT Bioinformatics Networks & pathways Hedi Peterson (peterson@quretec.com) MTAT.03.239 Bioinformatics 03.11.2010 Networks are graphs Nodes Edges Edges Directed, undirected, weighted Nodes Genes Proteins Metabolites Enzymes

More information

Cellular Automata Approaches to Enzymatic Reaction Networks

Cellular Automata Approaches to Enzymatic Reaction Networks Cellular Automata Approaches to Enzymatic Reaction Networks Jörg R. Weimar Institute of Scientific Computing, Technical University Braunschweig, D-38092 Braunschweig, Germany J.Weimar@tu-bs.de, http://www.jweimar.de

More information

Analyze the roles of enzymes in biochemical reactions

Analyze the roles of enzymes in biochemical reactions ENZYMES and METABOLISM Elements: Cell Biology (Enzymes) Estimated Time: 6 7 hours By the end of this course, students will have an understanding of the role of enzymes in biochemical reactions. Vocabulary

More information

From cell biology to Petri nets. Rainer Breitling, Groningen, NL David Gilbert, London, UK Monika Heiner, Cottbus, DE

From cell biology to Petri nets. Rainer Breitling, Groningen, NL David Gilbert, London, UK Monika Heiner, Cottbus, DE From cell biology to Petri nets Rainer Breitling, Groningen, NL David Gilbert, London, UK Monika Heiner, Cottbus, DE Biology = Concentrations Breitling / 2 The simplest chemical reaction A B irreversible,

More information

Evidence for dynamically organized modularity in the yeast protein-protein interaction network

Evidence for dynamically organized modularity in the yeast protein-protein interaction network Evidence for dynamically organized modularity in the yeast protein-protein interaction network Sari Bombino Helsinki 27.3.2007 UNIVERSITY OF HELSINKI Department of Computer Science Seminar on Computational

More information

BSc MATHEMATICAL SCIENCE

BSc MATHEMATICAL SCIENCE Overview College of Science Modules Electives May 2018 (2) BSc MATHEMATICAL SCIENCE BSc Mathematical Science Degree 2018 1 College of Science, NUI Galway Fullscreen Next page Overview [60 Credits] [60

More information

Description of the algorithm for computing elementary flux modes

Description of the algorithm for computing elementary flux modes Description of the algorithm for computing elementary flux modes by Stefan Schuster, Thomas Dandekar,, and David Fell Department of Bioinformatics, Max Delbrück Centre for Molecular Medicine D-9 Berlin-Buch,

More information

Mathematising biology. Smallbone, Kieran and Wang, Yunjiao. MIMS EPrint: Manchester Institute for Mathematical Sciences School of Mathematics

Mathematising biology. Smallbone, Kieran and Wang, Yunjiao. MIMS EPrint: Manchester Institute for Mathematical Sciences School of Mathematics Mathematising biology Smallbone, Kieran and Wang, Yunjiao 25 MIMS EPrint: 25.2 Manchester Institute for Mathematical Sciences School of Mathematics The University of Manchester Reports available from:

More information

Methodology article Inferring branching pathways in genome-scale metabolic networks Esa Pitkänen* 1, Paula Jouhten 2 and Juho Rousu 1

Methodology article Inferring branching pathways in genome-scale metabolic networks Esa Pitkänen* 1, Paula Jouhten 2 and Juho Rousu 1 BMC Systems Biology BioMed Central Methodology article Inferring branching pathways in genome-scale metabolic networks Esa Pitkänen* 1, Paula Jouhten 2 and Juho Rousu 1 Open Access Address: 1 Department

More information

Metabolism and Enzymes

Metabolism and Enzymes Energy Basics Metabolism and Enzymes Chapter 5 Pgs. 77 86 Chapter 8 Pgs. 142 162 Energy is the capacity to cause change, and is required to do work. Very difficult to define quantity. Two types of energy:

More information

BIOLOGY 12: CHAPTER 6 - REVIEW WORKSHEET ENZYMES. 4. Define the First Law of Thermodynamics. Can energy be converted from one form to another form?

BIOLOGY 12: CHAPTER 6 - REVIEW WORKSHEET ENZYMES. 4. Define the First Law of Thermodynamics. Can energy be converted from one form to another form? BIOLOGY 12: CHAPTER 6 - REVIEW WORKSHEET ENZYMES PART A: CHAPTER REVIEW 1. List the 2 cellular organelles that transform one form of energy into another form. 2. Name the 2 processes that permit a flow

More information

CSCE555 Bioinformatics. Protein Function Annotation

CSCE555 Bioinformatics. Protein Function Annotation CSCE555 Bioinformatics Protein Function Annotation Why we need to do function annotation? Fig from: Network-based prediction of protein function. Molecular Systems Biology 3:88. 2007 What s function? The

More information

A Database of human biological pathways

A Database of human biological pathways A Database of human biological pathways Steve Jupe - sjupe@ebi.ac.uk 1 Rationale Journal information Nature 407(6805):770-6.The Biochemistry of Apoptosis. Caspase-8 is the key initiator caspase in the

More information

Gene Ontology and overrepresentation analysis

Gene Ontology and overrepresentation analysis Gene Ontology and overrepresentation analysis Kjell Petersen J Express Microarray analysis course Oslo December 2009 Presentation adapted from Endre Anderssen and Vidar Beisvåg NMC Trondheim Overview How

More information

Computational Challenges in Systems Biology

Computational Challenges in Systems Biology Published in Computer Science Review. 3:1-17 (2009) Computational Challenges in Systems Biology Allison P. Heath a, Lydia E. Kavraki a,b,c a Department of Computer Science, Rice University, Houston, TX

More information

Cells in silico: a Holistic Approach

Cells in silico: a Holistic Approach Cells in silico: a Holistic Approach Pierpaolo Degano Dipartimento di Informatica, Università di Pisa, Italia joint work with a lot of nice BISCA people :-) Bertinoro, 7th June 2007 SFM 2008 Bertinoro

More information

Introduction Biology before Systems Biology: Reductionism Reduce the study from the whole organism to inner most details like protein or the DNA.

Introduction Biology before Systems Biology: Reductionism Reduce the study from the whole organism to inner most details like protein or the DNA. Systems Biology-Models and Approaches Introduction Biology before Systems Biology: Reductionism Reduce the study from the whole organism to inner most details like protein or the DNA. Taxonomy Study external

More information

Irreversible Inhibition Kinetics

Irreversible Inhibition Kinetics 1 Irreversible Inhibition Kinetics Automation and Simulation Petr Kuzmič, Ph.D. BioKin, Ltd. 1. Automate the determination of biochemical parameters 2. PK/PD simulations with multiple injections Irreversible

More information

CHAPTER 8. An Introduction to Metabolism

CHAPTER 8. An Introduction to Metabolism CHAPTER 8 An Introduction to Metabolism WHAT YOU NEED TO KNOW: Examples of endergonic and exergonic reactions. The key role of ATP in energy coupling. That enzymes work by lowering the energy of activation.

More information

Large Scale Evaluation of Chemical Structure Recognition 4 th Text Mining Symposium in Life Sciences October 10, Dr.

Large Scale Evaluation of Chemical Structure Recognition 4 th Text Mining Symposium in Life Sciences October 10, Dr. Large Scale Evaluation of Chemical Structure Recognition 4 th Text Mining Symposium in Life Sciences October 10, 2006 Dr. Overview Brief introduction Chemical Structure Recognition (chemocr) Manual conversion

More information

Stoichiometric vector and matrix

Stoichiometric vector and matrix Stoichiometric vector and matrix The stoichiometric coefficients of a reaction are collected to a vector s r In s r there is a one position for each metabolite in the metabolic system, and the stoichiometric

More information

Energy Transformation, Cellular Energy & Enzymes (Outline)

Energy Transformation, Cellular Energy & Enzymes (Outline) Energy Transformation, Cellular Energy & Enzymes (Outline) Energy conversions and recycling of matter in the ecosystem. Forms of energy: potential and kinetic energy The two laws of thermodynamic and definitions

More information

Metabolism and enzymes

Metabolism and enzymes Metabolism and enzymes 4-11-16 What is a chemical reaction? A chemical reaction is a process that forms or breaks the chemical bonds that hold atoms together Chemical reactions convert one set of chemical

More information

RGP finder: prediction of Genomic Islands

RGP finder: prediction of Genomic Islands Training courses on MicroScope platform RGP finder: prediction of Genomic Islands Dynamics of bacterial genomes Gene gain Horizontal gene transfer Gene loss Deletion of one or several genes Duplication

More information

RULE-BASED REASONING FOR SYSTEM DYNAMICS IN CELL SYSTEMS

RULE-BASED REASONING FOR SYSTEM DYNAMICS IN CELL SYSTEMS 25 RULE-BASED REASONING FOR SYSTEM DYNAMICS IN CELL SYSTEMS EUNA JEONG MASAO NAGASAKI SATORU MIYANO eajeong@ims.u-tokyo.ac.jp masao@ims.u-tokyo.ac.jp miyano@ims.u-tokyo.ac.jp Human Genome Center, Institute

More information

Constraint-Based Workshops

Constraint-Based Workshops Constraint-Based Workshops 2. Reconstruction Databases November 29 th, 2007 Defining Metabolic Reactions ydbh hslj ldha 1st level: Primary metabolites LAC 2nd level: Neutral Formulas C 3 H 6 O 3 Charged

More information

Using C-OWL for the Alignment and Merging of Medical Ontologies

Using C-OWL for the Alignment and Merging of Medical Ontologies Using C-OWL for the Alignment and Merging of Medical Ontologies Heiner Stuckenschmidt 1, Frank van Harmelen 1 Paolo Bouquet 2,3, Fausto Giunchiglia 2,3, Luciano Serafini 3 1 Vrije Universiteit Amsterdam

More information

CS612 - Algorithms in Bioinformatics

CS612 - Algorithms in Bioinformatics Fall 2017 Databases and Protein Structure Representation October 2, 2017 Molecular Biology as Information Science > 12, 000 genomes sequenced, mostly bacterial (2013) > 5x10 6 unique sequences available

More information

Overview of Kinetics

Overview of Kinetics Overview of Kinetics [P] t = ν = k[s] Velocity of reaction Conc. of reactant(s) Rate of reaction M/sec Rate constant sec -1, M -1 sec -1 1 st order reaction-rate depends on concentration of one reactant

More information

An Introduction to Metabolism

An Introduction to Metabolism An Introduction to Metabolism Chapter 8 Objectives Distinguish between the following pairs of terms: catabolic and anabolic pathways; kinetic and potential energy; open and closed systems; exergonic and

More information

Identifying Frequent Patterns in Biochemical Reaction Networks a

Identifying Frequent Patterns in Biochemical Reaction Networks a Lambusch et al. RESEARCH Identifying Frequent Patterns in Biochemical Reaction Networks a Workflow Fabienne Lambusch 1, Dagmar Waltemath 2, Olaf Wolkenhauer 2,3, Kurt Sandkuhl 1, Christian Rosenke 4 and

More information

What Is Energy? Energy is the capacity to do work. First Law of Thermodynamics. Types of energy

What Is Energy? Energy is the capacity to do work. First Law of Thermodynamics. Types of energy What Is Energy? Energy is the capacity to do work. Synthesizing molecules Moving objects Generating heat and light Types of Kinetic: of movement otential: stored First Law of Thermodynamics Energy cannot

More information

simplified Petri nets and analysis uk/gnapn/

simplified Petri nets and analysis uk/gnapn/ Supplementary information S1 (table) Databases and tools Logical Booleannet GINsim 1 GNaPN 2 MetaReg 3-5 Continuous JigCell 6 Narrator 7 Oscill8 PET Modelling and analysis of RNs. Tools for editing and

More information

Chemistry 5.07SC Biological Chemistry I Fall Semester, 2013

Chemistry 5.07SC Biological Chemistry I Fall Semester, 2013 Chemistry 5.07SC Biological Chemistry I Fall Semester, 2013 Lecture 10. Biochemical Transformations II. Phosphoryl transfer and the kinetics and thermodynamics of energy currency in the cell: ATP and GTP.

More information

CISC 636 Computational Biology & Bioinformatics (Fall 2016)

CISC 636 Computational Biology & Bioinformatics (Fall 2016) CISC 636 Computational Biology & Bioinformatics (Fall 2016) Predicting Protein-Protein Interactions CISC636, F16, Lec22, Liao 1 Background Proteins do not function as isolated entities. Protein-Protein

More information

GOSAP: Gene Ontology Based Semantic Alignment of Biological Pathways

GOSAP: Gene Ontology Based Semantic Alignment of Biological Pathways GOSAP: Gene Ontology Based Semantic Alignment of Biological Pathways Jonas Gamalielsson and Björn Olsson Systems Biology Group, Skövde University, Box 407, Skövde, 54128, Sweden, [jonas.gamalielsson][bjorn.olsson]@his.se,

More information

V15 Flux Balance Analysis Extreme Pathways

V15 Flux Balance Analysis Extreme Pathways V15 Flux Balance Analysis Extreme Pathways Stoichiometric matrix S: m n matrix with stochiometries of the n reactions as columns and participations of m metabolites as rows. The stochiometric matrix is

More information

CHAPTER 15 Metabolism: Basic Concepts and Design

CHAPTER 15 Metabolism: Basic Concepts and Design CHAPTER 15 Metabolism: Basic Concepts and Design Chapter 15 An overview of Metabolism Metabolism is the sum of cellular reactions - Metabolism the entire network of chemical reactions carried out by living

More information