Cellular Metabolic Models

Size: px
Start display at page:

Download "Cellular Metabolic Models"

Transcription

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

2 Cellular Metabolic Models Cellular Metabolism

3 Basic Concepts Intracellular & extracellular phases extracellular» Intracellular inside a cell» Extracellular outside the cells intracellular Cellular growth» Growing cells consume nutrients from and secrete products to the extracellular enironment» Diision: one cell two cells» cells + substrates more cells + products

4 Cellular Metabolism The sum of all chemical changes that take place in a cell through which energy and basic components are proided for essential processes, including the synthesis of new molecules and the breakdown and remoal of others (National Cancer Institute).

5 Cellular Metabolism is Complex

6 Metabolic Pathways Cellular metabolism is accomplished through an interconnected series of metabolic pathways Characteristics» Initial substrates are products of other pathways or are externally supplied and transported across the cell membrane» These substrates are conerted to multiple metabolites through series of reactions» Final products are used as substrates for other pathways, accumulate inside the cell, or are secreted across the cell membrane

7 Organization of Metabolic Pathways

8 Biochemical Reactions S E P, S S E E M P, S E + M S E E E P P + P Substrate (S): consumed by the reaction Product (P): produced by the reaction Metabolite (M): substrate or product of reaction Enzyme (E): protein that catalyzes the reaction Reaction may inole multiple substrates, enzymes, or products; can be irreersible or reersible

9 Glycolytic Pathway Conerts glucose to pyruate Generates ATP & NADH ATP dries energy consuming reactions NADH dries reduction reactions Glucose + NAD + + ADP + Pi pyruate + NADH + H + + ATP + H O

10 Cellular Metabolic Models Modeling Cellular Metabolism

11 Leel of Modeling Detail Biomass Lumped description (unstructured) Detailed description (structured) Increasing metabolic detail

12 Structured Metabolic Models General characteristics» Mechanistic description of cell growth and product formation rates» Detailed modeling of intracellular reactions Adantages» Sound theoretical basis» Superior predictie capabilities» Extensible to new enironmental conditions Model types» Flux balance models require reaction stoichiometry» Kinetic models also require enzyme kinetics

13 S d[ M ] dt Kinetic Models = a µ [ M ] Stoichiometric coefficients (a,a )» Determines number of product molecules produced per molecule of substrate consumed» Often known from biochemistry literature Reaction rates (, )» Requires knowledge of enzyme kinetics (i.e. how reaction rates depend on metabolite concentrations)» Also called reaction flux Growth rate (µ)» Cellular growth causes dilution of metabolite concentrations M a P

14 The General Case M i N- N Intracellular mass balances d[ M dt i ] N d[ M] = aij j ([ M], K,[ M n]) µ [ M i ] = A([ M]) µ [ M] j= dt» [M]: n-dimensional ector of metabolite concentrations» : N-dimensional ector of fluxes; accounts for both reaction fluxes & membrane transport fluxes» A: nxn matrix of stoichiometric coefficients Sole ordinary differential equation system for unknown metabolite concentrations [M]

15 Flux Balance Models Stoichiometric equations assuming intracellular steady state and neglecting dilution: A =» : n-dimensional ector of intracellular fluxes» m balanced metabolites» A: mxn matrix of stoichiometric coefficients Flux balance model formulation» Gien a set of measured/specified fluxes ( m ) A = Acc + Amm = Acc = Amm b» b: m-dimensional ector of measured transport rates & fluxes» Sole stoichiometric model for unknown fluxes ( c )» If the A c is square and nonsingular: c = A c b

16 Comparison of Metabolic Models Flux balance models Assume an intracellular steady state Only require stoichiometric data Unknowns are the reaction fluxes The number of unknown fluxes should equal the number of balanced metabolites Easy to sole the linear algebra problem Kinetic models Capture dynamic intracellular behaior Require stoichiometric & enzyme kinetic data Unknowns are the metabolite concentrations No restrictions on the number of fluxes ersus the number of balanced metabolites Must sole coupled set of nonlinear differential equations

17 Metabolic Models Flux Balance Model of Yeast Glycolysis

18 Simplified Picture of Yeast Glycolysis extracellular intracellular glycerol NAD + NADH 6 glucose i glucose GP/DHP ATP ADP NAD + NADH acetaldehyde/ pyruate NADH NAD + acetaldehyde/ pyruate 4 o,-bpg ATP ADP 5 ethanol Wolf & Heinrich, Biochemical Journal, 45, -4,.

19 Steady-State Mass Balances Membrane transport ( i ) Glucose (extracellular) Glucose Reaction ( ) Glucose + ATP GP/DHP + ADP Reaction ( ) GP/DHP+NAD +,-BPG + NADH Reaction ( ),-BPG+ADP Acetaldehyde/Pyruate + ATP Reaction 4 ( 4 ) Acetaldehyde/Pyruate+NADH Ethanol + NAD + Reaction 5 ( 5 ) ATP ADP Reaction 6 ( 6 ) GP/DHP+NADH glycerol + NAD + Membrane transport ( o ) Acetaldehyde/Pyruate Acetaldehyde/Pyruate (extracellular) Glucose : = NADH : = i BPG : = 4 6 GP/DHP : = Acetaldeyde/Pyruate: ATP : = =

