Computer Simulation and Data Analysis in Molecular Biology and Biophysics

Size: px
Start display at page:

Download "Computer Simulation and Data Analysis in Molecular Biology and Biophysics"

Transcription

1 Victor Bloomfield Computer Simulation and Data Analysis in Molecular Biology and Biophysics An Introduction Using R Springer

2 Contents Part I The Basics of R 1 Calculating with R Installing R Demos Finding help with R Some interface aids Arithmetic Complex numbers Assigning variables Example: Conversions between units Standard mathematical functions Rounding Vectors Operations on vectors Functions that operate on vectors Character vectors Generating sequences Generating regular sequences Generating sequences of random numbers Logical vectors Matrices Arithmetic operations on matrices Matrix multiplication Determinant of a matrix Transpose of a matrix Diagonal matrix Matrix inverse Eigenvalues and eigenvectors Other matrix functions Other data structures 19 ix

3 x Contents Data frames Factors Lists Problems 20 2 Plotting with R Some common plots Data plot Bar plot Function plot Histogram Three-dimensional plot Customizing plots Different plot characters Plotting data with a line Adding title and axis labels Adding colors Adding straight lines to a plot Adjusting the axes Customizing ticks and axes Setting default graph parameters Adding text to a plot Adding math expressions and arrows Constructing a diagram Superimposing data series in a plot Placing two or more plots in a figure Error bars Locating and identifying points on a plot Problems 46 3 Functions and Programming Built-in functions in R Sorting Splines Sampling User-defined functions Gaussian function ph titration curves Programming Conditional execution with i f () Looping with for () Looping with while () Looping with repeat Choosing with which () Numerical analysis with R 58

4 3.4.1 Finding a zero of a function Finding the roots of a polynomial Solving a system of simultaneous linear equations Solving a system of nonlinear equations Numerical integration of functions Numerical integration of data using splinefun Numerical differentiation Problems 65 4 Data and Packages Writing and reading data to files Changing directories Writing data to a file Reading data from a file using scan() Writing and reading tables Reading and writing spreadsheet files Saving the R environment between sessions Packages Data frames Factors The contributed package seqinr Problems 81 Part II Simulation of Biological Processes 5 Equilibrium and Steady State Calculations Equilibrium in reacting mixture Binding of a ligand L to a protein or polymer P Fitting binding data with a Scatchard plot using linear model (lm) Strong and weak binding Cooperative binding Oxygen binding by hemoglobin Hill plot Experimental determination of equilibrium constants Temperature dependence of equilibrium constants: the van't Hoff equation Single strand-double helix equilibrium in oligonucleotides Steady-state enzyme kinetics Michaelis-Menten kinetics Lineweaver-Burk fitting Eadie-Hofstee fitting Competitive inhibition Non-linear least-squares fitting Problems 110 xi

5 Contents Differential Equations and Reaction Kinetics Analytically solvable models Exponential growth Exponential decay Chemical Conversion Exponential decay to a constant value Model of limited growth Kinetics of bimolecular reactions Numerical integration of ODEs Integrating a single ODE by the Euler method Integrating a system of ODEs by the Euler method Integrating a system of ODEs by the improved Euler method Integrating a system of equations using 4th-order Runge-Kutta lsoda, a sophisticated differential equation solver Stability of systems of ODEs Numerical solution of second-order ODEs Stochastic differential equations Problems 135 Population Dynamics Models of homogeneous populations of organisms Verhulst-Pearl (logistic) equation Variable carrying capacity and the logistic Lotka-Volterra model of predation Modifications of the Lotka-Volterra model Volterra's model for two-species competition Models of microbial growth Monod model of microbial growth Microbial growth in batch culture and chemostat Multiple limiting nutrients Competition for limiting nutrients Toxic inhibition of microbial growth Models of Epidemics The simple SIR model The SIR model with births and deaths SI model of fatal infections SIS model of infection without immunity A model for an epidemic of gonorrhea Problems 155 Diffusion and Transport Transport by simple diffusion Fick's laws of diffusion Analytical solutions of Fick's second law in one dimension. 160

6 8.1.3 Numerical solutions of Fick's second law in one dimension Diffusion in spherical and cylindrical geometries Diffusion in a driving field: electrophoresis Countercurrent diffusion Diffusion as a random process: Brownian motion Compartmental models in physiology and pharmacokinetics Periodic dose administration to a single compartment Liver function A two-compartment model Multi-compartment model of liver function Oscillations in calcium metabolism Problems Regulation and Control of Metabolism Successive enzyme reactions One-substrate, one-product reaction Successive one-substrate, one-product reactions Steady-state flux calculation Metabolic control analysis Flux control coefficients Elasticities Biochemical systems theory Linear pathway with feedback inhibition Transitions in reaction network behavior Problems Models of Regulation Regulation of transcription: Feed-forward loops Regulation of signaling: Bacterial Chemotaxis Modeling of Chemotaxis as a biased random walk Robust model of Chemotaxis Regulation of development: Morphogenesis Exponential morphogen gradients are not robust Self-enhanced morphogen degradation to form robust gradients Patterning in the dorsal region of Drosophila Problems 202 Part III Analyzing DNA and Protein Sequences 11 Probability and Population Genetics Some fundamentals of probability Review of basic probability ideas Conditional probability The law of total probability Bayes' theorem Stochastic population models 210 xiii

