880 likes | 1.15k Views
Mathematical Modelling for Synthetic Biology. aGEM Workshop on Mathematical Modelling July 22, 2012, Lethbridge , AB. Brian Ingalls Department of Applied Mathematics University of Waterloo Waterloo, ON. Workshop Outline.
E N D
Mathematical Modelling for Synthetic Biology aGEM Workshop on Mathematical Modelling July 22, 2012, Lethbridge, AB Brian Ingalls Department of Applied Mathematics University of Waterloo Waterloo, ON
Workshop Outline • Introduction to mathematical modelling of biochemical reaction networks • Modelling of gene regulatory networks • Lab I: simulation of kinetic models • Tools for model analysis • Lab II: model-based design of gene regulatory networks
Models in Science and Engineering • Models are abstractions of reality
Models in Science and Engineering • Models are abstractions of reality • Models can be physical Ball-and-stick model of molecular structure Mouse model of obesity http://mariovalle.name/ChemViz/representations/index.html http://srxawordonhealth.com/2012/04/
Models in Science and Engineering • Models are abstractions of reality • Models can be physical or conceptual Kinetic model of bacterial chemotaxissignalling pathway Interaction diagram model of G-protein signalling http://www.nature.com/scitable/topicpage/gpcr-14047471
Models in Science and Engineering • Models are abstractions of reality • Models can be physical or conceptual • Mathematical models are mechanistic (based on physico-chemical laws) and predictive (allow inferences beyond the data used for their construction)
How are mathematical models used in molecular biology? • Models summarize data • Models allow of falsification of hypotheses • Models allow exploration of system behaviour (in silicoexperiments) • Model-based design allows easy exploration of design space
Modelling Chemical Reaction Networks Chemical reaction: Rate constant: Law of mass action:
Using derivatives to describe rates of change Ex: decay reaction: differential equation model rate of reaction at time t rate of change of [A] at time t
Solution of the differential equation model Model simulation = in silicoexperiment
Numerical simulation of differential equation models Approximate derivative by a difference quotient Rearrange to yield an update rule:
Repeated application of the update rule (starting from known initial concentration): Implemented in MATLAB, XPPAUT, Copasi, Mathematica, Maple, … Tutorials in notes for XPPAUT (freeware, simulation and analysis of differential equation models) MATLAB (licensed, general-use computational software)
Example network model network simulation model
Separation of time-scales • Every model is formulated around a specific time-scale • Processes occurring on a slower time-scale are treated as frozen in time • Processes occurring on a faster time-scale are presumed to occur instantaneously
Treating rapid processes Rapid equilibrium approximation: presume at all times. Quasi-steady-state approximation: presume [A] is in steady-state with respect to [B] at all times.
Sensitivity analysis Measure sensitivity of steady-state species concentrations to changes in model parameters
Applications of Sensitivity analysis Identification of optimal drug targets (steps with high sensitivities) Bakker et al. 1999, ‘What controls glycolysis in bloodstream form Trypanosomabrucei? JBC 274.
Applications of Sensitivity analysis Interpretation of regulation schemes: role of negative feedback
Saturation: Michaelis-Menten kinetics Rates of enzyme-catalysed reactions exhibit saturation: Michaelis-Menten kinetics
Cooperativity: Hill function kinetics Processes involving multiple interacting components can exhibit sigmoidalactivity (e.g. cooperative binding of O2 to hemoglobin) Hill function (empirical fit)
Modelling constitutive gene expression mRNA dynamics: protein dynamics:
Modelling constitutive gene expression If mRNA dynamics are fast (compared to protein dynamics): Treat mRNA in ‘quasi-steady-state’ Reduced model only describes protein concentration :
Regulated gene expression Repressed expression Constitutive expression
Regulated gene expression Activated expression Constitutive expression
Regulation by multiple transcription factors Distribution of states: If A=B=P, with cooperative binding:
Autoregulating genes Autorepressor: (regulation enhances robustness and response timing) Autoactivator: (bistable ON/OFF switching behaviour)
Gene switch: lac operon Gene autoactivates in response to lactose
Gene switch: lysis/lysogeny decision in phage lambda cI cro Double negative feedback locks in one of two states
Oscillatory gene network: the Goodwin oscillator Delayed negative feedback leads to sustained oscillations
Oscillatory gene network: circadian rhythm generator Delayed negative feedback leads to sustained oscillations Model: Goldbeter, 1996
Developmental gene networks Endomesoderm specification in purple sea urchin (Davidson, Bolouriet al.) Segmentation in Drosophila
The Collins Toggle Switch Gardner, Cantor, and Collins, Nature, 2000 Double repression locks in one of two possible states. Inducers allow transitions
The Repressilator Elowitz and Leibler, Nature, 2000 Three-step repression ring generates delayed negative feedback: sustained oscillations
Repressilator: Implementation single cell progeny
Improved oscillator design: relaxation oscillator Interplay of positive and negative feedback lead to robust sustained rise-and-crash oscillations
Stricker/Hasty oscillator Strickeret al., Nature, 2008 Interplay of positive and negative feedback lead to robust sustained oscillations
Lab I Goals: • Simulate a differential equation model in XPPAUT • Determine sensitivity coefficients for a simple network model • Explore system behaviour in models of gene regulatory networks: the Collins toggle switch, the repressilator, the Hasty/Stricker oscillator
Lab I • Simulate a differential equation model in XPPAUT a) Open XPPAUT with file Lab1.ode or generate your own file, content is simply: par k=1 x’=-k*x init x=1 done b) Select Initialconds|Go (I|G). Resize the window with Window/zoom|Fit (W|F). Then choose Initialconds|New (I|N) and run a simulation with initial value of x set to 0.5. c) Open the param window, change the value of k to 1. Re-run your simulations from x(0)=1 and x(0)=0.5. How has the behaviour changed? 2) Determine sensitivity coefficients for a simple network model • Open XPPAUT with file Lab2.ode • Select Initialconds|Go (I|G). Use the Data window to view all four species concentrations. Select Graphic stuff|Add curve (G|A) to add additional time-series to the plot. • Open the param window. Explore the effect of changing the parameter values. Consider the sensitivities of the steady state of [A] with respect to (i) k1; (ii) k2; and (ii) k3. 3) Explore system behaviour in models of gene regulatory networks: the Collins toggle switch, the repressilator, the Hasty/Stricker oscillator a) Open XPPAUT with one of the filesLab_toggle.ode, Lab_repressilator.ode, or Lab_hastyosc.ode b) Select Initialconds|Go (I|G). Verify the system’s desired behaviour: oscillations or bistability (for bistability, modify the initial conditions). c) Explore the effect of modifying the model parameters (param window) on the desired behaviour