20 Linear System Representation Assume measurements of glucose influx i and acetaldehyde/pyruate efflux are aailable = o i

21 MATLAB Exercise Consider the flux balance model A = b: Use MATLAB to sole for the unknown fluxes gien:» i = 6, o =» i = 4, o = 4» i =, o = 6 = o i

22 Form Matrix and Check Rank >> A = [ ; - -; - ; - ; - -; - - ] A = >> rank(a) ans = 6

23 Compute Solutions >> b = [6 ]'; >> = linsole(a,b) = >> b = [4 4 ]'; >> = linsole(a,b) =

24 Compute Solutions cont. >> b = [ 6 ]'; >> = linsole(a,b) = First two solutions seem reasonable since all the computed fluxes are positie Implies that glucose is use to make pyruate That is glycolysis! Third solution seems unreasonable since some of the computed fluxes are negatie Implies that ethanol is used to make pyruate That is not glycolysis!

25 Metabolic Models Kinetic Model of Yeast Glycolysis

26 Simplified Picture of Yeast Glycolysis extracellular intracellular glycerol NAD + NADH 6 glucose i glucose GP/DHP ATP ADP NAD + NADH acetaldehyde/ pyruate NADH NAD + acetaldehyde/ pyruate 4 o,-bpg ATP ADP 5 ethanol Wolf & Heinrich, Biochemical Journal, 45, -4,.

27 Dynamic Mass Balances Membrane transport ( i ) Glucose (extracellular) Glucose Reaction ( ) Glucose + ATP GP/DHP + ADP Reaction ( ) GP/DHP+NAD +,-BPG + NADH Reaction ( ),-BPG+ADP Acetaldehyde/Pyruate + ATP Reaction 4 ( 4 ) Acetaldehyde/Pyruate+NADH Ethanol + NAD + Reaction 5 ( 5 ) ATP ADP Reaction 6 ( 6 ) GP/DHP+NADH glycerol + NAD + Membrane transport ( o ) Acetaldehyde/Pyruate Acetaldehyde/Pyruate (extracellular) ds Glucose : = i dt ds BPG : = dt dn NADH : = 4 dt 6 GP/DHP : Acetaldeyde/Pyruate: ATP : da dt ds dt = = ds dt 4 =