7 xiv Contents Stochastic modeling of population growth Stochastic simulation of radioactive decay Markov chains Markov chain model of diffusion out of and into a cell Probability distribution functions R's four basic functions for a statistical distribution Uniform distribution Normal distribution Binomial distribution Poisson distribution Geometric distribution Exponential distribution Other distributions Population Genetics Hardy-Weinberg Principle Effect of selection Selection for heterozygotes Mutation Selection involving sex-linked recessive genes Problems DNA Sequence Analysis Getting a sequence from the Web Using Entrez Making the sequence usable by R Converting letters to numbers Single base sequences and frequencies Counting the number of each type of base Simulating a random sequence of bases Simulating the distribution of the number of A residues in a sequence Dinucleotide sequences and frequencies Probability of observing dinucleotides Markov chain simulation of dinucleotide frequencies Simulation of restriction sites Detecting periodicity in a sequence Problems 248 Part IV Statistical Analysis in Molecular and Cellular Biology 13 Statistical Analysis of Data Summary statistics for a single group of data Summary statistics Histograms Cumulative distribution 253

8 XV Test of normal distribution using qqnorm Boxplots Summary statistics for grouped data using tapply {) Statistical comparison of two samples One-sample t test Two-sample t test Two-sample Wilcoxon test Paired t test Statistical power calculations Analysis of spectral data Fitting to a sum of decaying exponentials Fitting a superposition of Gaussian spectra Processing mass spectrometry data Problems 276 Microarrays Introduction Preprocessing overview The af f у package Importing data not in standard form The need for preprocessing Preprocessing steps The Dilution dataset Preliminary inspection MAplot Background correction Normalization PM correction Summarization Combining preprocessing steps with expresso Using the results of preprocessing ExpressionSet Identifying highly expressed genes Statistical analysis of differential gene expression Paired samples Unpaired samples Bootstrapping Analysis of variance (anova) for more than two groups Detecting groups of genes Correlation Distance measures Clustering Principal component analysis Power analysis lproblems 307

9 xvi Contents A Basic String Manipulations in R 309 References 313 Index 317

FUNDAMENTALS of SYSTEMS BIOLOGY From Synthetic Circuits to Whole-cell Models

FUNDAMENTALS of SYSTEMS BIOLOGY From Synthetic Circuits to Whole-cell Models FUNDAMENTALS of SYSTEMS BIOLOGY From Synthetic Circuits to Whole-cell Models Markus W. Covert Stanford University 0 CRC Press Taylor & Francis Group Boca Raton London New York Contents /... Preface, xi

More information

Contents. UNIT 1 Descriptive Statistics 1. vii. Preface Summary of Goals for This Text

Contents. UNIT 1 Descriptive Statistics 1. vii. Preface Summary of Goals for This Text Preface Summary of Goals for This Text vii ix UNIT 1 Descriptive Statistics 1 CHAPTER 1 Basic Descriptive Statistics 3 1.1 Types of Biological Data 3 1.2 Summary Descriptive Statistics of DataSets 4 1.3

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

Systems Biology in Photosynthesis INTRODUCTION

Systems Biology in Photosynthesis INTRODUCTION 1 / 26 Systems Biology in Photosynthesis INTRODUCTION Rainer Machné Institute for Theoretical Chemistry, University of Vienna, Austria PSI - Photon System Instruments, Czech Republic Brno, April, 2011

More information

Modeling and Simulation in Medicine and the Life Sciences

Modeling and Simulation in Medicine and the Life Sciences Frank C. Hoppensteadt Charles S. Peskin Modeling and Simulation in Medicine and the Life Sciences Second Edition With 93 Illustrations fyj Springer Contents Series Preface Preface vii ix Introduction 1

More information

Brief contents. Chapter 1 Virus Dynamics 33. Chapter 2 Physics and Biology 52. Randomness in Biology. Chapter 3 Discrete Randomness 59

Brief contents. Chapter 1 Virus Dynamics 33. Chapter 2 Physics and Biology 52. Randomness in Biology. Chapter 3 Discrete Randomness 59 Brief contents I First Steps Chapter 1 Virus Dynamics 33 Chapter 2 Physics and Biology 52 II Randomness in Biology Chapter 3 Discrete Randomness 59 Chapter 4 Some Useful Discrete Distributions 96 Chapter

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

Networks in systems biology

Networks in systems biology Networks in systems biology Matthew Macauley Department of Mathematical Sciences Clemson University http://www.math.clemson.edu/~macaule/ Math 4500, Spring 2017 M. Macauley (Clemson) Networks in systems

More information

Cellular Systems Biology or Biological Network Analysis

