Code covered by the BSD License  

Highlights from
Gillespie Stochastic Simulation Algorithm

Be the first to rate this file! 43 Downloads (last 30 days) File Size: 5.07 KB File ID: #34707
image thumbnail

Gillespie Stochastic Simulation Algorithm

by Nezar

 

20 Jan 2012 (Updated 29 May 2012)

Simulate discrete stochastic models of chemical reaction networks.

| Watch this File

File Information
Description

The kinetics of chemical reaction networks are often modeled using differential equations, treating the amounts of chemical species as continuous and deterministic quantities. If the number of reacting molecules is small, random molecular fluctuations become significant and a discrete, stochastic modeling approach is often more appropriate. Under assumptions of a "well-mixed" environment, such a system can be modeled as a continuous-time Markov process, whose probability distribution obeys what is called a chemical "master equation". The Gillespie algorithm (or SSA) is a discrete-event simulation algorithm that produces single realizations of the stochastic process that are in exact statistical agreement with the master equation.

This submission includes simple implementations of the two original versions of the SSA (Direct and First-Reaction Method). The user provides a model consisting of a matrix of reaction stoichiometries, a handle to a function that computes reaction propensities (probability/unit time), an initial state vector, and initial/final times. The ssa functions returns the sequence of event times and species amounts.

MATLAB release MATLAB 7.11 (2010b)
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Please login to add a comment or rating.
Updates
29 May 2012

Minor bug fix for logging the last event. Removed package folder.

Tag Activity for this File
Tag Applied By Date/Time
simulation Nezar 23 Jan 2012 10:34:57
modeling Nezar 23 Jan 2012 10:34:57
chemistry Nezar 23 Jan 2012 10:34:57
reaction network Nezar 23 Jan 2012 10:34:57
kinetics Nezar 23 Jan 2012 10:34:57
systems biology Nezar 23 Jan 2012 10:34:57
computational biology Nezar 23 Jan 2012 10:34:57
stochastic Nezar 23 Jan 2012 10:34:57
noise Nezar 23 Jan 2012 10:34:57

Contact us at files@mathworks.com