Bioinformatics Modelling dynamic behaviour: Modularisation

Size: px
Start display at page:

Download "Bioinformatics Modelling dynamic behaviour: Modularisation"

Transcription

1 Bioinformatics Modelling dynamic behaviour: David Gilbert Bioinformatics Research Centre Department of Computing Science, University of Glasgow

2 Lecture outline Modelling Enzymatic Reactions Signal Transduction Cascades Modelling: Building blocks & composition/decomposition Positive & negative feedback Modelling the effect of drug inhibitors Analysing the behaviour of models 2

3 Motivation Quantitative models of biochemical networks are a central component of modern systems biology. Building & managing these complex models is a major challenge that can benefit from the application of formal methods adopted from theoretical computing science. Hence - a general introduction to the field of formal modelling emphasizes the intuitive biochemical basis of the modelling process, accessible for an audience with a background in computing science and/or model engineering. 3

4 Some (Bio)Chemical Conventions Concentration of Molecule A = [A], usually in units mol/litre (molar) Rate constant = k, with indices indicating constants for various reactions (k 1, k 2...) Therefore: A B d[ A] dt =! d[ B] dt =! k 1[ A ] 4

5 Reversible, Single-Molecule Reaction A B, or A B B A, or Differential equations: d[ A] dt d[ B] dt =! k = k 1 forward reverse 1 [ A] + [ A]! k k 2 2 [ B] [ B] Main principle: Partial reactions are independent! 5

6 Irreversible, two-molecule reaction The last piece of the puzzle A+B C Differential equations: d[ A] dt d[ A] dt d[ B] d[ C] = =! dt dt =! k[ A][ B] Non-linear! Underlying idea: Reaction probability = Combined probability that both [A] and [B] are in a reactive mood : * * p ( AB) = p( A) p( B) = k [ A] k [ B] = k[ A][ ] 1 2 B 6

7 Biological description bigraph ODEs 7

8 Biological description bigraph ODEs 8

9 E Mass action, MA1 model E A B A E A B A: substrate, B: product E: enzyme E A substrate-enzyme complex E +A k 1 $ E A k 3$ E + B " k 2 9

10 Mass action equations 1. E + A -(k1) E A 2. E A -(k2) E+A 3. E A -(k3) E+B OR 1. E + A =(k1/k2)= E A 2. E A -(k3) E+B E +A k1 $ " k2 E A k 3 $ E + B?Can you code the differential equations? 10

11 Differential equations 11

12 MA2, MA3 models MA2 A+E k1 $ " k2 A E k 3 $ B E k4 $ " k 5 B + E MA3 A+E k1 $ " k 2 A E k3 $ " k 6 B E k4 $ " k 5 B + E 12

13 Multiple substrates 13

14 Michaelis-Menten V = V max " [A] (K M +[A]) k cat = V max [E T ] d[a] dt = d[b] dt = k cat "[E T ]" [A] (K M +[A]) V : Reaction velocity K M : Michaelis constant - concentration of substrate at which reaction rate is half max value [E T ] : total enzyme concentration 14

15 Assumptions It is critical to note that the Michaelis-Menten equation only holds at the initial stage of a reaction before the concentration of the product is appreciable, and makes the following assumptions: 1. No product reverts to initial substrate 2. MM Equation holds at initial stage of reaction before concentration of product is appreciable 3. [E] << [A] 15

16 Metabolic pathways vs Signalling Pathways (can you give the mass-action equations?) Metabolic (initial substrate) S E1 Input Signal X Signalling cascade S S1 P1 E2 S S2 P2 E3 S (final product) Classical enzyme-product pathway S3 P3 Output Product become enzyme at next stage 16

17 A special case: enzyme reactions Underlying assumptions of the Michaelis-Menten approximation: Free diffusion, random collisions Irreversible reactions Quasi steady state In cell signaling pathways, all three assumptions will be frequently violated: Reactions happen at membranes and on scaffold structures Reactions happen close to equilibrium and both reactions have non-zero fluxes Enzymes are themselves substrates for other enzymes, concentrations change rapidly, d[es]/dt d[p]/dt 17

18 Cell signaling pathways 18

19 Cell signaling pathways 19

20 Cell signaling pathways Common components: Receptors binding to ligands R(inactive) + L RL(active) Proteins forming complexes P1 + P2 P1P2-complex Proteins acting as enzymes on other proteins (e.g., phosphorylation by kinases) P1 + K P1* + K 20

21 Cell signaling pathways Fig. courtesy of W. Kolch 21

22 Cell signaling pathways Fig. courtesy of W. Kolch 22

23 Cell signaling pathways Fig. courtesy of W. Kolch 23

24 MAPK Pathway Responds to wide range of stimuli: cytokines, growth factors, neurotransmitters, cellular stress and cell adherence, STIMULUS Pivotal role in many key cellular processes: growth control in all its variations, cell differentiation and survival cellular adaptation to chemical and physical stress. Deregulated in various diseases: cancer; immunological, inflammatory and degenerative syndromes, Represents an important drug target. 24

25 Mass action for enzymatic reaction - phosphorylation S 1 R R: substrate, : product (phosphorylated R) S 1 : enzyme (kinase) R S 1 substrate-enzyme complex k 1 R+S $ R S k 3 $ R + S 1 " 1 p 1 k 2 25

26 Phosphorylation - dephosphorylation step Mass action MA1 R: unphosphorylated form : phosphorylated form S: kinase P: phosphotase R S unphosphorylated+kinase complex R P unphosphorylated+phosphotase complex R S R+S R+P k1 $ " k 2 R S " kr 3 R P p k 3 $ R + S p kr 1 " + P $ kr2 P 26

27 Phosphorylation - dephosphorylation step Mass action MA1 dydt = [-k1*s*r + k2*rs + k3*rs -k1*s*r + k2*rs + k3*rpp +k1*s*r - k2*rs - k3*rs -kr1*p*rp + kr2*rpp + k3*rs -kr1*p*rp + kr2*rpp + kr3*rpp +k1*rp*p - kr2*rpp - kr3*rpp ]; % S % R % RS % Rp % P % RpP R+S " k1 R S R + P p " kr1 R P p R S R S " k2 R + S R P p " k 3 R + S R P p p " kr2 R + P p " kr 3 R + P 27

28 Phosphorylation - dephosphorylation loop Mass action MA2 R: unphosphorylated form : phosphorylated form S 1 : kinase S 2 : phosphotase R S 1 unphosphorylated+kinase complex S 1 phosphorylated+kinase complex R S 2 unphosphorylated+phosphotase complex S 2 phosphorylated+phosphotase complex R S 1 k 1 R+S $ k 1 R S " 1 3 $ S $ 1 R " p + S 1 k 2 k 5 kr4 R+S 2 kr 5 " $ kr R S 3 2 " k 4 kr1 S 2 kr 2 " $ + S 2 S 2 28