28 Enzyme Kinetics Redundant to model ADP and NAD + : - 6 : mass action kinetics: : mass action kinetics plus ATP inhibition: ) ( ) ( N S k A k N S k A A S k A S k N N S k N S k tot tot = = = = = = = + = q K I A A S k tot N tot A = + = + + NAD NADH ADP ATP

29 MATLAB Exercise Sole the kinetic model for the following two alues of the extracellular flux of acetaldehyde/pyruate:» o =» o = For each o alue, use the function fsole to find the steady-state solution and the function ode45 to integrate the model with the steady-state solution as the initial condition

30 Parameter Values Variable Symbol Value rate constant k mm - min - rate constant k 6 mm - min - rate constant k 6 mm - min - 4 rate constant k 4 mm - min - 5 rate constant k 5.8 min - 6 rate constant k 6 mm - min - Glucose uptake flux i mm/min Pyruate/acetaldehyde secretion flux o mm/min Total ATP+ADP A t 4 mm Total NADH+NAD + N t mm rate parameter K i.5 mm rate parameter q 4

31 MATLAB m-file function f = yeast_glycolysis(x) % Define model parameters q = 4; Ki =.5; At = 4; Nt = ; i = ; o = ; k = ; k = 6; k = 6; k4 = ; k5 =.8; k6 = ; % Define state ariables S = x(); S = x(); S = x(); S4 = x(4); N = x(5); A = x(6); % Calculate reaction rates = k*s*a/(+(a/ki)^q); = k*s*(nt-n); = k*s*(at-a); 4 = k4*s4*n; 5 = k5*a; 6 = k6*s*n; % Calculate deriaties f() = i-; f() = *--6; f() = -; f(4) = -4-o; f(5) = -4-6; f(6) = -*+*-5; f = f';

32 Solution for o = Find steady state for guess of for each ariable >> xss = fsole('yeast_glycolysis',[ ]) Equation soled. fsole completed because the ector of function alues is near zero as measured by the default alue of the function tolerance, and the problem appears regular as measured by the gradient. <stopping criteria details> xss = Define function handle to redefine number of function arguments to include time >> df yeast_glycolysis(x);

33 Solution for o = cont. Integrate model from steady state oer time interal of minutes >> [t,x]=ode45(df,[ ],xss); Plot time solutions for all ariables and just ATP >> subplot(,,) >> plot(t,x) >> ylabel('variable (mm)') >> xlabel('time (min)') >> legend('s','s','s','s4','n','a') >> subplot(,,) >> plot(t,x(:,6)) >> ylabel('atp (mm)') >> xlabel('time (min)') >> axis([,,,4]) Steady state is stable!

34 Solution for o = cont. 5 S Variable (mm) 5 S S S4 N A Time (min) 4.5 ATP (mm) Time (min)

35 Solution for o = >> xss = fsole('yeast_glycolysis',[ ]) xss = >> [t,x]=ode45(df,[ ],xss); >> subplot(,,) >> plot(t,x) >> ylabel('variable (mm)') >> xlabel('time (min)') >> legend('s','s','s','s4','n','a') >> subplot(,,) >> plot(t,x(:,6)) >> ylabel('atp (mm)') >> xlabel('time (min)') >> axis([,,,4]) Solution is oscillatory steady state is unstable!

36 Solution for o = cont. Variable (mm) S S S S4 N A Time (min) ATP (mm) Time (min)

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

Cell population modelling of yeast glycolytic oscillations

Cell population modelling of yeast glycolytic oscillations Biochem. J. (2002) 368, 433 446 (Printed in Great Britain) 433 Cell population modelling of yeast glycolytic oscillations Michael A. HENSON* 1, Dirk MU LLER and Matthias REUSS *Department of Chemical Engineering,

More information

Biochemical Pathways

Biochemical Pathways Biochemical Pathways Living organisms can be divided into two large groups according to the chemical form in which they obtain carbon from the environment. Autotrophs can use carbon dioxide from the atmosphere

More information

Pathways that Harvest and Store Chemical Energy

Pathways that Harvest and Store Chemical Energy 6 Pathways that Harvest and Store Chemical Energy Energy is stored in chemical bonds and can be released and transformed by metabolic pathways. Chemical energy available to do work is termed free energy

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

Outline. Metabolism: Energy and Enzymes. Forms of Energy. Chapter 6

Outline. Metabolism: Energy and Enzymes. Forms of Energy. Chapter 6 Metabolism: Energy and Enzymes Chapter 6 Forms of Energy Outline Laws of Thermodynamics Metabolic Reactions ATP Metabolic Pathways Energy of Activation Enzymes Photosynthesis Cellular Respiration 1 2 Forms

More information

This is an example of cellular respiration, which can be used to make beer and wine using different metabolic pathways For these reasons we call this

This is an example of cellular respiration, which can be used to make beer and wine using different metabolic pathways For these reasons we call this Chapter 6 Carvings from ancient Egypt show barley being crushed and mixed with water (left) and then put into closed vessels (centre) where airless conditions are suitable for the production of alcohol

More information

Cellular Respiration: Harvesting Chemical Energy. 9.1 Catabolic pathways yield energy by oxidizing organic fuels

Cellular Respiration: Harvesting Chemical Energy. 9.1 Catabolic pathways yield energy by oxidizing organic fuels Cellular Respiration: Harvesting Chemical Energy 9.1 Catabolic pathways yield energy by oxidizing organic fuels 9.2 Glycolysis harvests chemical energy by oxidizing glucose to pyruvate 9.3 The citric acid

More information

AP Biology Cellular Respiration

AP Biology Cellular Respiration AP Biology Cellular Respiration The bonds between H and C represents a shared pair of electrons These are high-energy electrons This represents chemical potential energy Hydro-carbons posses a lot of chemical

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

Chapter 15 part 2. Biochemistry I Introduction to Metabolism Bioenergetics: Thermodynamics in Biochemistry. ATP 4- + H 2 O ADP 3- + P i + H +

Chapter 15 part 2. Biochemistry I Introduction to Metabolism Bioenergetics: Thermodynamics in Biochemistry. ATP 4- + H 2 O ADP 3- + P i + H + Biochemistry I Introduction to Metabolism Bioenergetics: Thermodynamics in Biochemistry ATP 4- + 2 ADP 3- + P i 2- + + Chapter 15 part 2 Dr. Ray 1 Energy flow in biological systems: Energy Transformations

More information

Cellular Energy: Respiration. Goals: Anaerobic respiration

Cellular Energy: Respiration. Goals: Anaerobic respiration Cellular Energy: Respiration Anaerobic respiration Goals: Define and describe the 3 sets of chemical reactions that comprise aerobic cellular respiration Describe the types of anaerobic respiration Compare

More information

Lecture Series 9 Cellular Pathways That Harvest Chemical Energy

Lecture Series 9 Cellular Pathways That Harvest Chemical Energy Lecture Series 9 Cellular Pathways That Harvest Chemical Energy Reading Assignments Review Chapter 3 Energy, Catalysis, & Biosynthesis Read Chapter 13 How Cells obtain Energy from Food Read Chapter 14

More information

Metabolic system dynamics: lumped and distributed models

Metabolic system dynamics: lumped and distributed models Metabolic system dynamics: lumped and distributed models G.M. Saidel 1,2, J.A. DiBella II 1 & M.E. Cabrera 1,2,3 1 Department of Biomedical Engineering, Case Western Reserve University Cleveland, OH, USA

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

20. Electron Transport and Oxidative Phosphorylation

20. Electron Transport and Oxidative Phosphorylation 20. Electron Transport and Oxidative Phosphorylation 20.1 What Role Does Electron Transport Play in Metabolism? Electron transport - Role of oxygen in metabolism as final acceptor of electrons - In inner

More information

State state describe

State state describe Warm-Up State the products of the light-dependent reaction of photosynthesis, state which product has chemical energy, and describe how that product is made. KREBS ETC FADH 2 Glucose Pyruvate H 2 O NADH

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

Chapter 4: Energy From the sun to you in two easy steps

Chapter 4: Energy From the sun to you in two easy steps Chapter 4: Energy From the sun to you in two easy steps Lectures by Mark Manteuffel, St. Louis Community College Learning Objectives Understand and be able to explain the following: How energy flows from

More information

BBS2710 Microbial Physiology. Module 5 - Energy and Metabolism

BBS2710 Microbial Physiology. Module 5 - Energy and Metabolism BBS2710 Microbial Physiology Module 5 - Energy and Metabolism Topics Energy production - an overview Fermentation Aerobic respiration Alternative approaches to respiration Photosynthesis Summary Introduction

More information

Program for the rest of the course

Program for the rest of the course Program for the rest of the course 16.4 Enzyme kinetics 17.4 Metabolic Control Analysis 19.4. Exercise session 5 23.4. Metabolic Control Analysis, cont. 24.4 Recap 27.4 Exercise session 6 etabolic Modelling

More information

Biological Chemistry and Metabolic Pathways

Biological Chemistry and Metabolic Pathways Biological Chemistry and Metabolic Pathways 1. Reaction a. Thermodynamics b. Kinetics 2. Enzyme a. Structure and Function b. Regulation of Activity c. Kinetics d. Inhibition 3. Metabolic Pathways a. REDOX

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

I. Flow of Energy in Living Things II. Laws of Thermodynamics & Free Energy III. Activation Energy IV. Enzymes V. Reaction Coupling VI.

I. Flow of Energy in Living Things II. Laws of Thermodynamics & Free Energy III. Activation Energy IV. Enzymes V. Reaction Coupling VI. Chapter 6 Energy & Metabolism I. Flow of Energy in Living Things II. Laws of Thermodynamics & Free Energy III. Activation Energy IV. Enzymes V. Reaction Coupling VI. Metabolism I. Flow of Energy in Living

More information

RESPIRATION AND FERMENTATION: AEROBIC AND ANAEROBIC OXIDATION OF ORGANIC MOLECULES. Bio 107 Week 6

RESPIRATION AND FERMENTATION: AEROBIC AND ANAEROBIC OXIDATION OF ORGANIC MOLECULES. Bio 107 Week 6 RESPIRATION AND FERMENTATION: AEROBIC AND ANAEROBIC OXIDATION OF ORGANIC MOLECULES Bio 107 Week 6 Procedure 7.2 Label test tubes well, including group name 1) Add solutions listed to small test tubes 2)