Cellular Systems Biology or Biological Network Analysis Cellular Systems Biology or Biological Network Analysis Joel S. Bader Department of Biomedical Engineering Johns Hopkins University (c) 2012 December 4, 2012 1 Preface Cells are systems. Standard engineering

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

Ordinary Differential Equations

Ordinary Differential Equations Ordinary Differential Equations Michael H. F. Wilkinson Institute for Mathematics and Computing Science University of Groningen The Netherlands December 2005 Overview What are Ordinary Differential Equations

More information

Lecture 7: Simple genetic circuits I

Lecture 7: Simple genetic circuits I Lecture 7: Simple genetic circuits I Paul C Bressloff (Fall 2018) 7.1 Transcription and translation In Fig. 20 we show the two main stages in the expression of a single gene according to the central dogma.

More information

Basic Synthetic Biology circuits

Basic Synthetic Biology circuits Basic Synthetic Biology circuits Note: these practices were obtained from the Computer Modelling Practicals lecture by Vincent Rouilly and Geoff Baldwin at Imperial College s course of Introduction to

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

Differential Equations with Mathematica

Differential Equations with Mathematica Differential Equations with Mathematica THIRD EDITION Martha L. Abell James P. Braselton ELSEVIER ACADEMIC PRESS Amsterdam Boston Heidelberg London New York Oxford Paris San Diego San Francisco Singapore

More information

Introduction. Dagmar Iber Jörg Stelling. CSB Deterministic, SS 2015, 1.

Introduction. Dagmar Iber Jörg Stelling. CSB Deterministic, SS 2015, 1. Introduction Dagmar Iber Jörg Stelling joerg.stelling@bsse.ethz.ch CSB Deterministic, SS 2015, 1 Origins of Systems Biology On this assumption of the passage of blood, made as a basis for argument, and

More information

MULTIVARIABLE CALCULUS, LINEAR ALGEBRA, AND DIFFERENTIAL EQUATIONS

MULTIVARIABLE CALCULUS, LINEAR ALGEBRA, AND DIFFERENTIAL EQUATIONS T H I R D E D I T I O N MULTIVARIABLE CALCULUS, LINEAR ALGEBRA, AND DIFFERENTIAL EQUATIONS STANLEY I. GROSSMAN University of Montana and University College London SAUNDERS COLLEGE PUBLISHING HARCOURT BRACE

More information

Biotransport: Principles

Biotransport: Principles Robert J. Roselli Kenneth R. Diller Biotransport: Principles and Applications 4 i Springer Contents Part I Fundamentals of How People Learn (HPL) 1 Introduction to HPL Methodology 3 1.1 Introduction 3

More information

Elementary Applications of Probability Theory

Elementary Applications of Probability Theory Elementary Applications of Probability Theory With an introduction to stochastic differential equations Second edition Henry C. Tuckwell Senior Research Fellow Stochastic Analysis Group of the Centre for

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

Math 345 Intro to Math Biology Lecture 19: Models of Molecular Events and Biochemistry

Math 345 Intro to Math Biology Lecture 19: Models of Molecular Events and Biochemistry Math 345 Intro to Math Biology Lecture 19: Models of Molecular Events and Biochemistry Junping Shi College of William and Mary, USA Molecular biology and Biochemical kinetics Molecular biology is one of

More information

A. One-Substrate Reactions (1) Kinetic concepts

A. One-Substrate Reactions (1) Kinetic concepts A. One-Substrate Reactions (1) Kinetic concepts (2) Kinetic analysis (a) Briggs-Haldane steady-state treatment (b) Michaelis constant (K m ) (c) Specificity constant (3) Graphical analysis (4) Practical

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

COPYRIGHTED MATERIAL CONTENTS. Preface Preface to the First Edition

COPYRIGHTED MATERIAL CONTENTS. Preface Preface to the First Edition Preface Preface to the First Edition xi xiii 1 Basic Probability Theory 1 1.1 Introduction 1 1.2 Sample Spaces and Events 3 1.3 The Axioms of Probability 7 1.4 Finite Sample Spaces and Combinatorics 15

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

Physics with Matlab and Mathematica Exercise #1 28 Aug 2012

Physics with Matlab and Mathematica Exercise #1 28 Aug 2012 Physics with Matlab and Mathematica Exercise #1 28 Aug 2012 You can work this exercise in either matlab or mathematica. Your choice. A simple harmonic oscillator is constructed from a mass m and a spring

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

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

University of Texas-Austin - Integration of Computing

University of Texas-Austin - Integration of Computing University of Texas-Austin - Integration of Computing During 2001-2002 the Department of Chemical Engineering at UT-Austin revamped the computing thread in its curriculum in order to strengthen student

More information

Principles of Synthetic Biology: Midterm Exam

Principles of Synthetic Biology: Midterm Exam Principles of Synthetic Biology: Midterm Exam October 28, 2010 1 Conceptual Simple Circuits 1.1 Consider the plots in figure 1. Identify all critical points with an x. Put a circle around the x for each