29 Phosphorylation - dephosphorylation step Mass action MA3 R: unphosphorylated form : phosphorylated form S: kinase P: phosphotase R S unphosphorylated+kinase complex R P unphosphorylated+phosphotase complex R S R+S k1 $ " k2 R S k 3 $ " Rp S k 6 k4 $ " k 5 + S P R+P " kr4 $ kr5 R P " kr3 $ kr 6 P " kr1 $ kr2 + P 29

30 V = k 3 "[S]" Michaelis-Menten equation for phosphorylation-dephosphorylation [R] (K m1 +[R]) k '" [ ] 3 (K m2 +[ ]) R S Assumptions: 1. No product reverts to initial substrate 2. MM Equation holds at initial stage of reaction before concentration of product is appreciable 3. [Enzyme] << [Substrate] K m is [Substrate] at which the reaction rate is half its maximum value d /dt == reaction rate V k 3 x S == V max for the forward reaction k 3 == V max for the reverse reaction (Phosphotase is ignored) K m1 == (k 2 +k 3 )/k 1 (k s from mass-action 1) P 30

31 Questions Is Michaelis-Menten adequate for phosphorylation pathways? Is Mass Action sufficient/correct for these pathways? What is the effect of negative feedback? Can we confirm the negative feedback amplifer behaviour in both MM and MA models Can oscillators be built? Overall, what are the rules for component-based construction? 31

32 Composition vertical & horizontal S 1 S R R p P 1 2-stage cascade RR R P 1-stage cascade double phosphorylation step P 2 32

33 Phosphorylation cascade: 2-stage, Mass Action MA1 k 1 R+S $ k 1 R S " 1 3 $ + S 1 k 2 S 1 k 1 k R+S 3 2 " R S 2 k 2 " $ + S 2 R kk 1 $ RR + " kk 2 kk RR R 3 p $ R + kk1 kk RR+ SS 3 2 " RR SS 2 kk 2 " $ R + SS 2 RR R 33

34 34

35 Phosphorylation cascade: 2-stage, Michaelis-Menten d dt = k 3 " S 1 " R K m1 + R k 3 '" K m 2 + S 1 dr dt = kk 3 " " RR KK m1 + RR kk 3 '"R KK m2 + R R RR R 35

36 Phosphorylation cascade: 3-stage, Mass-Action MA1 R+S 1 R+S 2 k 1 $ " k R S 3 1 $ + S 1 k2 k 1 ' k 3 ' " S 2 k2 ' " $ + S 2 S 1 RR + kk 1 kk RR R 3 p $ R + $ " kk2 R RR+ SS 2 kk1 ' kk 3 ' " R SS 2 kk2 ' kkk1 RRR + R kkk 2 $ " " $ R + SS 2 kkk RRR RR 3 p $ RR + R RR R RRR+ SSS 2 kkk1 ' kkk 3 ' " RR SSS 2 kkk 2 ' " $ RR + SSS 2 RRR RR 36

37 Phosphorylation cascade: 3-stage, Michaelis-Menten d dt = k 3 " S 1 " R K m1 + R k 3'" K m 2 + R S 1 dr dt = kk 3 " " RR KK m1 + RR kk 3 '"R KK m2 + R RR R drr dt = kkk 3 " R " RRR KKK m1 + RRR kkk 3 '"RR KKK m2 + RR RRR RR 37

38 38

39 39

40 40

41 Example: Levchenko Levchenko et al. Scaffold proteins may biphasically affect the levels of mitogen-activated protein kinase signaling and reduce its threshold properties. Proc Natl Acad Sci USA, 97(11): ,

42 Schoeberl et al 2002 model Schoeberl et al. (2002), Computational modeling of the dynamics of the MAP kinase cascade activated by surface and internalized EGF receptors, Nature Biotechnology 20,

43 S 1 Phosphorylation cascade + feedback $ R +S 1" R S 1 S 1 $ R +S 1" R S 1 $ R + R S 1" R R S 1 $ R S 1 R R P 1 P 1 RR R RR R P 2 P 2 S 1 S 1 R R P 1 P 1 RR R RR R P 2 P 2 $ R +P 1" R P 1 $ + R P 1" R P 1 $ R P 1 $ R +P 1" R P 1 43

44 Phosphorylation cascade + negative feedback: 2-stage, Mass Action MA1 R +S 1 ki $ " ki ' R S 1 R+S 1 R+S 2 k1 $ " k2 k R S 3 1 $ + S 1 k 1 ' " $ k 3 ' " S 2 k 2 ' + S 2 R S 1 RR + RR+ SS 2 kk 1 $ kk RR R 3 p $ R + " kk2 kk 1 ' " $ kk 3 ' " R SS 2 kk 2 ' R + SS 2 RR R 44

45 Phosphorylation cascade + negative feedback: 2-stage, Michaelis-Menten d dt = k 3 " S 1 " R K m1 " 1+ RR & p % ( + R $ ' K i ) k 3 " K m2 + R S 1 dr dt = kk 3 " " RR KK m1 + RR ) kk 3 "R KK m2 + R RR R Using Competitive Inhibition Ki is the dissociation constant for the SI complex [S] V = V max " [S]+ K m " 1+ [I ] & % ( $ [K i ]' 45

46 Phosphorylation cascade + negative feedback: 3- stage, Mass Action, MA1 $ " ki RR +S 1 ki R+S 1 k 1 $ " k2 RR S 1 k R S 3 1 $ + S 1 S 1 k1 " $ k R+S 3 2 " S 2 k2 RR + kk1 $ " kk2 + S 2 kk RR R 3 p $ R + R kk 1 " $ kk RR+ SS 3 2 " R SS 2 kk2 RRR + R kkk1 $ " kkk2 R + SS 2 kkk RRR RR 3 p $ RR + R RR R kkk 1 " $ kkk RRR+ SSS 3 2 " RR SSS 2 kkk2 RR + SSS 2 RRR RR 46