More information

Transduction of Intracellular and Intercellular Dynamics in Yeast Glycolytic Oscillations

Transduction of Intracellular and Intercellular Dynamics in Yeast Glycolytic Oscillations Biophysical Journal Volume 78 March 2000 1145 1153 1145 Transduction of Intracellular and Intercellular Dynamics in Yeast Glycolytic Oscillations Jana Wolf,* Jutta Passarge,, Oscar J.G. Somsen, Jacky L.

More information

Electron Transport Chain (Respiratory Chain) - exercise - Vladimíra Kvasnicová

Electron Transport Chain (Respiratory Chain) - exercise - Vladimíra Kvasnicová Electron Transport Chain (Respiratory Chain) - exercise - Vladimíra Kvasnicová Respiratory chain (RCH) a) is found in all cells b) is located in a mitochondrion c) includes enzymes integrated in the inner

More information

Chapter 6 Active Reading Guide An Introduction to Metabolism

Chapter 6 Active Reading Guide An Introduction to Metabolism Name: AP Biology Mr. Croft Section 1 1. Define metabolism. Chapter 6 Active Reading Guide An Introduction to Metabolism 2. There are two types of reactions in metabolic pathways: anabolic and catabolic.

More information

Chapter 8: An Introduction to Metabolism

Chapter 8: An Introduction to Metabolism Chapter 8: An Introduction to Metabolism Name Period Concept 8.1 An organism s metabolism transforms matter and energy, subject to the laws of thermodynamics 1. Define metabolism. 2. There are two types

More information

Practical exercises INSA course: modelling integrated networks of metabolism and gene expression

Practical exercises INSA course: modelling integrated networks of metabolism and gene expression Practical exercises INSA course: modelling integrated networks of metabolism and gene expression Hidde de Jong October 7, 2016 1 Carbon catabolite repression in bacteria All free-living bacteria have to

More information

Photosynthesis and Cellular Respiration Practice Test Name

Photosynthesis and Cellular Respiration Practice Test Name Photosynthesis and Cellular Respiration Practice Test Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. 1) Which H+ has just passed through the

More information

Transformation of Energy! Energy is the ability to do work.! Thermodynamics is the study of the flow and transformation of energy in the universe.

Transformation of Energy! Energy is the ability to do work.! Thermodynamics is the study of the flow and transformation of energy in the universe. Section 1 How Organisms Obtain Energy Transformation of Energy! Energy is the ability to do work.! Thermodynamics is the study of the flow and transformation of energy in the universe. Section 1 How Organisms

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

Flux Balance Analysis

Flux Balance Analysis Lecture 10: Flux Balance Analysis Tue 7 March 2006 with the collaboration of Luna De Ferrari 1 Images and text from: E. Klipp, Systems Biology in Practice, Wiley-VCH, 2005 Ch 5 Edwards JS, Palsson BO,

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

