Lecture 2 – Master Equation and System Size Expansion

Total Page:16

File Type:pdf, Size:1020Kb

Lecture 2 – Master Equation and System Size Expansion Lecture 2 { Master equation and system size expansion February 7, 2020 Lecture 2 { Master equation and system size expansion February 7, 2020 1 / 47 Outline 1 The master equation for time continuous processes. 2 Birth and death processes - Intro. 3 Simulating stochastic orbits: the Gillespie algorithm. 4 Stochastic predictions: the van Kampen system size expansion. 5 Theory vs. simulations. Lecture 2 { Master equation and system size expansion February 7, 2020 2 / 47 The Master Equation This is basically the continuous time version of Markov chains. Derivation from the Chapman-Kolmogorov (CK) equation The CK equation is X 0 0 p(n; t + ∆tjn0; t0) = p(n; t + ∆tjn ; t)p(n ; tjn0; t0): n0 Now, we assume that 2 0 0 1 − κn(t)∆t + O(∆t) ; if n = n ; p(n; t + ∆tjn ; t) = 2 0 (1) wnn0 (t)∆t + O(∆t) ; if n 6= n : 0 wnn0 (t) is the transition rate and is only defined for n 6= n Now, by normalisation, X 1 = p(n; t + ∆tjn0; t) n 2 X 2 = 1 − κn0 (t)∆t + O(∆t) + wnn0 (t)∆t + O(∆t) n6=n0 Lecture 2 { Master equation and system size expansion February 7, 2020 3 / 47 X ) κn0 (t) = wnn0 (t): n6=n0 Alternatively, switching the indices, X κn(t) = wn0n(t): (2) n06=n Therefore, using (1), we see that the CK equation reads p(n; t + ∆tjn0; t0) = (1 − κn(t)∆t + :::)p(n; tjn0; t0) X 0 2 + wnn0 (t)p(n ; tjn0; t0)∆t + O(∆t) ; n06=n p(n; t + ∆tjn ; t ) − p(n; tjn ; t ) ) 0 0 0 0 ∆t X 0 = −κn(t)p(n; tjn0; t0) + wnn0 (t)p(n ; tjn0; t0) + O(∆t): n06=n Lecture 2 { Master equation and system size expansion February 7, 2020 4 / 47 Now let ∆t ! 0: dp(n; tjn0; t0) X 0 = −κ (t)p(n; tjn ; t ) + w 0 (t)p(n ; tjn ; t ): dt n 0 0 nn 0 0 n06=n Using (2), the middle term may be rewritten to find dp(n; tjn0; t0) X X 0 = − w 0 (t)p(n; tjn ; t ) + w 0 (t)p(n ; tjn ; t ): dt n n 0 0 nn 0 0 n06=n n06=n If we had started, not from the CK equation, but from the first relation which defines Markov processes: X p(n; t + ∆t) = p(n; t + ∆tjn0; t)p(n0; t) n0 then exactly the same sequence of steps would lead to dp(n; t) X X 0 = − w 0 (t)p(n; t) + w 0 (t)p(n ; t): dt n n nn n06=n n06=n Lecture 2 { Master equation and system size expansion February 7, 2020 5 / 47 This equation could also have been obtained by multiplying the equation for p(n; tjn0; t0) by p(n0; t0) and summing over all initial states, since X p(n; t) = p(n; tjn0; t0)p(n0; t0): n0 Therefore both p(n; tjn0; t0) and p(n; t) satisfy the same equation. We will frequently write it for p(n; t), with the understanding that this could also be thought of as the conditional probability. The equation is the desired master equation, dp(n; t) X 0 X = w 0 (t)p(n ; t) − w 0 (t)p(n; t): (3) dt nn n n n06=n n06=n The interpretation of the master equation is straightforward. The first term is just the probability of going from n0 ! n, and the second the probability of going from n ! n0. Lecture 2 { Master equation and system size expansion February 7, 2020 6 / 47 In words, the rate of change of being in a state n is equal to the probability of making a transition into n, minus the probability of transitioning out of n. In applications the wnn0 are assumed to be given (this specifies the model) and we wish to determine the p(n; t). Comments: • Notice that because of the Markov property, wnn0 only depends on the current state of the system (n0), and does not depend on previous states (i.e. how the system got to n0). • In the derivation we have assumed that wnn0 depends on time (which it does in general, just as for Markov chains), but usually we are only interested in situations where it is time-independent. Lecture 2 { Master equation and system size expansion February 7, 2020 7 / 47 More informal derivations of the master equation The master equation is essentially a balance equation; the rate of moving into the state n minus the rate of moving out of the same state is the rate of change of p(n; t). That is, Rate of change of p(n; t) = [ Rate due to transitions into the state n from all the other states n0]- [ Rate due to transitions out of the state n into all other states n0] When expressed this way, and assuming the process is Markov, the master equation dp(n; t) X 0 X = w 0 (t)p(n ; t) − w 0 (t)p(n; t); dt nn n n n06=n n06=n appears very reasonable. Lecture 2 { Master equation and system size expansion February 7, 2020 8 / 47 Another derivation, which is also less rigorous than the original, starts from the system described as a Markov chain, and moves to continuous time by taking the duration of the time-step to zero: So, let us start from X Pn(t + 1) = Qnn0 (t)Pn0 (t); n0 where the columns of the transition matrix add to unity: X Qn0n(t) = 1: n0 So, if we write X X Pn(t + 1) − Pn(t) = Qnn0 (t)Pn0 (t) − Qn0n(t)Pn(t); n0 n0 then the terms in the sums with n0 = n can be cancelled to give X X Pn(t + 1) − Pn(t) = Qnn0 (t)Pn0 (t) − Qn0n(t)Pn(t); n06=n n06=n Lecture 2 { Master equation and system size expansion February 7, 2020 9 / 47 Now, we take the time step to be ∆t, rather than unity, and divide through by the time step; Pn(t + ∆t) − Pn(t) X Qnn0 X Qn0n = P 0 (t) − P (t): ∆t ∆t n ∆t n n06=n n06=n Then, it is clear that taking the time step to zero, reduces the left-hand side to a differential of the probability, with respect to time. Furthermore instead of assuming that exactly one sampling event happens per time step, we assume that on average one event happens in the time step. To achieve this set 2 0 Qnn0 (t) = wnn0 (t)∆t + O(∆t) ; n 6= n : So letting ∆t ! 0 we obtain the master equation: dPn X X = w 0 (t)P 0 (t) − w 0 (t)P (t): dt nn n n n n n06=n n06=n Lecture 2 { Master equation and system size expansion February 7, 2020 10 / 47 The birth and death stochastic model Bacteria dynamics. Demography. Queueing theory. 1 Simple model of population growth. 2 Individuals enter/exit the community. Lecture 2 { Master equation and system size expansion February 7, 2020 11 / 47 Exact numerical scheme: the Gillespie algorithm Consider a given chemical equation, R1. Assume Si , with i = 1; 2, to label the involved reactants (called Substrates in the original paper by Gillespie): c S1 + S2 −! 2S1 In words: the (individual!) molecule of type S1 can combine with an (individual!) molecule of type S2 to result into two molecules of type S1. The probability that such a reaction will take place in the forthcoming time interval dt is controlled by: the number of molecules of type S1 and S2 and the number of possible combinations that yield to an encounter between a molecule of type S1 and another of type S2. the average probability that given a pair of molecules S1 ed S2, the reaction R1 takes over. Lecture 2 { Master equation and system size expansion February 7, 2020 12 / 47 Assume n1 e n2 to label the number of molecules of type 1 e 2 respectively. Then, h = n1n2 is the number of independent combinations that result in a pair S1 - S2. On the other hand c measures the probability per unit of time of reacting. Hence: P1 = chdt = cn1n2dt is the probability that the reaction R1 takes over in a given time interval dt. So far so good! What is going to happen if we have instead a system of reactions? How are we going to sort out which reaction is going to happen first? Lecture 2 { Master equation and system size expansion February 7, 2020 13 / 47 Let us consider first the case where two reactions are at play, namely R1 and R2, specified as follows: c1 S1 + S2 −! 2S1 c2 2S1 −! S3 Answering to two questions is mandatory at this point: When is the next reaction going to occur? Which reaction is going to happen? Focus on the general framework. Imagine to have k type of molecules partitioned in the following families (n1, n2, n3...) and assume that those molecules can react according to M distinct reaction channels, labelled with Ri con i = 1; ::; M. Lecture 2 { Master equation and system size expansion February 7, 2020 14 / 47 We need to calculate the quantity: P(τ; i)dτ i.e. the probability that given the system in the state (n1, n2, n3...) at time t: the next reaction occurs in the time interval from t + τ to t + τ + dτ. it is the reaction Ri . The core of the algorithm is to evaluate the, presently unknown, quantity P(τ; i)dτ.
Recommended publications
  • The Effect of Compression and Expansion on Stochastic Reaction Networks
    IMT School for Advanced Studies, Lucca Lucca, Italy The Effect of Compression and Expansion on Stochastic Reaction Networks PhD Program in Institutions, Markets and Technologies Curriculum in Computer Science and Systems Engineering (CSSE) XXXI Cycle By Tabea Waizmann 2021 The dissertation of Tabea Waizmann is approved. Program Coordinator: Prof. Rocco De Nicola, IMT Lucca Supervisor: Prof. Mirco Tribastone, IMT Lucca The dissertation of Tabea Waizmann has been reviewed by: Dr. Catia Trubiani, Gran Sasso Science Institute Prof. Michele Loreti, University of Camerino IMT School for Advanced Studies, Lucca 2021 To everyone who believed in me. Contents List of Figures ix List of Tables xi Acknowledgements xiii Vita and Publications xv Abstract xviii 1 Introduction 1 2 Background 6 2.1 Multisets . .6 2.2 Reaction Networks . .7 2.3 Ordinary Lumpability . 11 2.4 Layered Queuing Networks . 12 2.5 PEPA . 16 3 Coarse graining mass-action stochastic reaction networks by species equivalence 19 3.1 Species Equivalence . 20 3.1.1 Species equivalence as a generalization of Markov chain ordinary lumpability . 27 3.1.2 Characterization of SE for mass-action networks . 27 3.1.3 Computation of the maximal SE and reduced net- work . 28 vii 3.2 Applications . 31 3.2.1 Computational systems biology . 31 3.2.2 Epidemic processes in networks . 33 3.3 Discussion . 36 4 DiffLQN: Differential Equation Analysis of Layered Queuing Networks 37 4.1 DiffLQN .............................. 38 4.1.1 Architecture . 38 4.1.2 Capabilities . 38 4.1.3 Syntax . 39 4.2 Case Study: Client-Server dynamics . 41 4.3 Discussion .
    [Show full text]
  • Intrinsic Noise Analyzer: a Software Package for the Exploration of Stochastic Biochemical Kinetics Using the System Size Expansion
    Intrinsic Noise Analyzer: A Software Package for the Exploration of Stochastic Biochemical Kinetics Using the System Size Expansion Philipp Thomas1,2,3., Hannes Matuschek4., Ramon Grima1,2* 1 School of Biological Sciences, University of Edinburgh, Edinburgh, United Kingdom, 2 SynthSys Edinburgh, University of Edinburgh, Edinburgh, United Kingdom, 3 Department of Physics, Humboldt University of Berlin, Berlin, Germany, 4 Institute of Physics and Astronomy, University of Potsdam, Potsdam, Germany Abstract The accepted stochastic descriptions of biochemical dynamics under well-mixed conditions are given by the Chemical Master Equation and the Stochastic Simulation Algorithm, which are equivalent. The latter is a Monte-Carlo method, which, despite enjoying broad availability in a large number of existing software packages, is computationally expensive due to the huge amounts of ensemble averaging required for obtaining accurate statistical information. The former is a set of coupled differential-difference equations for the probability of the system being in any one of the possible mesoscopic states; these equations are typically computationally intractable because of the inherently large state space. Here we introduce the software package intrinsic Noise Analyzer (iNA), which allows for systematic analysis of stochastic biochemical kinetics by means of van Kampen’s system size expansion of the Chemical Master Equation. iNA is platform independent and supports the popular SBML format natively. The present implementation is the first to adopt a complementary approach that combines state-of-the-art analysis tools using the computer algebra system Ginac with traditional methods of stochastic simulation. iNA integrates two approximation methods based on the system size expansion, the Linear Noise Approximation and effective mesoscopic rate equations, which to-date have not been available to non-expert users, into an easy-to-use graphical user interface.
    [Show full text]
  • System Size Expansion Using Feynman Rules and Diagrams
    System size expansion using Feynman rules and diagrams Philipp Thomas∗y, Christian Fleck,z Ramon Grimay, Nikola Popovi´c∗ October 2, 2018 Abstract Few analytical methods exist for quantitative studies of large fluctuations in stochastic systems. In this article, we develop a simple diagrammatic approach to the Chemical Master Equation that allows us to calculate multi-time correlation functions which are accurate to a any desired order in van Kampen's system size expansion. Specifically, we present a set of Feynman rules from which this diagrammatic perturbation expansion can be constructed algo- rithmically. We then apply the methodology to derive in closed form the leading order corrections to the linear noise approximation of the intrinsic noise power spectrum for general biochemical reaction networks. Finally, we illustrate our results by describing noise-induced oscillations in the Brusselator reaction scheme which are not captured by the common linear noise approximation. 1 Introduction The quantification of intrinsic fluctuations in biochemical networks is becoming increasingly important for the study of living systems, as some of the key molecular players are expressed in low numbers of molecules per cell [1]. The most commonly employed method for investigating this type of cell-to-cell variability is the stochastic simulation algorithm (SSA) [2]. While the SSA allows for the exact sampling of trajectories of discrete intracellular biochemistry, it is computationally expensive, which often prevents one from obtaining statistics for large ranges of the biological parameter space. A widely used approach to overcome these limitations has been the linear noise approximation (LNA) [3, 4, 5]. The LNA is obtained to leading order in van Kampen's system size expansion [6].
    [Show full text]
  • Approximate Probability Distributions of the Master Equation
    Approximate probability distributions of the master equation Philipp Thomas∗ School of Mathematics and School of Biological Sciences, University of Edinburgh Ramon Grimay School of Biological Sciences, University of Edinburgh Master equations are common descriptions of mesoscopic systems. Analytical solutions to these equations can rarely be obtained. We here derive an analytical approximation of the time-dependent probability distribution of the master equation using orthogonal polynomials. The solution is given in two alternative formulations: a series with continuous and a series with discrete support both of which can be systematically truncated. While both approximations satisfy the system size expansion of the master equation, the continuous distribution approximations become increasingly negative and tend to oscillations with increasing truncation order. In contrast, the discrete approximations rapidly converge to the underlying non-Gaussian distributions. The theory is shown to lead to particularly simple analytical expressions for the probability distributions of molecule numbers in metabolic reactions and gene expression systems. I. INTRODUCTION first few moments [12{14]; alternative methods are based on moment closure [15]. It is however the case that the Master equations are commonly used to describe fluc- knowledge of a limited number of moments does not al- tuations of particulate systems. In most instances, how- low to uniquely determine the underlying distribution ever, the number of reachable states is so large that their functions. Reconstruction of the probability distribution combinatorial complexity prevents one from obtaining therefore requires additional approximations such as the analytical solutions to these equations. Explicit solutions maximum entropy principle [16] or the truncated moment are known only for certain classes of linear birth-death generating function [17] which generally yield different processes [1], under detailed balance conditions [2], or results.
    [Show full text]
  • How Reliable Is the Linear Noise Approximation Of
    Thomas et al. BMC Genomics 2013, 14(Suppl 4):S5 http://www.biomedcentral.com/1471-2164/14/S4/S5 RESEARCH Open Access How reliable is the linear noise approximation of gene regulatory networks? Philipp Thomas1,2, Hannes Matuschek3, Ramon Grima1* From IEEE International Conference on Bioinformatics and Biomedicine 2012 Philadelphia, PA, USA. 4-7 October 2012 Abstract Background: The linear noise approximation (LNA) is commonly used to predict how noise is regulated and exploited at the cellular level. These predictions are exact for reaction networks composed exclusively of first order reactions or for networks involving bimolecular reactions and large numbers of molecules. It is however well known that gene regulation involves bimolecular interactions with molecule numbers as small as a single copy of a particular gene. It is therefore questionable how reliable are the LNA predictions for these systems. Results: We implement in the software package intrinsic Noise Analyzer (iNA), a system size expansion based method which calculates the mean concentrations and the variances of the fluctuations to an order of accuracy higher than the LNA. We then use iNA to explore the parametric dependence of the Fano factors and of the coefficients of variation of the mRNA and protein fluctuations in models of genetic networks involving nonlinear protein degradation, post-transcriptional, post-translational and negative feedback regulation. We find that the LNA can significantly underestimate the amplitude and period of noise-induced oscillations in genetic oscillators. We also identify cases where the LNA predicts that noise levels can be optimized by tuning a bimolecular rate constant whereas our method shows that no such regulation is possible.
    [Show full text]
  • Computation of Biochemical Pathway Fluctuations Beyond the Linear Noise Approximation Using
    Computation of biochemical pathway fluctuations beyond the linear noise approximation using iNA Philipp Thomas∗†‡ ¶, Hannes Matuschek§¶ and Ramon Grima∗† ∗School of Biological Sciences, University of Edinburgh, Edinburgh, United Kingdom †SynthSys Edinburgh, University of Edinburgh, Edinburgh, United Kingdom ‡Department of Physics, Humboldt University of Berlin, Berlin, Germany §Institute of Physics and Astronomy, University of Potsdam, Potsdam, Germany ¶These authors contributed equally. Abstract—The linear noise approximation is commonly used the first software package enabling a fluctuation analysis of to obtain intrinsic noise statistics for biochemical networks. biochemical networks via the Linear Noise Approximation These estimates are accurate for networks with large numbers (LNA) and Effective Mesoscopic Rate Equation (EMRE) of molecules. However it is well known that many biochemical networks are characterized by at least one species with a approximations of the CME. The former gives the variance small number of molecules. We here describe version 0.3 of and covariance of concentration fluctuations in the limit of the software intrinsic Noise Analyzer (iNA) which allows for large molecule numbers while the latter gives the mean accurate computation of noise statistics over wide ranges of concentrations for intermediate to large molecule numbers molecule numbers. This is achieved by calculating the next and is more accurate than the conventional Rate Equations order corrections to the linear noise approximation’s estimates of variance and covariance of concentration fluctuations. The (REs). efficiency of the methods is significantly improved by auto- In this proceeding we develop and efficiently implement mated just-in-time compilation using the LLVM framework in iNA, the Inverse Omega Square (IOS) method comple- leading to a fluctuation analysis which typically outperforms menting the EMRE method by providing estimates for the that obtained by means of exact stochastic simulations.
    [Show full text]
  • Stochastic Analysis of Biochemical Systems
    ON MOMENTS AND TIMING { STOCHASTIC ANALYSIS OF BIOCHEMICAL SYSTEMS by Khem Raj Ghusinga A dissertation submitted to the Faculty of the University of Delaware in partial fulfillment of the requirements for the degree of Doctor of Philosophy in Electrical and Computer Engineering Summer 2018 c 2018 Khem Raj Ghusinga All Rights Reserved ON MOMENTS AND TIMING { STOCHASTIC ANALYSIS OF BIOCHEMICAL SYSTEMS by Khem Raj Ghusinga Approved: Kenneth E. Barner, Ph.D. Chair of the Department of Electrical and Computer Engineering Approved: Babatunde Ogunnaike, Ph.D. Dean of the College of Engineering Approved: Ann L. Ardis, Ph.D. Senior Vice Provost for Graduate and Professional Education I certify that I have read this dissertation and that in my opinion it meets the academic and professional standard required by the University as a dissertation for the degree of Doctor of Philosophy. Signed: Abhyudai Singh, Ph.D. Professor in charge of dissertation I certify that I have read this dissertation and that in my opinion it meets the academic and professional standard required by the University as a dissertation for the degree of Doctor of Philosophy. Signed: Ryan Zurakowski, Ph.D. Member of dissertation committee I certify that I have read this dissertation and that in my opinion it meets the academic and professional standard required by the University as a dissertation for the degree of Doctor of Philosophy. Signed: Gonzalo R. Arce, Ph.D. Member of dissertation committee I certify that I have read this dissertation and that in my opinion it meets the academic and professional standard required by the University as a dissertation for the degree of Doctor of Philosophy.
    [Show full text]
  • Nonequilibrium Critical Phenomena: Exact Langevin Equations, Erosion of Tilted Landscapes
    Nonequilibrium critical phenomena : exact Langevin equations, erosion of tilted landscapes. Charlie Duclut To cite this version: Charlie Duclut. Nonequilibrium critical phenomena : exact Langevin equations, erosion of tilted landscapes.. Physics [physics]. Université Pierre et Marie Curie - Paris VI, 2017. English. NNT : 2017PA066241. tel-01690438 HAL Id: tel-01690438 https://tel.archives-ouvertes.fr/tel-01690438 Submitted on 23 Jan 2018 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. UNIVERSITÉ PIERRE ET MARIE CURIE ÉCOLE DOCTORALE PHYSIQUE EN ÎLE-DE-FRANCE THÈSE pour obtenir le titre de Docteur de l’Université Pierre et Marie Curie Mention : PHYSIQUE THÉORIQUE Présentée et soutenue par Charlie DUCLUT Nonequilibrium critical phenomena: exact Langevin equations, erosion of tilted landscapes. Thèse dirigée par Bertrand DELAMOTTE préparée au Laboratoire de Physique Théorique de la Matière Condensée soutenue le 11 septembre 2017 devant le jury composé de : M. Andrea GAMBASSI Rapporteur M. Michael SCHERER Rapporteur M. Giulio BIROLI Examinateur Mme Leticia CUGLIANDOLO Présidente du jury M. Andrei FEDORENKO Examinateur M. Bertrand DELAMOTTE Directeur de thèse Remerciements First of all, I would like to thank the referees Andrea Gambassi and Michael Scherer for taking the time to carefully read the manuscript.
    [Show full text]
  • An Alternative Route to the System-Size Expansion
    Home Search Collections Journals About Contact us My IOPscience An alternative route to the system-size expansion This content has been downloaded from IOPscience. Please scroll down to see the full text. 2017 J. Phys. A: Math. Theor. 50 395003 (http://iopscience.iop.org/1751-8121/50/39/395003) View the table of contents for this issue, or go to the journal homepage for more Download details: IP Address: 129.215.109.91 This content was downloaded on 05/09/2017 at 12:10 Please note that terms and conditions apply. You may also be interested in: Symmetry and Collective Fluctuations in Evolutionary Games: Symmetry and collective fluctuations: large deviations and scaling in population processes E Smith and S Krishnamurthy Approximation and inference methods for stochastic biochemical kinetics—a tutorial review David Schnoerr, Guido Sanguinetti and Ramon Grima System size expansion using Feynman rules and diagrams Philipp Thomas, Christian Fleck, Ramon Grima et al. Master equations and the theory of stochastic path integrals Markus F Weber and Erwin Frey Stochastic switching in biology: from genotype to phenotype Paul C Bressloff Multi-compartment linear noise approximation Joseph D Challenger, Alan J McKane and Jürgen Pahle Modeling stochasticity in biochemical reaction networks P H Constantino, M Vlysidis, P Smadbeck et al. Fundamentals of higher order stochastic equations P D Drummond How limit cycles and quasi-cycles are related in systems with intrinsic noise Richard P Boland, Tobias Galla and Alan J McKane IOP Journal of Physics A: Mathematical and Theoretical J. Phys. A: Math. Theor. Journal of Physics A: Mathematical and Theoretical J.
    [Show full text]
  • How Reliable Is the Linear Noise Approximation of Gene Regulatory Networks?
    Mathematisch-Naturwissenschaftliche Fakultät Philipp Thomas | Hannes Matuschek | Ramon Grima How reliable is the linear noise approximation of gene regulatory networks? Suggested citation referring to the original publication: BMC Genomics 14 (2013) S5 DOI https://doi.org/10.1186/1471-2164-14-S4-S5 ISSN (online) 1471-2164 Postprint archived at the Institutional Repository of the Potsdam University in: Postprints der Universität Potsdam Mathematisch-Naturwissenschaftliche Reihe ; 876 ISSN 1866-8372 https://nbn-resolving.org/urn:nbn:de:kobv:517-opus4-435028 DOI https://doi.org/10.25932/publishup-43502 Thomas et al. BMC Genomics 2013, 14(Suppl 4):S5 http://www.biomedcentral.com/1471-2164/14/S4/S5 RESEARCH Open Access How reliable is the linear noise approximation of gene regulatory networks? Philipp Thomas1,2, Hannes Matuschek3, Ramon Grima1* From IEEE International Conference on Bioinformatics and Biomedicine 2012 Philadelphia, PA, USA. 4-7 October 2012 Abstract Background: The linear noise approximation (LNA) is commonly used to predict how noise is regulated and exploited at the cellular level. These predictions are exact for reaction networks composed exclusively of first order reactions or for networks involving bimolecular reactions and large numbers of molecules. It is however well known that gene regulation involves bimolecular interactions with molecule numbers as small as a single copy of a particular gene. It is therefore questionable how reliable are the LNA predictions for these systems. Results: We implement in the software package intrinsic Noise Analyzer (iNA), a system size expansion based method which calculates the mean concentrations and the variances of the fluctuations to an order of accuracy higher than the LNA.
    [Show full text]
  • Optimal Experimental Design Applied to Models of Microbial Gene Regulation
    Optimal Experimental Design Applied to Models of Microbial Gene Regulation by Nathan Braniff A thesis presented to the University of Waterloo in fulfillment of the thesis requirement for the degree of Doctor of Philosophy in Applied Mathematics Waterloo, Ontario, Canada, 2020 c Nathan Braniff 2020 Examining Committee Membership The following served on the Examining Committee for this thesis. The decision of the Examining Committee is by majority vote. External Examiner: Julio Banga Professor, IIM-CISC Supervisor: Brian Ingalls Professor, Applied Mathematics, University of Waterloo Internal Members: Matt Scott Assoc. Professor, Applied Mathematics, University of Waterloo Kirsten Morris Professor, Applied Mathematics, University of Waterloo Internal-External Member: Trevor Charles Professor, Biology, University of Waterloo ii Authour's Declaration This thesis consists of material all of which I authored or co-authored: see Statement of Contributions included in the thesis. This is a true copy of the thesis, including any required final revisions, as accepted by my examiners. I understand that my thesis may be made electronically available to the public. iii Statement of Contributions Chapters1,2,7,&8 : I am the sole author of this material, under the supervision of Brian Ingalls. This material has not been previously published. Chapter3 : This material has been previously published as: \New opportunities for optimal design of dynamic experiments in systems and synthetic biology" by Nathan Braniff, and Brian Ingalls in Current Opinion in Systems Biology 9 (2018): 42-48 I co-authored this manuscript with Brian Ingalls. My contribution was gathering the candidate references and in selecting the initial areas of focus for the article.
    [Show full text]
  • Arxiv:1810.05368V2 [Q-Bio.PE] 20 Feb 2019 a Rusaeemergent, Are Groups Mal .Introduction 1
    Deriving mesoscopic models of collective behaviour for finite populations Jitesh Jhawar1 , Richard G. Morris2, Vishwesha Guttal1 1. Centre for Ecological Sciences, Indian Institute of Science, Bengaluru, 560012 2. National Centre for Biological Sciences, TIFR, Bengaluru, 560012 Abstract Animal groups exhibit many emergent properties that are a consequence of local interactions. Link- ing individual-level behaviour, which is often stochastic and local, to coarse-grained descriptions of animal groups has been a question of fundamental interest from both biological and mathe- matical perspectives. In this book chapter, we present two complementary approaches to derive coarse-grained descriptions of collective behaviour at so-called mesoscopic scales, which account for the stochasticity arising from the finite sizes of animal groups. We construct stochastic dif- ferential equations (SDEs) for a coarse-grained variable that describes the order/consensus within a group. The first method of construction is based on van Kampen’s system-size expansion of transition rates. The second method employs Gillespie’s chemical Langevin equations. We apply these two methods to two microscopic models from the literature, in which organisms stochasti- cally interact and choose between two directions/choices of foraging. These ‘binary-choice’ models differ only in the types of interactions between individuals, with one assuming simple pairwise interactions, and the other incorporating ternary effects. In both cases, the derived mesoscopic SDEs have multiplicative/state-dependent noise, i.e., the strength of the noise depends on the current state of the system. However, the different models demonstrate the contrasting effects of noise: increasing the order/consensus in the pairwise interaction model, whilst reducing the order/consensus in the higher-order interaction model.
    [Show full text]