47 Phosphorylation cascade + negative feedback: 3-stage, Michaelis-Menten d dt = k 3 " S 1 " R K m1 " 1+ RRR & p % ( + R $ ' K i ) k 3 " K m2 + R S 1 dr dt = kk 3 " " RR KK m1 + RR ) kk 3 "R KK m2 + R RR R drr dt = kkk 3 " R " RRR KKK m1 + RRR ) kkk 3 "RR KKK m2 + RR RRR RR Using Competitive Inhibition Ki is the dissociation constant for the SI complex [S] V = V max " [S]+ K m " 1+ [I ] & % ( $ [K i ]' 47

48 Oscillations! Phosphorylation cascade + negative feedback: 3-stage, Mass Action Conditions S1=3 Inhibitor=0.5 48

49 Kholodenko Model 49

50 Kholodenko Simulation Time = 500 Seconds Time = 5000 Seconds Simulation from Richard Orton 50

51 Combination of positive & negative feedback Mathematical Model Input [Ras] v1 v2 [Ras*] (m1) [RKIP] v9 v10 [Raf] [RKIPp] (m5) v3 v4 [MEK] [Raf*] (m2) v5 [MEK-pp](m3) v6 Negative feedback Positive feedback [ERK] v7 v8 [ERK-pp](m4) Modeling and Analysis of Two Feedback Loop Dynamics in Ras/Raf-1/MEK/ERK Signaling Pathway Kwang-Hyun Cho, Sung-Young Shin, Walter Kolch, Olaf Wolkenhauer. ICSB

52 Combination of positive & negative feedback: Simulation No Feedback Positive Feedback Negative Feedback Positive & Negative Feedback 52

53 Combination of positive & negative feedback: Simulation vs. Experimental Data h 2 h 3 h 4 h 6 h TPA ERK-pp (activated ERK) Western blots COS1 cell lysates total ERK ] s s e l t i n u [. l a m r o N Comparison of experimentad data and simulation result m5(erk-pp) raw-erk Experiment Simulation Time [hour] 53

54 Adding a drug: 3-stage, Inhibitor on 2nd stage, Mass Action RR +S 1 ki $ " ki ' RR S 1 R+S 1 k 1 $ " k R S 3 1 $ + S 1 k2 k1 ' " $ k R+S 3 ' 2 " S 2 k 2 ' + S 2 S 1 kk 1 $ RR + " kk 2 kk RR R 3 p $ R + kk 1 ' " $ kk RR+ SS 3 ' 2 " R SS 2 kk2 ' R + SS 2 R U + RR U + R ku 1 $ " ku2 ku 1 $ " ku2 U RR U R kk 1 $ U RR + R kk p U RR R " p 3 $ U R + kk 2 kk U RR+ SS 3 ' 2 " U R SS 2 kk 2 ' kkk 1 RRR + R kkk 2 $ " kk 1 ' " $ U R + SS 2 kkk RRR RR 3 p $ RR + R kkk 1 ' kkk RRR+ SSS 3 ' 2 " RR SSS 2 kkk 2 ' " $ RR + SSS 2 RR U RR RRR R U R RR 54

55 Adding a drug: 3-stage, Inhibitor on 2nd stage, Mass Action RR +S 1 ki $ " ki ' RR S 1 R+S 1 k 1 $ " k R S 3 1 $ + S 1 k2 k1 ' " $ k R+S 3 ' 2 " S 2 k 2 ' + S 2 S 1 kk 1 $ RR + " kk 2 kk RR R 3 p $ R + kk 1 ' " $ kk RR+ SS 3 ' 2 " R SS 2 kk2 ' R + SS 2 R U + RR U + R ku 1 $ " ku2 ku 1 $ " ku2 U RR U R kk 1 $ U RR + R kk p U RR R " p 3 $ U R + kk 2 kk U RR+ SS 3 ' 2 " U R SS 2 kk 2 ' kkk 1 RRR + R kkk 2 $ " kk 1 ' " $ U R + SS 2 kkk RRR RR 3 p $ RR + R kkk 1 ' kkk RRR+ SSS 3 ' 2 " RR SSS 2 kkk 2 ' " $ RR + SSS 2 RR U RR S 2 SS 2 R U R RRR SSS 2 RR 55

56 Real cascade & feedback Ras Raf U0126 MEK ERK 56

57 Is the ERK pathway a negative feedback amplifier? Sauro HM, Kholodenko BN. Quantitative analysis of signaling networks. Prog Biophys Mol Biol Sep;86(1):

58 Negative Feedback Amplifier A negative feedback amplifier stems from the field of electronics and consists of an amplifier with a negative feedback loop from the output of the amplifier to its input. The negative feedback loop results in a system that is much more robust to disturbances in the amplifier. The negative feedback amplifier was invented in 1927 by Harold Black of Western Electric and was originally used for reducing distortion in long distance telephone lines. The negative feedback amplifier is now a key electrical component used in a wide variety of applications Input Amplifier Output Feedback 58

59 Negative Feedback Amplifier Input After Feedback Amplifier Input u - e A Ae y Output F Negative Feedback Loop Steady State Equation y Au = 1+ AF y = Ae e = u Fy y = A (u Fy) y = Au AFy y + AFy = Au y (1 + AF) = Au 59

60 The negative feedback imparts signalling robustness Standard Amplifier Negative Feedback Amplifier Output (y) Output (y) u Amplifier (A) gain + + A y Amplifier (A) gain u + + A - y y=a*u F y=a*u/(1+a*f) A large change in amplifier gain leads to a small change in output (y) 60

61 Feedback Output Increasing -> Increasing Feedback Feedback Increasing -> <- Amplifier Decreasing 61

62 The negative feedback imparts signalling robustness Negative Feedback Amplifier u Standard Amplifier + + A y u + + A - y y=a*u F y=a*u/(1+a*f) Sudden drop in Amplifier (A) gain Sudden drop in Amplifier (A) gain Output (y) Δy Output Output (y) Δy Output Time Time 62

63 Application to Biology The ERK cascade is a well known biological amplifier and contains numerous negative feedback loops. At first sight, it has the correct structure to be a negative feedback amplifier. Sauro & Kholodenko (2004) If the ERK cascade is a negative feedback amplifier it should be robust to disturbances within the cascade. From a biological point of view, these disturbances could be caused by drugs, such as U0126, aimed at decreasing the activity of the ERK cascade. This suggests that these drugs will be relatively ineffective. In fact, current drugs aimed at decreasing the activity of the MAPK pathway have proved less efficient in in vivo applications than anticipated from in vitro inhibition assays. 63

64 Raf/MEK/ERK amplifies the signal Rec. GST-BXB NIH COS Rec. MEK1-His NIH COS Rec. GST-ERK NIH COS WB: Raf-1 WB: MEK WB: ERK Cell line Raf-1 MEK ERK Concentration per cell COS femtomol ratio NIH 3T femtomol ratio 64

65 How to test if the ERK pathway is a Generate input: Stimulate with GF NFA? Ras-GTP Raf-1 Disturb the Amplifier : Use a MEK inhibitior, such as U0126 U0126 MEK1/2 Negative Feedback Remove negative feedback ERK1/2 Measure signal output: i.e. ERK phosphorylation 65

66 Hypothesis: Braking the feedback should sensitise the ERK pathway to MEK-inhibitor Feedback intact Feedback removed Ras-GTP Ras-GTP U0126 Raf-1 MEK1/2 Negative Feedback phospho-erk MEK inhibitor U0126 Raf-1 MEK1/2 ERK1/2 ERK1/2 66

67 How to test if the ERK pathway is a NFA? Strategy In vivo system that allows us to compare feedback broken to feedback intact model. Computational Model of ERK pathway with/without feedback 67

68 Computational Modeling 1: Build the model Non-linear ordinary differential equations (ODE s). ODE s were solved using Math Lab and Gepasi. Models are based on the Schoeberl et al. (2002) model Mass Action Kinetics instead of Michaelis Menten Kinetic parameters are from literature, previous models and guesstimates Schoeberl et al. (2002), Computational modeling of the dynamics of the MAP kinase cascade activated by surface and internalized EGF receptors, Nature Biotechnology 20,

69 Amplifier / negative feedback Model amplifier strength by Adding inhibitor to 2nd stage Modifying kk3, kkk3 [I.e. modifying rate of production of RRp, RRRp] Add/remove cascade elements Then plot amp strength versus output, e.g. [U] vs [RRRp]?Model feedback strength by Leaving out feedback loop varying ki, and plot ki vs [RRRp] Notes: avoid saturation; use signal in linear range;?model degradation in S1 signal? 69

70 Adding a drug: 3-stage, Inhibitor on 2nd stage, Mass Action RR +S 1 ki $ " ki ' RR S 1 R+S 1 k 1 $ " k R S 3 1 $ + S 1 k2 k1 ' " $ k R+S 3 ' 2 " S 2 k 2 ' + S 2 S 1 kk 1 $ RR + " kk 2 kk RR R 3 p $ R + kk 1 ' " $ kk RR+ SS 3 ' 2 " R SS 2 kk2 ' R + SS 2 R U + RR U + R ku 1 $ " ku2 ku 1 $ " ku2 U RR U R kk 1 $ U RR + R kk p U RR R " p 3 $ U R + kk 2 kk U RR+ SS 3 ' 2 " U R SS 2 kk 2 ' kkk 1 RRR + R kkk 2 $ " kk 1 ' " $ U R + SS 2 kkk RRR RR 3 p $ RR + R kkk 1 ' kkk RRR+ SSS 3 ' 2 " RR SSS 2 kkk 2 ' " $ RR + SSS 2 RR U RR RRR R U R RR 70

71 Phosphorylation cascade + negative feedback: 3- stage, Inhibitor on 2nd stage, Mass Action RR + ki $ " ki ' RR k 1 $ k R+S 1 R S " 1 3 $ + S 1 k 2 k 1 ' " $ k R+S 3 ' 2 " S 2 k 2 ' + S 2 S 1 kk 1 $ RR + " kk 2 kk RR R 3 p $ R + kk 1 ' " $ kk RR+ SS 3 ' 2 " R SS 2 kk 2 ' R + SS 2 R U + RR U + R ku 1 $ " ku 2 ku 1 $ " ku2 U RR U R kk 1 $ U RR + R kk p U RR R " p 3 $ U R + kk 2 kk U RR+ SS 3 ' 2 " U R SS 2 kk 2 ' kkk 1 kk 1 ' " $ U R + SS 2 RRR + RR $ kkk p RRR RR " p 3 $ RR + R kkk 2 kkk 1 ' kkk RRR+ SSS 3 ' 2 " RR SSS 2 kkk 2 ' " $ RR + SSS 2 RR U RR RRR R U R RR 71

72 Computational Modeling 2: Feedback broken Results Feedback intact Prediction: Braking the feedback modulates drug response 72

73 Computational Modeling 2: Results Sensitivity of kinetic parameters is decreased due to Negative Feedback 73

74 The experimental systems Negative feedback loops intact EGFR Sos 4557W EGFR inhibitor One feedback loop eliminated by constitutively active RasV12 mutant Both feedback loops eliminated by BXB-ER (4-OHT regulatable Raf-1 mutant) Ras RasV12 4-OHT Raf Raf BXB-ER MEK ERK MEK MEK U0126 U0126 U0126 MEK inhibitor ERK ERK 74

75 Breaking the ERK feedback with BXBER Raf-1 Regulatory Domain CR1 CR2 Kinase Domain CR3 S 29 P S 43 P S 289 P S 296 P S 301 P S 642 P ERK feedback phosphorylation sites BXB-ER CR3 ER hormone binding HA S 642 P pperk levels min BXB-ER stimulated with 4-OHT (4-Hydroxy Tamoxifen, a synthetic estrogen) Raf-1 stimulated with EGF 75

76 Ablation of feedback by BXBER decreases robustness to MEK-inhibitor U0126 Computer Simulation 76

77 Ablation of feedback by BXBER decreases robustness to MEK-inhibitor U0126 Experiment 77

78 Signal recovery after MEK inhibition Simulation Experiment U0126 added perk1/2, +EGF perk1/2, + BXBER/4HT min stimulation 78

79 Implications for drug targeting The aim of a drug is to cause a disruption to the network in such a way that it restores the network to its healthy wild-type state. Targets must be susceptible to disruption for the drug to have any effect. The analysis of feedback suggests that targets inside the feedback loop will prove difficult drug targets because any attempt to disturb these targets will be resisted by the feedback loop. 79

80 Summary Modelling Enzymatic Reactions Signal Transduction Cascades Modelling: Building blocks & composition/decomposition Positive & negative feedback, & drug inhibitors Analysing the behaviour of models 80

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

COMPUTER SIMULATION OF DIFFERENTIAL KINETICS OF MAPK ACTIVATION UPON EGF RECEPTOR OVEREXPRESSION

COMPUTER SIMULATION OF DIFFERENTIAL KINETICS OF MAPK ACTIVATION UPON EGF RECEPTOR OVEREXPRESSION COMPUTER SIMULATION OF DIFFERENTIAL KINETICS OF MAPK ACTIVATION UPON EGF RECEPTOR OVEREXPRESSION I. Aksan 1, M. Sen 2, M. K. Araz 3, and M. L. Kurnaz 3 1 School of Biological Sciences, University of Manchester,

More information

A Structured Approach Part IV. Model Checking in Systems and Synthetic Biology

A Structured Approach Part IV. Model Checking in Systems and Synthetic Biology A Structured Approach Part IV Model Checking in Systems and Synthetic Biology Robin Donaldson Bioinformatics Research Centre University of Glasgow, Glasgow, UK Model Checking - ISMB08 1 Outline Introduction

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

Problem Set # 3

Problem Set # 3 20.320 Problem Set # 3 October 1 st, 2010 Due on October 8 th, 2010 at 11:59am. No extensions, no electronic submissions. General Instructions: 1. You are expected to state all your assumptions and provide

More information

Bioinformatics Modelling dynamic behaviour (Systems biology)

Bioinformatics Modelling dynamic behaviour (Systems biology) Bioinformatics Modelling dynamic behaviour (Systems biology) Xu Gu Bioinformatics Research Centre www.brc.dcs.gla.ac.uk Department of Computing Science, University of Glasgow Lecture outline Biochemical

More information

From Petri Nets to Differential Equations An Integrative Approach for Biochemical Network Analysis

From Petri Nets to Differential Equations An Integrative Approach for Biochemical Network Analysis From Petri Nets to Differential Equations An Integrative Approach for Biochemical Network Analysis David Gilbert drg@brc.dcs.gla.ac.uk Bioinformatics Research Centre, University of Glasgow and Monika Heiner

More information

State Machine Modeling of MAPK Signaling Pathways

State Machine Modeling of MAPK Signaling Pathways State Machine Modeling of MAPK Signaling Pathways Youcef Derbal Ryerson University yderbal@ryerson.ca Abstract Mitogen activated protein kinase (MAPK) signaling pathways are frequently deregulated in human

More information

Supplement to: How Robust are Switches in Intracellular Signaling Cascades?

Supplement to: How Robust are Switches in Intracellular Signaling Cascades? Supplement to: How Robust are Switches in Intracellular Signaling Cascades? Nils Blüthgen and Hanspeter Herzel Institute for Theoretical Biology, Invalidenstrasse 43, D-10115 Berlin, Germany (Dated: January

More information

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

Bioinformatics 3. V18 Kinetic Motifs. Fri, Jan 8, 2016

Bioinformatics 3. V18 Kinetic Motifs. Fri, Jan 8, 2016 Bioinformatics 3 V18 Kinetic Motifs Fri, Jan 8, 2016 Modelling of Signalling Pathways Curr. Op. Cell Biol. 15 (2003) 221 1) How do the magnitudes of signal output and signal duration depend on the kinetic

More information

Bioinformatics 3! V20 Kinetic Motifs" Mon, Jan 13, 2014"

Bioinformatics 3! V20 Kinetic Motifs Mon, Jan 13, 2014 Bioinformatics 3! V20 Kinetic Motifs" Mon, Jan 13, 2014" Modelling of Signalling Pathways" Curr. Op. Cell Biol. 15 (2003) 221" 1) How do the magnitudes of signal output and signal duration depend on the