Energy Transformation. Metabolism = total chemical reactions in cells.

Energy Transformation. Metabolism = total chemical reactions in cells. Energy Transformation Metabolism = total chemical reactions in cells. metabole = change Metabolism is concerned with managing the material and energy resources of the cell -Catabolism -Anabolism -Catabolism

More information

Photosynthesis and cellular respirations

Photosynthesis and cellular respirations The Introduction of Biology Defining of life Basic chemistry, the chemistry of organic molecules Classification of living things History of cells and Cells structures and functions Photosynthesis and cellular

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

Chapter 14. Enzyme Kinetics

Chapter 14. Enzyme Kinetics Chapter 4. Enzyme inetics Chemical kinetics Elementary reactions A P (Oerall stoichiometry) (ntermediates) Rate equations aa bb zz P Rate k[a] a [B] b [Z] z k: rate constant The order of the reaction (ab

More information

Energy for biological processes

Energy for biological processes 1 Energy transfer When you have finished revising this topic, you should: be able to explain the difference between catabolic and anabolic reactions be able to describe the part played by in cell metabolism

More information

C. Incorrect! Catalysts themselves are not altered or consumed during the reaction.

C. Incorrect! Catalysts themselves are not altered or consumed during the reaction. Human Physiology - Problem Drill 04: Enzymes and Energy Question No. 1 of 10 Instructions: (1) Read the problem and answer choices carefully, (2) Work the problems on paper as needed, (3) Pick the answer,

More information

Lectures by Kathleen Fitzpatrick

Lectures by Kathleen Fitzpatrick Chapter 10 Chemotrophic Energy Metabolism: Aerobic Respiration Lectures by Kathleen Fitzpatrick Simon Fraser University Figure 10-1 Figure 10-6 Conversion of pyruvate The conversion of pyruvate to acetyl

More information

Cellular respiration. How do living things stay alive? Cellular Respiration Burning. Photosynthesis. Cellular Respiration

Cellular respiration. How do living things stay alive? Cellular Respiration Burning. Photosynthesis. Cellular Respiration How do living things stay alive? Cellular Respiration Burning Happens in ALL living things inside cells and has the main goal of producing ATP the fuel of life It does not matter whether the organisms

More information

Cellular Respiration. The mechanism of creating cellular energy. Thursday, 11 October, 12

Cellular Respiration. The mechanism of creating cellular energy. Thursday, 11 October, 12 Cellular Respiration The mechanism of creating cellular energy What do we know?? What do we know?? Grade 5 - Food --> Energy What do we know?? Grade 5 - Food --> Energy Grade 10 - glu. + O2 --> CO2 + H20

More information

The Proton Motive Force. Overview. Compartmentalization 11/6/2015. Chapter 21 Stryer Short Course. ATP synthesis Shuttles

The Proton Motive Force. Overview. Compartmentalization 11/6/2015. Chapter 21 Stryer Short Course. ATP synthesis Shuttles The Proton Motive Force Chapter 21 Stryer Short Course Redox reactions Electron transport chain Proton gradient Overview ATP synthesis Shuttles Analogy: How does burning coal put flour in the grocery store?

More information

Chapter 8: An Introduction to Metabolism

Chapter 8: An Introduction to Metabolism Name Period Concept 8.1 An organism s metabolism transforms matter and energy, subject to the laws of thermodynamics 1. Define metabolism. 2. There are two types of reactions in metabolic pathways: anabolic

More information

Chapter 8: An Introduction to Metabolism

Chapter 8: An Introduction to Metabolism Chapter 8: An Introduction to Metabolism Key Concepts 8.1 An organism s metabolism transforms matter and energy, subject to the laws of thermodynamics 8.2 The free-energy change of a reaction tells us

More information

2. In regards to the fluid mosaic model, which of the following is TRUE?

2. In regards to the fluid mosaic model, which of the following is TRUE? General Biology: Exam I Sample Questions 1. How many electrons are required to fill the valence shell of a neutral atom with an atomic number of 24? a. 0 the atom is inert b. 1 c. 2 d. 4 e. 6 2. In regards

More information

All organisms require a constant expenditure of energy to maintain the living state - "LIFE".

All organisms require a constant expenditure of energy to maintain the living state - LIFE. CELLULAR RESPIRATION All organisms require a constant expenditure of energy to maintain the living state - "LIFE". Where does the energy come from and how is it made available for life? With rare exception,

More information

To be, or not be (a chemical equilibrium), that is the question:

To be, or not be (a chemical equilibrium), that is the question: To be, or not be (a chemical equilibrium), that is the question: Enzymes are catalysts and cannot deviate from the laws of thermodynamics. nce the Gibbs free energy change ( G) for the overall reaction

More information

Biology Reading Assignment: Chapter 9 in textbook

Biology Reading Assignment: Chapter 9 in textbook Biology 205 5.10.06 Reading Assignment: Chapter 9 in textbook HTTP://WUNMR.WUSTL.EDU/EDUDEV/LABTUTORIALS/CYTOCHROMES/CYTOCHROMES.HTML What does a cell need to do? propagate itself (and its genetic program)

More information

Chapter 8: An Introduction to Metabolism. 1. Energy & Chemical Reactions 2. ATP 3. Enzymes & Metabolic Pathways

Chapter 8: An Introduction to Metabolism. 1. Energy & Chemical Reactions 2. ATP 3. Enzymes & Metabolic Pathways Chapter 8: An Introduction to Metabolism 1. Energy & Chemical Reactions 2. ATP 3. Enzymes & Metabolic Pathways 1. Energy & Chemical Reactions 2 Basic Forms of Energy Kinetic Energy (KE) energy in motion

More information

Giving you the energy you need!

Giving you the energy you need! Giving you the energy you need! Use your dominant hand Open and close the pin (with your thumb and forefinger) as many times as you can for 20 seconds while holding the other fingers straight out! Repeat

More information

UNIT 2: CELLS Chapter 4: Cells and Energy

UNIT 2: CELLS Chapter 4: Cells and Energy CORNELL NOTES Directions: You must create a minimum of 5 questions in this column per page (average). Use these to study your notes and prepare for tests and quizzes. Notes will be stamped after each assigned

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

Energy & Metabolism. Two states of energy. Low and high potential energy 9/23/2016. Energy

Energy & Metabolism. Two states of energy. Low and high potential energy 9/23/2016. Energy Energy & Metabolism Energy Life requires a constant flow of energy. Energy: The capacity to do work. Energy can be transferred to other objects or converted into different forms, but cannot be created

More information

Chapter 8: Energy and Metabolism

Chapter 8: Energy and Metabolism Chapter 8: Energy and Metabolism Why do organisms need energy? How do organisms manage their energy needs? Defining terms and issues: energy and thermodynamics metabolic reactions and energy transfers

More information

Chapter Cells and the Flow of Energy A. Forms of Energy 1. Energy is capacity to do work; cells continually use energy to develop, grow,

Chapter Cells and the Flow of Energy A. Forms of Energy 1. Energy is capacity to do work; cells continually use energy to develop, grow, Chapter 6 6.1 Cells and the Flow of Energy A. Forms of Energy 1. Energy is capacity to do work; cells continually use energy to develop, grow, repair, reproduce, etc. 2. Kinetic energy is energy of motion;

More information

Cellular Respiration Stage 4: Electron Transport Chain

Cellular Respiration Stage 4: Electron Transport Chain Cellular Respiration Stage 4: Electron Transport Chain 2006-2007 Cellular respiration What s the point? The point is to make ATP! ATP 2006-2007 ATP accounting so far Glycolysis 2 ATP Kreb s cycle 2 ATP

More information

Electrochemistry & Redox. Voltaic Cells. Electrochemical Cells

Electrochemistry & Redox. Voltaic Cells. Electrochemical Cells Electrochemistry & Redox An oxidation-reduction (redox) reaction involves the transfer of electrons from the reducing agent to the oxidising agent. OXIDATION - is the LOSS of electrons REDUCTION - is the

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) Potential Energy = Stored energy Positional (stored in location of object) Chemical (stored

More information

Ch. 6 & 7 Photosynthesis & Cellular Respiration

Ch. 6 & 7 Photosynthesis & Cellular Respiration Ch. 6 & 7 Photosynthesis & Cellular Respiration 6.1 Energy Reactions The Cycle of Energy Sun CO 2 H 2 O Photosynthesis (energy stored) Cellular Respiration (energy released) O 2 Glucose Obtaining Energy

More information

2) This is a learning problem. You will learn something. You will appreciate this information. If not soon, than someday. Ready?

