Gillespie algorithm
{{Short description|Method for stochastic equation systems}}
In probability theory, the Gillespie algorithm (or the Doob–Gillespie algorithm or stochastic simulation algorithm, the SSA) generates a statistically correct trajectory (possible solution) of a stochastic equation system for which the reaction rates are known. It was created by Joseph L. Doob and others (circa 1945), presented by Dan Gillespie in 1976, and popularized in 1977 in a paper where he uses it to simulate chemical or biochemical systems of reactions efficiently and accurately using limited computational power (see stochastic simulation).{{Cite journal |last=Gillespie |first=Daniel T. |date=2007-05-01 |title=Stochastic Simulation of Chemical Kinetics |url=https://www.annualreviews.org/doi/10.1146/annurev.physchem.58.032806.104637 |journal=Annual Review of Physical Chemistry |language=en |volume=58 |issue=1 |pages=35–55 |doi=10.1146/annurev.physchem.58.032806.104637 |pmid=17037977 |bibcode=2007ARPC...58...35G |issn=0066-426X}} As computers have become faster, the algorithm has been used to simulate increasingly complex systems. The algorithm is particularly useful for simulating reactions within cells, where the number of reagents is low and keeping track of every single reaction is computationally feasible. Mathematically, it is a variant of a dynamic Monte Carlo method and similar to the kinetic Monte Carlo methods. It is used heavily in computational systems biology.{{citation needed|date=June 2012}}
History
The process that led to the algorithm recognizes several important steps. In 1931, Andrei Kolmogorov introduced the differential equations corresponding to the time-evolution of stochastic processes that proceed by jumps, today known as Kolmogorov equations (Markov jump process) (a simplified version is known as master equation in the natural sciences). It was William Feller, in 1940, who found the conditions under which the Kolmogorov equations admitted (proper) probabilities as solutions. In his Theorem I (1940 work) he establishes that the time-to-the-next-jump was exponentially distributed and the probability of the next event is proportional to the rate. As such, he established the relation of Kolmogorov's equations with stochastic processes.
Later, Doob (1942, 1945) extended Feller's solutions beyond the case of pure-jump processes. The method was implemented in computers by David George Kendall (1950) using the Manchester Mark 1 computer and later used by Maurice S. Bartlett (1953) in his studies of epidemics outbreaks. Gillespie (1977) obtains the algorithm in a different manner by making use of a physical argument.
Idea
= Mathematics =
In a reaction chamber, there are a finite number of molecules. At each infinitesimal slice of time, a single reaction might take place. The rate is determined by the number of molecules in each chemical species.
Naively, we can simulate the trajectory of the reaction chamber by discretizing time, then simulate each time-step. However, there might be long stretches of time where no reaction occurs. The Gillespie algorithm samples a random waiting time until some reaction occurs, then take another random sample to decide which reaction has occurred.
The key assumptions are that
- each reaction is Markovian in time
- there are no correlations between reactions
Given the two assumptions, the random waiting time for some reaction is exponentially distributed, with exponential rate being the sum of the individual reaction's rates.
= Validity in biochemical simulations =
Traditional continuous and deterministic biochemical rate equations do not accurately predict cellular reactions since they rely on bulk reactions that require the interactions of millions of molecules. They are typically modeled as a set of coupled ordinary differential equations. In contrast, the Gillespie algorithm allows a discrete and stochastic simulation of a system with few reactants because every reaction is explicitly simulated. A trajectory corresponding to a single Gillespie simulation represents an exact sample from the probability mass function that is the solution of the master equation.
The physical basis of the algorithm is the collision of molecules within a reaction vessel. It is assumed that collisions are frequent, but collisions with the proper orientation and energy are infrequent. It is assumed that the reaction environment is well mixed.
Algorithm
A review (Gillespie, 2007) outlines three different, but equivalent formulations; the direct, first-reaction, and first-family methods, whereby the former two are special cases of the latter. The formulation of the direct and first-reaction methods is centered on performing the usual Monte Carlo inversion steps on the so-called "fundamental premise of stochastic chemical kinetics", which mathematically is the function
:
where each of the terms are propensity functions of an elementary reaction, whose argument is , the vector of species counts. The parameter is the time to the next reaction (or sojourn time), and is the current time. To paraphrase Gillespie, this expression is read as "the probability, given , that the system's next reaction will occur in the infinitesimal time interval , and will be of stoichiometry corresponding to the th reaction". This formulation provides a window to the direct and first-reaction methods by implying is an exponentially-distributed random variable, and is "a statistically independent integer random variable with point probabilities ".
Thus, the Monte Carlo generating method is simply to draw two pseudorandom numbers, and on , and compute
:
and
:the smallest integer satisfying
Utilizing this generating method for the sojourn time and next reaction, the direct method algorithm is stated by Gillespie as
1. Initialize the time and the system's state
2. With the system in state at time , evaluate all the and their sum
3. Calculate the above value of and
4. Effect the next reaction by replacing and
5. Record as desired. Return to step 2, or else end the simulation.
where represents adding the component of the given state-change vector . This family of algorithms is computationally expensive and thus many modifications and adaptations exist, including the next reaction method (Gibson & Bruck), tau-leaping, as well as hybrid techniques where abundant reactants are modeled with deterministic behavior. Adapted techniques generally compromise the exactitude of the theory behind the algorithm as it connects to the master equation, but offer reasonable realizations for greatly improved timescales. The computational cost of exact versions of the algorithm is determined by the coupling class of the reaction network. In weakly coupled networks, the number of reactions that is influenced by any other reaction is bounded by a small constant. In strongly coupled networks, a single reaction firing can in principle affect all other reactions. An exact version of the algorithm with constant-time scaling for weakly coupled networks has been developed, enabling efficient simulation of systems with very large numbers of reaction channels (Slepoy Thompson Plimpton 2008). The generalized Gillespie algorithm that accounts for the non-Markovian properties of random biochemical events with delay has been developed by Bratsun et al. 2005 and independently Barrio et al. 2006, as well as (Cai 2007). See the articles cited below for details.
Partial-propensity formulations, as developed independently by both Ramaswamy et al. (2009, 2010) and Indurkhya and Beal (2010), are available to construct a family of exact versions of the algorithm whose computational cost is proportional to the number of chemical species in the network, rather than the (larger) number of reactions. These formulations can reduce the computational cost to constant-time scaling for weakly coupled networks and to scale at most linearly with the number of species for strongly coupled networks. A partial-propensity variant of the generalized Gillespie algorithm for reactions with delays has also been proposed (Ramaswamy Sbalzarini 2011). The use of partial-propensity methods is limited to elementary chemical reactions, i.e., reactions with at most two different reactants. Every non-elementary chemical reaction can be equivalently decomposed into a set of elementary ones, at the expense of a linear (in the order of the reaction) increase in network size.
Examples
{{Unreferenced section|date=April 2021}} {{Original research|section|date=April 2021}}
= Reversible binding of A and B to form AB dimers=
A simple example may help to explain how the Gillespie algorithm works. Consider a system of molecules of two types, {{math|A}} and {{math|B}}. In this system, {{math|A}} and {{math|B}} reversibly bind together to form {{math|AB}} dimers such that two reactions are possible: either A and B react reversibly to form an {{math|AB}} dimer, or an {{math|AB}} dimer dissociates into {{math|A}} and {{math|B}}. The reaction rate constant for a given single A molecule reacting with a given single {{math|B}} molecule is , and the reaction rate for an {{math|AB}} dimer breaking up is .
If at time t there is one molecule of each type then the rate of dimer formation is , while if there are molecules of type {{math|A}} and molecules of type {{math|B}}, the rate of dimer formation is . If there are dimers then the rate of dimer dissociation is .
The total reaction rate, , at time t is then given by
:
So, we have now described a simple model with two reactions. This definition is independent of the Gillespie algorithm. We will now describe how to apply the Gillespie algorithm to this system.
In the algorithm, we advance forward in time in two steps: calculating the time to the next reaction, and determining which of the possible reactions the next reaction is. Reactions are assumed to be completely random, so if the reaction rate at a time t is , then the time, δt, until the next reaction occurs is a random number drawn from exponential distribution function with mean . Thus, we advance time from t to t + δt.
The probability that this reaction is an {{math|A}} molecule binding to a {{math|B}} molecule is simply the fraction of total rate due to this type of reaction, i.e.,
the probability that reaction is
The probability that the next reaction is an {{math|AB}} dimer dissociating is just 1 minus that. So with these two probabilities we either form a dimer by reducing and by one, and increase by one, or we dissociate a dimer and increase and by one and decrease by one.
Now we have both advanced time to t + δt, and performed a single reaction. The Gillespie algorithm just repeats these two steps as many times as needed to simulate the system for however long we want (i.e., for as many reactions). The result of a Gillespie simulation that starts with and at t=0, and where and , is shown at the right. For these parameter values, on average there are 8 dimers and 2 of {{math|A}} and {{math|B}} but due to the small numbers of molecules fluctuations around these values are large. The Gillespie algorithm is often used to study systems where these fluctuations are important.
That was just a simple example, with two reactions. More complex systems with more reactions are handled in the same way. All reaction rates must be calculated at each time step, and one chosen with probability equal to its fractional contribution to the rate. Time is then advanced as in this example.
References
{{reflist}}
Further reading
- {{cite journal |author=Gillespie, Daniel T. |title=Exact Stochastic Simulation of Coupled Chemical Reactions |journal=The Journal of Physical Chemistry |volume=81 |issue=25 |pages=2340–2361 |year=1977 |doi=10.1021/j100540a008 |citeseerx=10.1.1.704.7634 |s2cid=2606191 }}
- {{cite journal |author=Gillespie, Daniel T. |title=A General Method for Numerically Simulating the Stochastic Time Evolution of Coupled Chemical Reactions |journal=Journal of Computational Physics |volume=22 |issue=4 |pages=403–434 |year=1976 |doi=10.1016/0021-9991(76)90041-3 |bibcode=1976JCoPh..22..403G }}
- {{cite journal |author1=Gibson, Michael A. |author2=Bruck, Jehoshua |title=Efficient Exact Stochastic Simulation of Chemical Systems with Many Species and Many Channels |journal= Journal of Physical Chemistry A |volume=104 |pages=1876–1889 |year=2000 |doi=10.1021/jp993732q |issue=9 |bibcode=2000JPCA..104.1876G |url=http://www.soe.ucsc.edu/~msmangel/Gibson%20and%20Bruck%202000.pdf }}
- {{cite journal |author=Doob, Jacob L. |title=Topics in the Theory of Markoff Chains |journal=Transactions of the American Mathematical Society |volume=52 |pages=37–64 |year=1942 |issue=1 |jstor=1990152 |doi=10.1090/S0002-9947-1942-0006633-7 |doi-access=free }}
- {{cite journal |author=Doob, Jacob L. |title=Markoff chains – Denumerable case |journal=Transactions of the American Mathematical Society |volume=58 |pages=455–473 |year=1945 |doi=10.2307/1990339 |issue=3 |jstor=1990339 }}
- {{Cite book |last1=Press |first1=William H. |last2=Teukolsky |first2=Saul A. |last3=Vetterling |first3=William T. |last4=Flannery |first4=Brian P. |year=2007 |title=Numerical Recipes: The Art of Scientific Computing |edition=3rd |publisher=Cambridge University Press |location=New York, NY |isbn=978-0-521-88068-8 |chapter=Section 17.7. Stochastic Simulation of Chemical Reaction Networks |chapter-url=http://apps.nrbook.com/empanel/index.html#pg=946 |access-date=2011-08-17 |archive-date=2011-08-11 |archive-url=https://web.archive.org/web/20110811154417/http://apps.nrbook.com/empanel/index.html#pg=946 |url-status=dead }}
- {{cite journal |author=Kolmogorov, Andrey N. |title=Über die analytischen Methoden in der Wahrscheinlichkeitsrechnung |trans-title=On Analytical Methods in the Theory of Probability |journal=Mathematische Annalen |volume=104 |pages=415–458 |year=1931 |doi=10.1007/BF01457949 |s2cid=119439925 }}
- {{cite journal |author=Feller, Willy |title=On the Integro-Differential Equations of Purely Discontinuous Markoff Processes |journal=Transactions of the American Mathematical Society |volume= 48 |pages=4885–15 |year=1940 |jstor=1970064 |issue=3 |doi=10.2307/1990095|doi-access=free }}
- {{cite journal |author=Kendall, David G. |title=An Artificial Realization of a Simple "Birth-and-Death" Process |journal=Journal of the Royal Statistical Society, Series B |volume=12 |pages=116–119 |year=1950 |issue=1 |jstor=2983837 }}
- {{cite journal |author=Bartlett, Maurice S. |title=Stochastic Processes or the Statistics of Change |journal=Journal of the Royal Statistical Society, Series C |volume=2 |pages=44–64 |year=1953 |issue=1 |doi=10.2307/2985327 |jstor=2985327 }}
- {{cite journal |author1=Rathinam, Muruhan |author2=Petzold, Linda R. |author2-link=Linda Petzold |author3=Cao, Yang |author4=Gillespie, Daniel T. |title=Stiffness in stochastic chemically reacting systems: The implicit tau-leaping method |journal=Journal of Chemical Physics |volume=119 |issue=24 |pages=12784–12794 |year=2003 |doi=10.1063/1.1627296 |bibcode=2003JChPh.11912784R }}
- {{cite journal|last1=Sinitsyn |first1=Nikolai A. |last2=Hengartner |first2=Nicolas |last3=Nemenman |first3=Ilya |title=Adiabatic coarse-graining and simulations of stochastic biochemical networks |journal=Proceedings of the National Academy of Sciences of the United States of America |volume=106 |issue=20 |pages=10546–10551 |year=2009 |doi=10.1073/pnas.0809340106 |pmid=19525397 |pmc=2705573 |bibcode=2009PNAS..10610546S |doi-access=free }}
- {{cite journal |last1=Salis |first1=Howard |last2=Kaznessis |first2=Yiannis N. |title=Accurate hybrid stochastic simulation of a system of coupled chemical or biochemical reactions |journal=Journal of Chemical Physics |volume=122 |pages=054103 |year=2005 |doi=10.1063/1.1835951 |pmid=15740306 |issue=5 |bibcode=2005JChPh.122e4103S }}
- (Slepoy Thompson Plimpton 2008): {{cite journal |last1=Slepoy |first1=Alexander |last2=Thompson |first2=Aidan P. |last3=Plimpton |first3=Steven J. |title=A constant-time kinetic Monte Carlo algorithm for simulation of large biochemical reaction networks |journal=Journal of Chemical Physics |volume=128 |issue=20 |pages=205101 |year=2008 |doi=10.1063/1.2919546 |pmid=18513044 |bibcode=2008JChPh.128t5101S }}
- (Bratsun et al. 2005): {{cite journal |author1=Bratsun, Dmitri |author2=Volfson, Dmitri |author3=Hasty, Jeff |author4=Tsimring, Lev S. |title=Delay-induced stochastic oscillations in gene regulation |journal=Proceedings of the National Academy of Sciences of the United States of America |volume=102 |issue=41 |pages=14593–8 |year=2005 |doi=10.1073/pnas.0503858102 |pmid=16199522 |pmc=1253555 |bibcode=2005PNAS..10214593B |doi-access=free }}
- (Barrio et al. 2006): {{cite journal |author1=Barrio, Manuel |author2=Burrage, Kevin |author3=Leier, André |author4=Tian, Tianhai |title=Oscillatory Regulation of hes1: Discrete Stochastic Delay Modelling and Simulation |journal=PLOS Computational Biology |volume=2 |pages=1017 |year=2006 |doi=10.1371/journal.pcbi.0020117 |pmid=16965175 |issue=9 |pmc=1560403 |bibcode=2006PLSCB...2..117B |doi-access=free }}
- (Cai 2007): {{cite journal |author=Cai, Xiaodong |title=Exact stochastic simulation of coupled chemical reactions with delays |journal=Journal of Chemical Physics |volume=126 |pages=124108 |year=2007 |doi=10.1063/1.2710253 |issue=12 |pmid=17411109 |bibcode=2007JChPh.126l4108C }}
- (Barnes Chu 2010): {{cite book |author1=Barnes, David J. |author2=Chu, Dominique |title=Introduction to Modeling for Biosciences |publisher=Springer Verlag |year=2010 |bibcode=2010itmf.book.....B }}
- (Ramaswamy González-Segredo Sbalzarini 2009): {{cite journal |author1=Ramaswamy, Rajesh |author2=González-Segredo, Nélido |author3=Sbalzarini, Ivo F. |title=A new class of highly efficient exact stochastic simulation algorithms for chemical reaction networks |journal=Journal of Chemical Physics |volume=130 |pages=244104 |year=2009 |doi=10.1063/1.3154624 |issue=24 |pmid=19566139 |arxiv=0906.1992 |bibcode=2009JChPh.130x4104R |s2cid=4952205 }}
- (Ramaswamy Sbalzarini 2010): {{cite journal |author1=Ramaswamy, Rajesh |author2=Sbalzarini, Ivo F. |title=A partial-propensity variant of the composition-rejection stochastic simulation algorithm for chemical reaction networks |journal=Journal of Chemical Physics |volume=132 |pages=044102 |year=2010 |doi=10.1063/1.3297948 |issue=4 |pmid=20113014 |bibcode=2010JChPh.132d4102R |url=https://www.zora.uzh.ch/id/eprint/39866/1/PSSACR.pdf }}
- (Indurkhya Beal 2010): {{cite journal |author1=Indurkhya, Sagar |author2=Beal, Jacob S. |title=Reaction Factoring and Bipartite Update Graphs Accelerate the Gillespie Algorithm for Large-Scale Biochemical Systems |journal=PLOS ONE |volume=5 |issue=1 |pages=e8125 |year=2005 |doi=10.1371/journal.pone.0008125 |editor1-last=Isalan |editor1-first=Mark |pmid=20066048 |pmc=2798956 |bibcode=2010PLoSO...5.8125I |doi-access=free }}
- (Ramaswamy Sbalzarini 2011): {{cite journal |author1=Ramaswamy, Rajesh |author2=Sbalzarini, Ivo F. |title=A partial-propensity formulation of the stochastic simulation algorithm for chemical reaction networks with delays |journal=Journal of Chemical Physics |volume=134 |pages=014106 |year=2011 |doi=10.1063/1.3521496 |pmid=21218996 |issue=1 |bibcode=2011JChPh.134a4106R |s2cid=4949530 |url=https://www.zora.uzh.ch/id/eprint/79206/1/pub8.pdf }}
- (Yates Klingbeil 2013): {{cite journal |author1=Yates, Christian A. |author2=Klingbeil, Guido |title=Recycling random numbers in the stochastic simulation algorithm |journal=Annual Review of Physical Chemistry |volume=58 |pages=094103 |year=2013 |doi=10.1063/1.4792207 |pmid=23485273 |issue=9 |bibcode=2013JChPh.138i4103Y |url=https://ora.ox.ac.uk/objects/uuid:502bcf01-26b2-47ad-9427-e7e5c1d0c604 }}
- {{cite journal |author=Gillespie, Daniel T. |title=Stochastic Simulation of Chemical Kinetics |journal=Annual Review of Physical Chemistry |volume=58 |pages=35–55 |year=2007 |doi=10.1146/annurev.physchem.58.032806.104637 |pmid=17037977 |bibcode=2007ARPC...58...35G }}