More information

Systems Biology Across Scales: A Personal View XIV. Intra-cellular systems IV: Signal-transduction and networks. Sitabhra Sinha IMSc Chennai

Systems Biology Across Scales: A Personal View XIV. Intra-cellular systems IV: Signal-transduction and networks. Sitabhra Sinha IMSc Chennai Systems Biology Across Scales: A Personal View XIV. Intra-cellular systems IV: Signal-transduction and networks Sitabhra Sinha IMSc Chennai Intra-cellular biochemical networks Metabolic networks Nodes:

More information

5. Kinetics of Allosteric Enzymes. Sigmoidal Kinetics. Cooperativity Binding Constant

5. Kinetics of Allosteric Enzymes. Sigmoidal Kinetics. Cooperativity Binding Constant 5. Kinetics of Allosteric Enzymes Sigmoidal Kinetics Cooperativity Binding Constant Kinetics of Allosteric Enzymes Contents Definitions Allosteric enzymes Cooperativity Homoallostery Heteroallostery Biphasic

More information

Chapter 15 Active Reading Guide Regulation of Gene Expression

Chapter 15 Active Reading Guide Regulation of Gene Expression Name: AP Biology Mr. Croft Chapter 15 Active Reading Guide Regulation of Gene Expression The overview for Chapter 15 introduces the idea that while all cells of an organism have all genes in the genome,

More information

Computational Biology 1

Computational Biology 1 Computational Biology 1 Protein Function & nzyme inetics Guna Rajagopal, Bioinformatics Institute, guna@bii.a-star.edu.sg References : Molecular Biology of the Cell, 4 th d. Alberts et. al. Pg. 129 190

More information

WILEY. Differential Equations with MATLAB (Third Edition) Brian R. Hunt Ronald L. Lipsman John E. Osborn Jonathan M. Rosenberg

WILEY. Differential Equations with MATLAB (Third Edition) Brian R. Hunt Ronald L. Lipsman John E. Osborn Jonathan M. Rosenberg Differential Equations with MATLAB (Third Edition) Updated for MATLAB 2011b (7.13), Simulink 7.8, and Symbolic Math Toolbox 5.7 Brian R. Hunt Ronald L. Lipsman John E. Osborn Jonathan M. Rosenberg All

More information

Derivation of Itô SDE and Relationship to ODE and CTMC Models

Derivation of Itô SDE and Relationship to ODE and CTMC Models Derivation of Itô SDE and Relationship to ODE and CTMC Models Biomathematics II April 23, 2015 Linda J. S. Allen Texas Tech University TTU 1 Euler-Maruyama Method for Numerical Solution of an Itô SDE dx(t)

More information

Thomas Fischer Weiss. Cellular Biophysics. Volume 1: Transport. A Bradford Book The MIT Press Cambridge, Massachusetts London, England

Thomas Fischer Weiss. Cellular Biophysics. Volume 1: Transport. A Bradford Book The MIT Press Cambridge, Massachusetts London, England Thomas Fischer Weiss Cellular Biophysics Volume 1: Transport A Bradford Book The MIT Press Cambridge, Massachusetts London, England 1996 Massachusetts Institute of Technology All rights reserved. No part

More information

1 Linear Regression and Correlation

1 Linear Regression and Correlation Math 10B with Professor Stankova Worksheet, Discussion #27; Tuesday, 5/1/2018 GSI name: Roy Zhao 1 Linear Regression and Correlation 1.1 Concepts 1. Often when given data points, we want to find the line

More information

COURSE NUMBER: EH 590R SECTION: 1 SEMESTER: Fall COURSE TITLE: Computational Systems Biology: Modeling Biological Responses

COURSE NUMBER: EH 590R SECTION: 1 SEMESTER: Fall COURSE TITLE: Computational Systems Biology: Modeling Biological Responses DEPARTMENT: Environmental Health COURSE NUMBER: EH 590R SECTION: 1 SEMESTER: Fall 2017 CREDIT HOURS: 2 COURSE TITLE: Computational Systems Biology: Modeling Biological Responses COURSE LOCATION: TBD PREREQUISITE:

More information

Mutation Selection on the Metabolic Pathway and the Effects on Protein Co-evolution and the Rate Limiting Steps on the Tree of Life

Mutation Selection on the Metabolic Pathway and the Effects on Protein Co-evolution and the Rate Limiting Steps on the Tree of Life Ursinus College Digital Commons @ Ursinus College Mathematics Summer Fellows Student Research 7-21-2016 Mutation Selection on the Metabolic Pathway and the Effects on Protein Co-evolution and the Rate

More information

2 Dilution of Proteins Due to Cell Growth

2 Dilution of Proteins Due to Cell Growth Problem Set 1 1 Transcription and Translation Consider the following set of reactions describing the process of maing a protein out of a gene: G β g G + M M α m M β m M + X X + S 1+ 1 X S 2+ X S X S 2

More information

7.32/7.81J/8.591J. Rm Rm (under construction) Alexander van Oudenaarden Jialing Li. Bernardo Pando. Rm.