2) This is a learning problem. You will learn something. You will appreciate this information. If not soon, than someday. Ready? Problem Set 2 Hello Class. This is a Big Round problem set. Lots of word problems. I do this because science is a language. Much of it, and medicine too, is transacted as spoken word: seminars, grand rounds,

More information

Biochemical bases for energy transformations. Biochemical bases for energy transformations. Nutrition 202 Animal Energetics R. D.

Biochemical bases for energy transformations. Biochemical bases for energy transformations. Nutrition 202 Animal Energetics R. D. Biochemical bases for energy transformations Biochemical bases for energy transformations Nutrition 202 Animal Energetics R. D. Sainz Lecture 02 Energy originally from radiant sun energy Captured in chemical

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

Theoretical aspects of C13 metabolic flux analysis with sole quantification of carbon dioxide labeling. Guangquan Shi 04/28/06

Theoretical aspects of C13 metabolic flux analysis with sole quantification of carbon dioxide labeling. Guangquan Shi 04/28/06 Theoretical aspects of C13 metabolic flux analysis with sole quantification of carbon dioxide labeling Guangquan Shi 04/28/06 Omes? One June 26, 2000 President Clinton, with J. Craig Venter, left, and

More information

Cellular Energetics Review

Cellular Energetics Review Cellular Energetics Review 1. What two molecules are formed when a phosphate is removed from ATP? 2. Describe how photosynthesis and cellular respiration are reverse processes. 3. What is the function

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

Biology Reading Assignments:

Biology Reading Assignments: Biology 205 5.13.08 Reading Assignments: Chapter 3 Energy, Catalysis and Biosynthesis pgs. 83-94; 106-116 (Note the various roles of nucleotide based carrier molecules); work questions 3-2 and 3-3 Chapter