More information

Regulation and signaling. Overview. Control of gene expression. Cells need to regulate the amounts of different proteins they express, depending on

Regulation and signaling. Overview. Control of gene expression. Cells need to regulate the amounts of different proteins they express, depending on Regulation and signaling Overview Cells need to regulate the amounts of different proteins they express, depending on cell development (skin vs liver cell) cell stage environmental conditions (food, temperature,

More information

Reasoning about the ERK signal transduction pathway using BioSigNet-RR

Reasoning about the ERK signal transduction pathway using BioSigNet-RR Reasoning about the ERK signal transduction pathway using BioSigNet-RR Carron Shankland a, Nam Tran b, Chitta Baral b, and Walter Kolch c a Department of Computing Science and Mathematics, University 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

Chem Lecture 10 Signal Transduction

Chem Lecture 10 Signal Transduction Chem 452 - Lecture 10 Signal Transduction 111202 Here we look at the movement of a signal from the outside of a cell to its inside, where it elicits changes within the cell. These changes are usually mediated

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

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

Mathematical model of IL6 signal transduction pathway

Mathematical model of IL6 signal transduction pathway Mathematical model of IL6 signal transduction pathway Fnu Steven, Zuyi Huang, Juergen Hahn This document updates the mathematical model of the IL6 signal transduction pathway presented by Singh et al.,

More information

Proceedings of the FOSBE 2007 Stuttgart, Germany, September 9-12, 2007

Proceedings of the FOSBE 2007 Stuttgart, Germany, September 9-12, 2007 Proceedings of the FOSBE 2007 Stuttgart, Germany, September 9-12, 2007 A FEEDBACK APPROACH TO BIFURCATION ANALYSIS IN BIOCHEMICAL NETWORKS WITH MANY PARAMETERS Steffen Waldherr 1 and Frank Allgöwer Institute

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

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

The EGF Signaling Pathway! Introduction! Introduction! Chem Lecture 10 Signal Transduction & Sensory Systems Part 3. EGF promotes cell growth

The EGF Signaling Pathway! Introduction! Introduction! Chem Lecture 10 Signal Transduction & Sensory Systems Part 3. EGF promotes cell growth Chem 452 - Lecture 10 Signal Transduction & Sensory Systems Part 3 Question of the Day: Who is the son of Sevenless? Introduction! Signal transduction involves the changing of a cell s metabolism or gene

More information

Supporting Information. Methods. Equations for four regimes

Supporting Information. Methods. Equations for four regimes Supporting Information A Methods All analytical expressions were obtained starting from quation 3, the tqssa approximation of the cycle, the derivation of which is discussed in Appendix C. The full mass

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

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

A First Course on Kinetics and Reaction Engineering. Class 9 on Unit 9

A First Course on Kinetics and Reaction Engineering. Class 9 on Unit 9 A First Course on Kinetics and Reaction Engineering Class 9 on Unit 9 Part I - Chemical Reactions Part II - Chemical Reaction Kinetics Where We re Going A. Rate Expressions - 4. Reaction Rates and Temperature

More information

An Introduction to Metabolism

An Introduction to Metabolism An Introduction to Metabolism I. All of an organism=s chemical reactions taken together is called metabolism. A. Metabolic pathways begin with a specific molecule, which is then altered in a series of

More information

After lectures by. disappearance of reactants or appearance of. measure a reaction rate we monitor the. Reaction Rates (reaction velocities): To

After lectures by. disappearance of reactants or appearance of. measure a reaction rate we monitor the. Reaction Rates (reaction velocities): To Revised 3/21/2017 After lectures by Dr. Loren Williams (GeorgiaTech) Protein Folding: 1 st order reaction DNA annealing: 2 nd order reaction Reaction Rates (reaction velocities): To measure a reaction

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

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

Lecture 27. Transition States and Enzyme Catalysis

Lecture 27. Transition States and Enzyme Catalysis Lecture 27 Transition States and Enzyme Catalysis Reading for Today: Chapter 15 sections B and C Chapter 16 next two lectures 4/8/16 1 Pop Question 9 Binding data for your thesis protein (YTP), binding

More information

Types of biological networks. I. Intra-cellurar networks

Types of biological networks. I. Intra-cellurar networks Types of biological networks I. Intra-cellurar networks 1 Some intra-cellular networks: 1. Metabolic networks 2. Transcriptional regulation networks 3. Cell signalling networks 4. Protein-protein interaction

More information

Study of Tricyclic Cascade Networks using Dynamic Optimization

Study of Tricyclic Cascade Networks using Dynamic Optimization Study of Tricyclic Cascade Networks using Dynamic Optimization Systems Biology interdisciplinary field that focuses on the systematic study of complex interactions in biological systems Signal transduction

More information

A simple model for the eukaryotic cell cycle. Andrea Ciliberto

A simple model for the eukaryotic cell cycle. Andrea Ciliberto A simple model for the eukaryotic cell cycle Andrea Ciliberto The cell division cycle G1 cell division Start S (DNA Replication) Finish M (mitosis) G2/M G2 Kohn, Mol. Biol. Cell., 1999 How did we get to

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

Part II => PROTEINS and ENZYMES. 2.7 Enzyme Kinetics 2.7a Chemical Kinetics 2.7b Enzyme Inhibition

Part II => PROTEINS and ENZYMES. 2.7 Enzyme Kinetics 2.7a Chemical Kinetics 2.7b Enzyme Inhibition Part II => PROTEINS and ENZYMES 2.7 Enzyme Kinetics 2.7a Chemical Kinetics 2.7b Enzyme Inhibition Section 2.7a: Chemical Kinetics Synopsis 2.7a - Chemical kinetics (or reaction kinetics) is the study of

More information

Activation of a receptor. Assembly of the complex

Activation of a receptor. Assembly of the complex Activation of a receptor ligand inactive, monomeric active, dimeric When activated by growth factor binding, the growth factor receptor tyrosine kinase phosphorylates the neighboring receptor. Assembly

More information

Models and Languages for Computational Systems Biology Lecture 1

Models and Languages for Computational Systems Biology Lecture 1 Models and Languages for Computational Systems Biology Lecture 1 Jane Hillston. LFCS and CSBE, University of Edinburgh 13th January 2011 Outline Introduction Motivation Measurement, Observation and Induction

More information

Biophysics 297: Modeling Complex Biological Systems Problem Set 1 Due: 5/12/2004

Biophysics 297: Modeling Complex Biological Systems Problem Set 1 Due: 5/12/2004 Biophysics 97: odeling Complex Biological Systems Problem Set 1 Due: 5/1/004 Problem 1: Analyzing a phase space dx Analyze the following equation graphically by plotting against x. ind the fixed points

More information

Lecture 13: Data Analysis for the V versus [S] Experiment and Interpretation of the Michaelis-Menten Parameters

Lecture 13: Data Analysis for the V versus [S] Experiment and Interpretation of the Michaelis-Menten Parameters Biological Chemistry Laboratory Biology 3515/Chemistry 3515 Spring 2018 Lecture 13: Data Analysis for the V versus [S] Experiment and Interpretation of the Michaelis-Menten Parameters 20 February 2018

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

Chemical Kinetics. Topic 7

Chemical Kinetics. Topic 7 Chemical Kinetics Topic 7 Corrosion of Titanic wrec Casón shipwrec 2Fe(s) + 3/2O 2 (g) + H 2 O --> Fe 2 O 3.H 2 O(s) 2Na(s) + 2H 2 O --> 2NaOH(aq) + H 2 (g) Two examples of the time needed for a chemical

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

Mechanism underlying the bio-effects of an electromagnetic field based on the Huang-Ferrell model

Mechanism underlying the bio-effects of an electromagnetic field based on the Huang-Ferrell model Mechanism underlying the bio-effects of an electromagnetic field based on the Huang-Ferrell model D.Y. Geng, G. Hu, L. Wang, N. Jia and F.X. Wang Province-Ministry Joint Key Laboratory of Electromagnetic

More information

From Petri Nets to Differential Equations - an Integrative Approach for Biochemical Network Analysis

From Petri Nets to Differential Equations - an Integrative Approach for Biochemical Network Analysis From Petri Nets to Differential Equations - an Integrative Approach for Biochemical Network Analysis David Gilbert 1 and Monika Heiner 2 1 Bioinformatics Research Centre, University of Glasgow Glasgow

More information

Dynamic modeling and analysis of cancer cellular network motifs

Dynamic modeling and analysis of cancer cellular network motifs SUPPLEMENTARY MATERIAL 1: Dynamic modeling and analysis of cancer cellular network motifs Mathieu Cloutier 1 and Edwin Wang 1,2* 1. Computational Chemistry and Bioinformatics Group, Biotechnology Research

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

TOPIC 6: Chemical kinetics

TOPIC 6: Chemical kinetics TOPIC 6: Chemical kinetics Reaction rates Reaction rate laws Integrated reaction rate laws Reaction mechanism Kinetic theories Arrhenius law Catalysis Enzimatic catalysis Fuente: Cedre http://loincognito.-iles.wordpress.com/202/04/titanic-

More information

Name Student number. UNIVERSITY OF GUELPH CHEM 4540 ENZYMOLOGY Winter 2002 Quiz #1: February 14, 2002, 11:30 13:00 Instructor: Prof R.

Name Student number. UNIVERSITY OF GUELPH CHEM 4540 ENZYMOLOGY Winter 2002 Quiz #1: February 14, 2002, 11:30 13:00 Instructor: Prof R. UNIVERSITY OF GUELPH CHEM 4540 ENZYMOLOGY Winter 2002 Quiz #1: February 14, 2002, 11:30 13:00 Instructor: Prof R. Merrill Instructions: Time allowed = 90 minutes. Total marks = 30. This quiz represents

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

MITOCW enzyme_kinetics

MITOCW enzyme_kinetics MITOCW enzyme_kinetics In beer and wine production, enzymes in yeast aid the conversion of sugar into ethanol. Enzymes are used in cheese-making to degrade proteins in milk, changing their solubility,

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

Previous Class. Today. Cosubstrates (cofactors)

Previous Class. Today. Cosubstrates (cofactors) Previous Class Cosubstrates (cofactors) Today Proximity effect Basic equations of Kinetics Steady state kinetics Michaelis Menten equations and parameters Enzyme Kinetics Enzyme kinetics implies characterizing

More information

Enzyme Enzymes are proteins that act as biological catalysts. Enzymes accelerate, or catalyze, chemical reactions. The molecules at the beginning of

Enzyme Enzymes are proteins that act as biological catalysts. Enzymes accelerate, or catalyze, chemical reactions. The molecules at the beginning of Enzyme Enzyme Enzymes are proteins that act as biological catalysts. Enzymes accelerate, or catalyze, chemical reactions. The molecules at the beginning of the process are called substrates and the enzyme

More information

Lecture 11: Enzyme Kinetics, Part I

Lecture 11: Enzyme Kinetics, Part I Biological Chemistry Laboratory Biology 3515/Chemistry 3515 Spring 2018 Lecture 11: Enzyme Kinetics, Part I 13 February 2018 c David P. Goldenberg University of Utah goldenberg@biology.utah.edu Back to

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

Signal Transduction. Dr. Chaidir, Apt

Signal Transduction. Dr. Chaidir, Apt Signal Transduction Dr. Chaidir, Apt Background Complex unicellular organisms existed on Earth for approximately 2.5 billion years before the first multicellular organisms appeared.this long period for

More information

Cytokines regulate interactions between cells of the hemapoietic system

Cytokines regulate interactions between cells of the hemapoietic system Cytokines regulate interactions between cells of the hemapoietic system Some well-known cytokines: Erythropoietin (Epo) G-CSF Thrombopoietin IL-2 INF thrombopoietin Abbas et al. Cellular & Molecular Immunology

More information

Mathematical Modeling and Analysis of Crosstalk between MAPK Pathway and Smad-Dependent TGF-β Signal Transduction

Mathematical Modeling and Analysis of Crosstalk between MAPK Pathway and Smad-Dependent TGF-β Signal Transduction Processes 2014, 2, 570-595; doi:10.3390/pr2030570 Article OPEN ACCESS processes ISSN 2227-9717 www.mdpi.com/journal/processes Mathematical Modeling and Analysis of Crosstalk between MAPK Pathway and Smad-Dependent

More information

Energy Transformation and Metabolism (Outline)

Energy Transformation and Metabolism (Outline) Energy Transformation and Metabolism (Outline) - Definitions & Laws of Thermodynamics - Overview of energy flow ecosystem - Biochemical processes: Anabolic/endergonic & Catabolic/exergonic - Chemical reactions

More information

Reception The target cell s detection of a signal coming from outside the cell May Occur by: Direct connect Through signal molecules

Reception The target cell s detection of a signal coming from outside the cell May Occur by: Direct connect Through signal molecules Why Do Cells Communicate? Regulation Cells need to control cellular processes In multicellular organism, cells signaling pathways coordinate the activities within individual cells that support the function

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

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

Rapid and sustained nuclear cytoplasmic ERK oscillations induced by epidermal growth factor

Rapid and sustained nuclear cytoplasmic ERK oscillations induced by epidermal growth factor Molecular Systems Biology 5; Article number 332; doi:1.138/msb.29.9 Citation: Molecular Systems Biology 5:332 & 29 EMBO and Macmillan Publishers Limited All rights reserved 1744-4292/9 www.molecularsystemsbiology.com

More information

BIOCHEMISTRY/MOLECULAR BIOLOGY

BIOCHEMISTRY/MOLECULAR BIOLOGY Enzymes Activation Energy Chemical reactions require an initial input of energy activation energy large biomolecules are stable must absorb energy to break bonds cellulose energy CO 2 + H 2 O + heat Activation

More information

Integrating Bayesian variable selection with Modular Response Analysis to infer biochemical network topology

Integrating Bayesian variable selection with Modular Response Analysis to infer biochemical network topology Santra et al. BMC Systems Biology 2013, 7:57 METHODOLOGY ARTICLE Open Access Integrating Bayesian variable selection with Modular Response Analysis to infer biochemical network topology Tapesh Santra 1*,

More information

Computational Modeling of the EGFR Network Elucidates Control Mechanisms Regulating Signal Dynamics

Computational Modeling of the EGFR Network Elucidates Control Mechanisms Regulating Signal Dynamics Computational Modeling of the EGFR Network Elucidates Control Mechanisms Regulating Signal Dynamics Dennis Y.Q. Wang 1, Luca Cardelli 2, Andrew Phillips 2, Nir Piterman 3, Jasmin Fisher 2* 1 MRC Biostatistics

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

A mechanistic study of evolvability using the mitogen-activated protein kinase cascade

A mechanistic study of evolvability using the mitogen-activated protein kinase cascade EVOLUTION & DEVELOPMENT 5:3, 81 94 (003) A mechanistic study of evolvability using the mitogen-activated protein kinase cascade H. F. Nijhout,* A. M. Berg, and W. T. Gibson Department of Biology, Duke

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

arxiv:physics/ v3 [physics.bio-ph] 16 Sep 2003

arxiv:physics/ v3 [physics.bio-ph] 16 Sep 2003 Accepted for publication in Biophysical Chemistry Special Issue for Walter Kauzmann arxiv:physics/0207049v3 [physics.bio-ph] 16 Sep 2003 Thermodynamic and Kinetic Analysis of Sensitivity Amplification

More information

Simple kinetics of enzyme action

Simple kinetics of enzyme action Simple kinetics of enzyme action It is established that enzymes form a bound complex to their reactants (i.e. substrates) during the course of their catalysis and prior to the release of products. This

More information

Analysis and Simulation of Biological Systems

Analysis and Simulation of Biological Systems Analysis and Simulation of Biological Systems Dr. Carlo Cosentino School of Computer and Biomedical Engineering Department of Experimental and Clinical Medicine Università degli Studi Magna Graecia Catanzaro,

More information

Biochemistry. Lecture 8 Enzyme Kinetics

Biochemistry. Lecture 8 Enzyme Kinetics Biochemistry Lecture 8 Enzyme Kinetics Why Enzymes? igher reaction rates Greater reaction specificity Milder reaction conditions Capacity for regulation C - - C N 2 - C N 2 - C - C Chorismate mutase -

More information

An Application of Reverse Quasi Steady State Approximation

An Application of Reverse Quasi Steady State Approximation IOSR Journal of Mathematics (IOSR-JM) ISSN: 78-578. Volume 4, Issue (Nov. - Dec. ), PP 37-43 An Application of Reverse Quasi Steady State Approximation over SCA Prashant Dwivedi Department of Mathematics,

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

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

Enzyme Kinetics: The study of reaction rates. For each very short segment dt of the reaction: V k 1 [S]

Enzyme Kinetics: The study of reaction rates. For each very short segment dt of the reaction: V k 1 [S] Enzyme Kinetics: The study of reaction rates. For the one-way st -order reaction: S the rate of reaction (V) is: V P [ P] moles / L t sec For each very short segment dt of the reaction: d[ P] d[ S] V dt

More information

Lecture 13: Data Analysis and Interpretation of the Michaelis-Menten Parameters

Lecture 13: Data Analysis and Interpretation of the Michaelis-Menten Parameters Biological Chemistry Laboratory Biology 3515/Chemistry 3515 Spring 2019 Lecture 13: Data Analysis and Interpretation of the Michaelis-Menten Parameters 19 February 2019 c David P. Goldenberg University

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

schematic diagram; EGF binding, dimerization, phosphorylation, Grb2 binding, etc.

schematic diagram; EGF binding, dimerization, phosphorylation, Grb2 binding, etc. Lecture 1: Noncovalent Biomolecular Interactions Bioengineering and Modeling of biological processes -e.g. tissue engineering, cancer, autoimmune disease Example: RTK signaling, e.g. EGFR Growth responses

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

On the status of the Michaelis-Menten equation and its implications for enzymology

On the status of the Michaelis-Menten equation and its implications for enzymology 1 On the status of the Michaelis-Menten equation and its implications for enzymology Sosale Chandrasekhar 1 Department of Organic Chemistry, Indian Institute of Science, Bangalore 560 012, India 1 E-mail:

More information

Free Energy. because H is negative doesn't mean that G will be negative and just because S is positive doesn't mean that G will be negative.

Free Energy. because H is negative doesn't mean that G will be negative and just because S is positive doesn't mean that G will be negative. Biochemistry 462a Bioenergetics Reading - Lehninger Principles, Chapter 14, pp. 485-512 Practice problems - Chapter 14: 2-8, 10, 12, 13; Physical Chemistry extra problems, free energy problems Free Energy

More information

Biochemistry Enzyme kinetics

Biochemistry Enzyme kinetics 1 Description of Module Subject Name Paper Name Module Name/Title Enzyme Kinetics Dr. Vijaya Khader Dr. MC Varadaraj 2 1. Objectives 2. Enzymes as biological catalyst 3. Enzyme Catalysis 4. Understanding

More information

Advances in high-throughput genomics and proteomics analysis

Advances in high-throughput genomics and proteomics analysis Untangling the wires: A strategy to trace functional interactions in signaling and gene networks Boris N. Kholodenko*, Anatoly Kiyatkin*, Frank J. Bruggeman, Eduardo Sontag, Hans V. Westerhoff, and Jan

More information

Cell Death & Trophic Factors II. Steven McLoon Department of Neuroscience University of Minnesota

Cell Death & Trophic Factors II. Steven McLoon Department of Neuroscience University of Minnesota Cell Death & Trophic Factors II Steven McLoon Department of Neuroscience University of Minnesota 1 Remember? Neurotrophins are cell survival factors that neurons get from their target cells! There is a

More information

Chemistry 1506: Allied Health Chemistry 2. Section 10: Enzymes. Biochemical Catalysts. Outline

Chemistry 1506: Allied Health Chemistry 2. Section 10: Enzymes. Biochemical Catalysts. Outline Chemistry 1506 Dr. Hunter s Class Section 10 Notes - Page 1/14 Chemistry 1506: Allied Health Chemistry 2 Section 10: Enzymes Biochemical Catalysts. Outline SECTION 10.1 INTRODUCTION...2 SECTION SECTION

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

14 COMPUTATIONAL CELL BIOLOGY AND COMPLEXITY

14 COMPUTATIONAL CELL BIOLOGY AND COMPLEXITY 14 COMPUTATIONAL CELL BIOLOGY AND COMPLEXITY Charles Coward, MD * Banu Onaral, PhD * Chapter Contents 14.1 Computational Biology 14.1.1 Computational Modeling of Cellular Processes 14.1.2 Modeling Control

More information

SIMPLE MODEL Direct Binding Analysis

SIMPLE MODEL Direct Binding Analysis Neurochemistry, 56:120:575 Dr. Patrick J. McIlroy Supplementary Notes SIMPLE MODEL Direct Binding Analysis The interaction of a (radio)ligand, L, with its receptor, R, to form a non-covalent complex, RL,

More information

Signal Transduction Phosphorylation Protein kinases. Misfolding diseases. Protein Engineering Lysozyme variants

Signal Transduction Phosphorylation Protein kinases. Misfolding diseases. Protein Engineering Lysozyme variants Signal Transduction Phosphorylation Protein kinases Misfolding diseases Protein Engineering Lysozyme variants Cells and Signals Regulation The cell must be able to respond to stimuli Cellular activities

More information

Study Guide 11 & 12 MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

Study Guide 11 & 12 MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Study Guide 11 & 12 MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. 1) The receptors for a group of signaling molecules known as growth factors are

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