7.32/7.81J/8.591J. Rm Rm (under construction) Alexander van Oudenaarden Jialing Li. Bernardo Pando. Rm. Introducing... 7.32/7.81J/8.591J Systems Biology modeling biological networks Lectures: Recitations: ti TR 1:00-2:30 PM W 4:00-5:00 PM Rm. 6-120 Rm. 26-204 (under construction) Alexander van Oudenaarden

More information

Chemistry 112 Chemical Kinetics. Kinetics of Simple Enzymatic Reactions: The Case of Competitive Inhibition

Chemistry 112 Chemical Kinetics. Kinetics of Simple Enzymatic Reactions: The Case of Competitive Inhibition Chemistry Chemical Kinetics Kinetics of Simple Enzymatic Reactions: The Case of Competitive Inhibition Introduction: In the following, we will develop the equations describing the kinetics of a single

More information

HANDBOOK OF APPLICABLE MATHEMATICS

HANDBOOK OF APPLICABLE MATHEMATICS HANDBOOK OF APPLICABLE MATHEMATICS Chief Editor: Walter Ledermann Volume II: Probability Emlyn Lloyd University oflancaster A Wiley-Interscience Publication JOHN WILEY & SONS Chichester - New York - Brisbane

More information

BIOLOGY STANDARDS BASED RUBRIC

BIOLOGY STANDARDS BASED RUBRIC BIOLOGY STANDARDS BASED RUBRIC STUDENTS WILL UNDERSTAND THAT THE FUNDAMENTAL PROCESSES OF ALL LIVING THINGS DEPEND ON A VARIETY OF SPECIALIZED CELL STRUCTURES AND CHEMICAL PROCESSES. First Semester Benchmarks:

More information

Rex-Family Repressor/NADH Complex

Rex-Family Repressor/NADH Complex Kasey Royer Michelle Lukosi Rex-Family Repressor/NADH Complex Part A The biological sensing protein that we selected is the Rex-family repressor/nadh complex. We chose this sensor because it is a calcium

More information

Lecture 1 Modeling in Biology: an introduction

Lecture 1 Modeling in Biology: an introduction Lecture 1 in Biology: an introduction Luca Bortolussi 1 Alberto Policriti 2 1 Dipartimento di Matematica ed Informatica Università degli studi di Trieste Via Valerio 12/a, 34100 Trieste. luca@dmi.units.it

More information

ENZYME KINETICS. Medical Biochemistry, Lecture 24

ENZYME KINETICS. Medical Biochemistry, Lecture 24 ENZYME KINETICS Medical Biochemistry, Lecture 24 Lecture 24, Outline Michaelis-Menten kinetics Interpretations and uses of the Michaelis- Menten equation Enzyme inhibitors: types and kinetics Enzyme Kinetics

More information

Numerical Methods with MATLAB

Numerical Methods with MATLAB Numerical Methods with MATLAB A Resource for Scientists and Engineers G. J. BÖRSE Lehigh University PWS Publishing Company I(T)P AN!NTERNATIONAL THOMSON PUBLISHING COMPANY Boston Albany Bonn Cincinnati

More information

Enzyme Reactions. Lecture 13: Kinetics II Michaelis-Menten Kinetics. Margaret A. Daugherty Fall v = k 1 [A] E + S ES ES* EP E + P

Enzyme Reactions. Lecture 13: Kinetics II Michaelis-Menten Kinetics. Margaret A. Daugherty Fall v = k 1 [A] E + S ES ES* EP E + P Lecture 13: Kinetics II Michaelis-Menten Kinetics Margaret A. Daugherty Fall 2003 Enzyme Reactions E + S ES ES* EP E + P E = enzyme ES = enzyme-substrate complex ES* = enzyme/transition state complex EP

More information

Michaelis-Menten Kinetics. Lecture 13: Kinetics II. Enzyme Reactions. Margaret A. Daugherty. Fall Substrates bind to the enzyme s active site

Michaelis-Menten Kinetics. Lecture 13: Kinetics II. Enzyme Reactions. Margaret A. Daugherty. Fall Substrates bind to the enzyme s active site Lecture 13: Kinetics II Michaelis-Menten Kinetics Margaret A. Daugherty Fall 2003 Enzyme Reactions E + S ES ES* EP E + P E = enzyme ES = enzyme-substrate complex ES* = enzyme/transition state complex EP

More information

Cybergenetics: Control theory for living cells

Cybergenetics: Control theory for living cells Department of Biosystems Science and Engineering, ETH-Zürich Cybergenetics: Control theory for living cells Corentin Briat Joint work with Ankit Gupta and Mustafa Khammash Introduction Overview Cybergenetics:

More information

Molecular Driving Forces

Molecular Driving Forces Molecular Driving Forces Statistical Thermodynamics in Chemistry and Biology SUBGfittingen 7 At 216 513 073 / / Ken A. Dill Sarina Bromberg With the assistance of Dirk Stigter on the Electrostatics chapters