More information

The Life of a Cell. The Chemistry of Life. A View of the Cell. Cellular Transport and the Cell Cycle. Energy in a Cell

The Life of a Cell. The Chemistry of Life. A View of the Cell. Cellular Transport and the Cell Cycle. Energy in a Cell The Life of a Cell The Chemistry of Life A View of the Cell Cellular Transport and the Cell Cycle Energy in a Cell Chapter 9 Energy in a Cell 9.1: The Need for Energy 9.1: Section Check 9.2: Photosynthesis:

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

Exam 3 Review (4/12/2011) Lecture note excerpt covering lectures (Exam 3 topics: Chapters 8, 12, 14 & 15)

Exam 3 Review (4/12/2011) Lecture note excerpt covering lectures (Exam 3 topics: Chapters 8, 12, 14 & 15) Exam 3 Review (4/12/2011) Lecture note excerpt covering lectures 17-23 (Exam 3 topics: Chapters 8, 12, 14 & 15) Enzyme Kinetics, Inhibition, and Regulation Chapter 12 Enzyme Kinetics When the concentration

More information

Chapter 8: An Introduction to Metabolism

Chapter 8: An Introduction to Metabolism AP Biology Reading Guide Name Chapter 8: An Introduction to Metabolism Concept 8.1 An organism s metabolism transforms matter and energy, subject to the laws of thermodynamics 1. Define metabolism. 2.

More information

METABOLISM CHAPTER 04 BIO 211: ANATOMY & PHYSIOLOGY I. Dr. Lawrence G. Altman Some illustrations are courtesy of McGraw-Hill.

METABOLISM CHAPTER 04 BIO 211: ANATOMY & PHYSIOLOGY I. Dr. Lawrence G. Altman  Some illustrations are courtesy of McGraw-Hill. BIO 211: ANATOMY & PHYSIOLOGY I CHAPTER 04 1 Please wait 20 seconds before starting slide show. Mouse click or Arrow keys to navigate. Hit ESCAPE Key to exit. CELLULAR METABOLISM Dr. Lawrence G. Altman

More information

CELL METABOLISM OVERVIEW Keep the big picture in mind as we discuss the particulars!

CELL METABOLISM OVERVIEW Keep the big picture in mind as we discuss the particulars! BIO 211: ANATOMY & PHYSIOLOGY I CHAPTER 04 CELLULAR METABOLISM 1 Please wait 20 seconds before starting slide show. Mouse click or Arrow keys to navigate. Hit ESCAPE Key to exit. Dr. Lawrence G. Altman

More information

Metabolism. Fermentation vs. Respiration. End products of fermentations are waste products and not fully.

Metabolism. Fermentation vs. Respiration. End products of fermentations are waste products and not fully. Outline: Metabolism Part I: Fermentations Part II: Respiration Part III: Metabolic Diversity Learning objectives are: Learn about respiratory metabolism, ATP generation by respiration linked (oxidative)

More information

AP Biology Review Chapters 6-8 Review Questions Chapter 6: Metabolism: Energy and Enzymes Chapter 7: Photosynthesis Chapter 8: Cellular Respiration

AP Biology Review Chapters 6-8 Review Questions Chapter 6: Metabolism: Energy and Enzymes Chapter 7: Photosynthesis Chapter 8: Cellular Respiration AP Biology Review Chapters 6-8 Review Questions Chapter 6: Metabolism: Energy and Enzymes 1. Understand and know the first and second laws of thermodynamics. What is entropy? What happens when entropy

More information

Modeling (bio-)chemical reaction networks

Modeling (bio-)chemical reaction networks Mathematical iology: Metabolic Network nalysis Interdisciplinary lecture series for ioinformatics, Mathematics, iology and/or Life Science & Technology dr. Sander Hille shille@math.leidenuniv.nl http://pub.math.leidenuniv.nl/~hillesc

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

Cell Energy: The Big Picture. So, What Exactly is ATP. Adenosine Triphosphate. Your turn to Practice converting ATP to ADP:

Cell Energy: The Big Picture. So, What Exactly is ATP. Adenosine Triphosphate. Your turn to Practice converting ATP to ADP: Understanding How Living Things Obtain and Use Energy. Cell Energy: The Big Picture Most Autotrophs produce food (sugar) using light energy during Photosynthesis. Then, both Autotrophs and Heterotroph

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

Bifurcation Analysis of Continuous Biochemical Reactor Models

Bifurcation Analysis of Continuous Biochemical Reactor Models Biotechnol. Prog. 2001, 17, 647 660 647 Bifurcation Analysis of Continuous Biochemical Reactor Models Yongchun Zhang and Michael A. Henson* Department of Chemical Engineering, Louisiana State University,

More information

Activity: Identifying forms of energy

Activity: Identifying forms of energy Activity: Identifying forms of energy INTRODUCTION TO METABOLISM Metabolism Metabolism is the sum of all chemical reactions in an organism Metabolic pathway begins with a specific molecule and ends with

More information

AP Biology Energy Exam Study Guide. Enzymes, Cellular Respiration, Metabolic Patterns, and Photosynthesis