Reprogramming what is it? ips. neurones cardiomyocytes. Takahashi K & Yamanaka S. Cell 126, 2006,

Reprogramming what is it? ips. neurones cardiomyocytes. Takahashi K & Yamanaka S. Cell 126, 2006, General Mechanisms of Cell Signaling Signaling to Cell Nucleus MUDr. Jan láteník, hd. Somatic cells can be reprogrammed to pluripotent stem cells! fibroblast Reprogramming what is it? is neurones cardiomyocytes

More information

An Introduction to Metabolism

An Introduction to Metabolism Chapter 8 An Introduction to Metabolism PowerPoint Lecture Presentations for Biology Eighth Edition Neil Campbell and Jane Reece Lectures by Chris Romero, updated by Erin Barley with contributions from

More information

Lecture 7: Enzymes and Energetics

Lecture 7: Enzymes and Energetics Lecture 7: Enzymes and Energetics I. Biological Background A. Biological work requires energy 1. Energy is the capacity to do work a. Energy is expressed in units of work (kilojoules) or heat energy (kilocalories)

More information

Modelling Biochemical Pathways with Stochastic Process Algebra

Modelling Biochemical Pathways with Stochastic Process Algebra Modelling Biochemical Pathways with Stochastic Process Algebra Jane Hillston. LFCS, University of Edinburgh 13th April 2007 The PEPA project The PEPA project started in Edinburgh in 1991. The PEPA project

More information