More information

Self-Organization in Nonequilibrium Systems

Self-Organization in Nonequilibrium Systems Self-Organization in Nonequilibrium Systems From Dissipative Structures to Order through Fluctuations G. Nicolis Universite Libre de Bruxelles Belgium I. Prigogine Universite Libre de Bruxelles Belgium

More information

AP Biology Gene Regulation and Development Review

AP Biology Gene Regulation and Development Review AP Biology Gene Regulation and Development Review 1. What does the regulatory gene code for? 2. Is the repressor by default active/inactive? 3. What changes the repressor activity? 4. What does repressor

More information

Bio/Life: Cell Biology

Bio/Life: Cell Biology Bio/Life: Cell Biology 1a The fundamental life processes of plants and animals depend on a variety of chemical reactions that occur in specialized areas of the organism's cells. As a basis for understanding

More information

Overview of MM kinetics

Overview of MM kinetics Overview of MM kinetics Prepared by Robert L Sinsabaugh and Marcy P Osgood in 2007. Includes assumptions and deriviation of original MM model. Includes limitations and implications of MM application to

More information

Mathematical Models of Biological Systems

Mathematical Models of Biological Systems Mathematical Models of Biological Systems CH924 November 25, 2012 Course outline Syllabus: Week 6: Stability of first-order autonomous differential equation, genetic switch/clock, introduction to enzyme

More information

Genetic transcription and regulation

Genetic transcription and regulation Genetic transcription and regulation Central dogma of biology DNA codes for DNA DNA codes for RNA RNA codes for proteins not surprisingly, many points for regulation of the process https://www.youtube.com/

More information

BE 159: Signal Transduction and Mechanics in Morphogenesis

BE 159: Signal Transduction and Mechanics in Morphogenesis BE 159: Signal Transduction and Mechanics in Morphogenesis Justin Bois Caltech Winter, 2018 2018 Justin Bois. This work is licensed under a Creative Commons Attribution License CC-BY 4.0. 5 Delta-Notch

More information

Numerical Analysis for Statisticians

Numerical Analysis for Statisticians Kenneth Lange Numerical Analysis for Statisticians Springer Contents Preface v 1 Recurrence Relations 1 1.1 Introduction 1 1.2 Binomial CoefRcients 1 1.3 Number of Partitions of a Set 2 1.4 Horner's Method

More information

STOCHASTIC PROCESSES IN PHYSICS AND CHEMISTRY

STOCHASTIC PROCESSES IN PHYSICS AND CHEMISTRY STOCHASTIC PROCESSES IN PHYSICS AND CHEMISTRY Third edition N.G. VAN KAMPEN Institute for Theoretical Physics of the University at Utrecht ELSEVIER Amsterdam Boston Heidelberg London New York Oxford Paris

More information

Diffusion. CS/CME/BioE/Biophys/BMI 279 Nov. 15 and 20, 2016 Ron Dror

Diffusion. CS/CME/BioE/Biophys/BMI 279 Nov. 15 and 20, 2016 Ron Dror Diffusion CS/CME/BioE/Biophys/BMI 279 Nov. 15 and 20, 2016 Ron Dror 1 Outline How do molecules move around in a cell? Diffusion as a random walk (particle-based perspective) Continuum view of diffusion

More information

AP* Biology Prep Course

AP* Biology Prep Course AP* Biology Prep Course SYLLABUS Welcome to the FlinnPREP AP* Biology Online Prep Course! Your enrollment in this course is your first step toward a 5 on the AP* Biology exam. FlinnPREP covers fundamental

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

Problem Set 2. 1 Competitive and uncompetitive inhibition (12 points) Systems Biology (7.32/7.81J/8.591J)

Problem Set 2. 1 Competitive and uncompetitive inhibition (12 points) Systems Biology (7.32/7.81J/8.591J) Problem Set 2 1 Competitive and uncompetitive inhibition (12 points) a. Reversible enzyme inhibitors can bind enzymes reversibly, and slowing down or halting enzymatic reactions. If an inhibitor occupies

More information

Handbook of Stochastic Methods

Handbook of Stochastic Methods C. W. Gardiner Handbook of Stochastic Methods for Physics, Chemistry and the Natural Sciences Third Edition With 30 Figures Springer Contents 1. A Historical Introduction 1 1.1 Motivation I 1.2 Some Historical

More information

Chemical kinetics and catalysis

Chemical kinetics and catalysis Chemical kinetics and catalysis Outline Classification of chemical reactions Definition of chemical kinetics Rate of chemical reaction The law of chemical raction rate Collision theory of reactions, transition

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

Richik N. Ghosh, Linnette Grove, and Oleg Lapets ASSAY and Drug Development Technologies 2004, 2:

Richik N. Ghosh, Linnette Grove, and Oleg Lapets ASSAY and Drug Development Technologies 2004, 2: 1 3/1/2005 A Quantitative Cell-Based High-Content Screening Assay for the Epidermal Growth Factor Receptor-Specific Activation of Mitogen-Activated Protein Kinase Richik N. Ghosh, Linnette Grove, and Oleg