AP Biology Energy Exam Study Guide. Enzymes, Cellular Respiration, Metabolic Patterns, and Photosynthesis AP Biology Energy Exam Study Guide Enzymes, Cellular Respiration, Metabolic Patterns, and Photosynthesis 1. In which orientation must these two amino acids be brought together to form a dipeptide bond?

More information

ATP. Chapter 4. Photosynthesis. Cell Respiration. Energy of Life. All organisms need energy in order to survive

ATP. Chapter 4. Photosynthesis. Cell Respiration. Energy of Life. All organisms need energy in order to survive ATP Chapter 4 Photosynthesis Energy of Life All organisms need energy in order to survive 2 Major groups of organisms: A. autotrophs make their own food Ex: plants B. heterotrophs must eat others living

More information

Bio102 Problems Photosynthesis

Bio102 Problems Photosynthesis Bio102 Problems Photosynthesis 1. Why is it advantageous for chloroplasts to have a very large (in surface area) thylakoid membrane contained within the inner membrane? A. This limits the amount of stroma

More information

Ev e ry living c e l l needs a source of

Ev e ry living c e l l needs a source of 12 Photosynthesis and Cellular Respiration Ev e ry living c e l l needs a source of energy. Without energy, metabolism all of the chemical reactions that occur within cells will not occur. In this activity,

More information

Dynamics of two-component biochemical systems in interacting cells; Synchronization and desynchronization of oscillations and multiple steady states

Dynamics of two-component biochemical systems in interacting cells; Synchronization and desynchronization of oscillations and multiple steady states BioSystems 43 (1997) 1 4 Dynamics of two-component biochemical systems in interacting cells; Synchronization and desynchronization of oscillations and multiple steady states Jana Wolf, Reinhart Heinrich

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

Carbon labeling for Metabolic Flux Analysis. Nicholas Wayne Henderson Computational and Applied Mathematics. Abstract

Carbon labeling for Metabolic Flux Analysis. Nicholas Wayne Henderson Computational and Applied Mathematics. Abstract Carbon labeling for Metabolic Flux Analysis Nicholas Wayne Henderson Computational and Applied Mathematics Abstract Metabolic engineering is rapidly growing as a discipline. Applications in pharmaceuticals,

More information

Chapter 8 Notes. An Introduction to Metabolism

Chapter 8 Notes. An Introduction to Metabolism Chapter 8 Notes An Introduction to Metabolism Describe how allosteric regulators may inhibit or stimulate the activity of an enzyme. Objectives Distinguish between the following pairs of terms: catabolic

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

Biology A: Chapter 5 Annotating Notes

Biology A: Chapter 5 Annotating Notes Name: Pd: Biology A: Chapter 5 Annotating Notes -As you read your textbook, please fill out these notes. -Read each paragraph state the big/main idea on the left side. - On the right side you should take

More information

Regulation of metabolism

Regulation of metabolism Regulation of metabolism So far in this course we have assumed that the metabolic system is in steady state For the rest of the course, we will abandon this assumption, and look at techniques for analyzing

More information

Metabolism Review. A. Top 10

Metabolism Review. A. Top 10 A. Top 10 Metabolism Review 1. Energy production through chemiosmosis a. pumping of H+ ions onto one side of a membrane through protein pumps in an Electron Transport Chain (ETC) b. flow of H+ ions across

More information

Judith Herzfeld 1997,1999. These exercises are provided here for classroom and study use only. All other uses are copyright protected.

Judith Herzfeld 1997,1999. These exercises are provided here for classroom and study use only. All other uses are copyright protected. Judith Herzfeld 1997,1999 These exercises are provided here for classroom and study use only. All other uses are copyright protected. 5.5-010 Which of the following statements is not valid concerning a

More information

Chapter 5 Ground Rules of Metabolism Sections 1-5

Chapter 5 Ground Rules of Metabolism Sections 1-5 Chapter 5 Ground Rules of Metabolism Sections 1-5 5.1 A Toast to Alcohol Dehydrogenase In the liver, the enzyme alcohol dehydrogenase breaks down toxic ethanol to acetaldehyde, an organic molecule even

More information

BIOLOGY 111. CHAPTER 7: Vital Harvest: Deriving Energy From Food

BIOLOGY 111. CHAPTER 7: Vital Harvest: Deriving Energy From Food BIOLOGY 111 CHAPTER 7: Vital Harvest: Deriving Energy From Food Deriving Energy from Food: What is the best carbohydrate source (for energy) in our food? Glucose! Where is the energy stored in glucose?

More information

Name Period The Control of Gene Expression in Prokaryotes Notes

Name Period The Control of Gene Expression in Prokaryotes Notes Bacterial DNA contains genes that encode for many different proteins (enzymes) so that many processes have the ability to occur -not all processes are carried out at any one time -what allows expression

More information

Basic Concepts of Metabolism. Stages of Catabolism. Key intermediates 10/12/2015. Chapter 15, Stryer Short Course

Basic Concepts of Metabolism. Stages of Catabolism. Key intermediates 10/12/2015. Chapter 15, Stryer Short Course Basic Concepts of Metabolism Chapter 15, Stryer Short Course Digestion Formation of key intermediate small molecules Formation of ATP Stages of Catabolism Key intermediates 1 Fundamental Needs for Energy

More information