More information

Applied Linear Algebra

Applied Linear Algebra Applied Linear Algebra Peter J. Olver School of Mathematics University of Minnesota Minneapolis, MN 55455 olver@math.umn.edu http://www.math.umn.edu/ olver Chehrzad Shakiban Department of Mathematics University

More information

Affinity labels for studying enzyme active sites. Irreversible Enzyme Inhibition. Inhibition of serine protease with DFP

Affinity labels for studying enzyme active sites. Irreversible Enzyme Inhibition. Inhibition of serine protease with DFP Irreversible Enzyme Inhibition Irreversible inhibitors form stable covalent bonds with the enzyme (e.g. alkylation or acylation of an active site side chain) There are many naturally-occurring and synthetic

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

CHAPTER 1 Introduction to Differential Equations 1 CHAPTER 2 First-Order Equations 29

CHAPTER 1 Introduction to Differential Equations 1 CHAPTER 2 First-Order Equations 29 Contents PREFACE xiii CHAPTER 1 Introduction to Differential Equations 1 1.1 Introduction to Differential Equations: Vocabulary... 2 Exercises 1.1 10 1.2 A Graphical Approach to Solutions: Slope Fields

More information

Computational models: Reaction Diffusion. Matthias Vigelius Week 6

Computational models: Reaction Diffusion. Matthias Vigelius Week 6 Computational models: Reaction Diffusion Matthias Vigelius Week 6 Reactions (Chemical) reactions Reaction is a transformation from reactants into products: A + 2B D + 3E + k k [ ] Reactions occur with

More information

When do diffusion-limited trajectories become memoryless?

When do diffusion-limited trajectories become memoryless? When do diffusion-limited trajectories become memoryless? Maciej Dobrzyński CWI (Center for Mathematics and Computer Science) Kruislaan 413, 1098 SJ Amsterdam, The Netherlands Abstract Stochastic description

More information

Measurement of Enzyme Activity - ALP Activity (ALP: Alkaline phosphatase)

Measurement of Enzyme Activity - ALP Activity (ALP: Alkaline phosphatase) Measurement of Enzyme Activity - ALP Activity (ALP: Alkaline phosphatase) Measurement and analysis of enzyme activity is often used in the field of life science such as medicines and foods to investigate

More information

Contents. xiii. Preface v

Contents. xiii. Preface v Contents Preface Chapter 1 Biological Macromolecules 1.1 General PrincipIes 1.1.1 Macrornolecules 1.2 1.1.2 Configuration and Conformation Molecular lnteractions in Macromolecular Structures 1.2.1 Weak

More information

Course in Data Science

Course in Data Science Course in Data Science About the Course: In this course you will get an introduction to the main tools and ideas which are required for Data Scientist/Business Analyst/Data Analyst. The course gives an

More information

STUDY GUIDE #2 Winter 2000 Chem 4540 ANSWERS

STUDY GUIDE #2 Winter 2000 Chem 4540 ANSWERS STUDY GUIDE #2 Winter 2000 Chem 4540 ANSWERS R. Merrill 1. Sketch the appropriate plots on the following axes. Assume that simple Michaelis- Menten kinetics apply. 2. The enzyme-catalyzed hydrolysis of

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

GACE Biology Assessment Test I (026) Curriculum Crosswalk

GACE Biology Assessment Test I (026) Curriculum Crosswalk Subarea I. Cell Biology: Cell Structure and Function (50%) Objective 1: Understands the basic biochemistry and metabolism of living organisms A. Understands the chemical structures and properties of biologically

More information

TABLE OF CONTENTS INTRODUCTION, APPROXIMATION & ERRORS 1. Chapter Introduction to numerical methods 1 Multiple-choice test 7 Problem set 9

TABLE OF CONTENTS INTRODUCTION, APPROXIMATION & ERRORS 1. Chapter Introduction to numerical methods 1 Multiple-choice test 7 Problem set 9 TABLE OF CONTENTS INTRODUCTION, APPROXIMATION & ERRORS 1 Chapter 01.01 Introduction to numerical methods 1 Multiple-choice test 7 Problem set 9 Chapter 01.02 Measuring errors 11 True error 11 Relative

More information

a systems approach to biology

a systems approach to biology a systems approach to biology jeremy gunawardena department of systems biology harvard medical school lecture 8 27 september 2011 4. metabolism, continued recap warning: a single number, like the CI or

More information

OCR Biology Checklist

OCR Biology Checklist Topic 1. Cell level systems Video: Eukaryotic and prokaryotic cells Compare the structure of animal and plant cells. Label typical and atypical prokaryotic cells. Compare prokaryotic and eukaryotic cells.

More information

OCR Biology Checklist

OCR Biology Checklist Topic 1. Cell level systems Video: Eukaryotic and prokaryotic cells Compare the structure of animal and plant cells. Label typical and atypical prokaryotic cells. Compare prokaryotic and eukaryotic cells.

More information

Biochemistry 462a - Enzyme Kinetics Reading - Chapter 8 Practice problems - Chapter 8: (not yet assigned); Enzymes extra problems

Biochemistry 462a - Enzyme Kinetics Reading - Chapter 8 Practice problems - Chapter 8: (not yet assigned); Enzymes extra problems Biochemistry 462a - Enzyme Kinetics Reading - Chapter 8 Practice problems - Chapter 8: (not yet assigned); Enzymes extra problems Introduction Enzymes are Biological Catalysis A catalyst is a substance

More information

Keystone Exams: Biology Assessment Anchors and Eligible Content. Pennsylvania Department of Education

Keystone Exams: Biology Assessment Anchors and Eligible Content. Pennsylvania Department of Education Assessment Anchors and Pennsylvania Department of Education www.education.state.pa.us 2010 PENNSYLVANIA DEPARTMENT OF EDUCATION General Introduction to the Keystone Exam Assessment Anchors Introduction

More information

Chemistry in Biology Section 1 Atoms, Elements, and Compounds

Chemistry in Biology Section 1 Atoms, Elements, and Compounds Name Chemistry in Biology Section 1 Atoms, Elements, and Compounds Date Main Idea Details Scan the headings and boldfaced words in Section 1 of the chapter. Predict two things that you think might be discussed.

More information

Biochemistry 3100 Sample Problems Binding proteins, Kinetics & Catalysis

Biochemistry 3100 Sample Problems Binding proteins, Kinetics & Catalysis (1) Draw an approximate denaturation curve for a typical blood protein (eg myoglobin) as a function of ph. (2) Myoglobin is a simple, single subunit binding protein that has an oxygen storage function

More information

Lab 2 Worksheet. Problems. Problem 1: Geometry and Linear Equations

Lab 2 Worksheet. Problems. Problem 1: Geometry and Linear Equations Lab 2 Worksheet Problems Problem : Geometry and Linear Equations Linear algebra is, first and foremost, the study of systems of linear equations. You are going to encounter linear systems frequently in

More information

CS-E5880 Modeling biological networks Gene regulatory networks

CS-E5880 Modeling biological networks Gene regulatory networks CS-E5880 Modeling biological networks Gene regulatory networks Jukka Intosalmi (based on slides by Harri Lähdesmäki) Department of Computer Science Aalto University January 12, 2018 Outline Modeling gene

More information

56:198:582 Biological Networks Lecture 11

56:198:582 Biological Networks Lecture 11 56:198:582 Biological Networks Lecture 11 Network Motifs in Signal Transduction Networks Signal transduction networks Signal transduction networks are composed of interactions between signaling proteins.

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

Sample Questions for the Chemistry of Life Topic Test

Sample Questions for the Chemistry of Life Topic Test Sample Questions for the Chemistry of Life Topic Test 1. Enzymes play a crucial role in biology by serving as biological catalysts, increasing the rates of biochemical reactions by decreasing their activation

More information

Discussion Exercise 5: Analyzing Graphical Data

Discussion Exercise 5: Analyzing Graphical Data Discussion Exercise 5: Analyzing Graphical Data Skill 1: Use axis labels to describe a phenomenon as a function of a variable Some value y may be described as a function of some variable x and used to

More information

Compare and contrast the cellular structures and degrees of complexity of prokaryotic and eukaryotic organisms.

Compare and contrast the cellular structures and degrees of complexity of prokaryotic and eukaryotic organisms. Subject Area - 3: Science and Technology and Engineering Education Standard Area - 3.1: Biological Sciences Organizing Category - 3.1.A: Organisms and Cells Course - 3.1.B.A: BIOLOGY Standard - 3.1.B.A1:

More information

Mathematical and Computational Methods for the Life Sciences

Mathematical and Computational Methods for the Life Sciences Mathematical and Computational Methods for the Life Sciences Preliminary Lecture Notes Adolfo J. Rumbos November 24, 2007 2 Contents 1 Preface 5 2 Introduction: An Example from Microbial Genetics 7 I Deterministic

More information

FISIKA KOMPUTASI (COMPUTATIONAL PHYSICS) Ishafit Program Studi Pendidikan Fisika Universitas Ahmad Dahlan

FISIKA KOMPUTASI (COMPUTATIONAL PHYSICS) Ishafit Program Studi Pendidikan Fisika Universitas Ahmad Dahlan FISIKA KOMPUTASI (COMPUTATIONAL PHYSICS) Ishafit Program Studi Pendidikan Fisika Universitas Ahmad Dahlan What is Computational Science What is Computational Physics Reference: Resource Letter CP-2: Computational

More information

Review for Final Exam. 1ChE Reactive Process Engineering

Review for Final Exam. 1ChE Reactive Process Engineering Review for Final Exam 1ChE 400 - Reactive Process Engineering 2ChE 400 - Reactive Process Engineering Stoichiometry Coefficients Numbers Multiple reactions Reaction rate definitions Rate laws, reaction

More information