Gillespie's Direct Method Stochastic Simulation Algorithm
This code implements the Stochastic Simulation Algorithm (direct method) published by D.T. Gillespie in 1977 in the Journal of Physical Chemistry.
Default reactions and analytical solutions correspond to a simple model of gene expression for a single cell (Kaern et al.,Nat.Rev.Genet.,2005): Pro-->M-->P, with mRNA (M-->0) and protein (P-->0) decay, when the gene is assumed to be constantly expressed (Pro denotes the promoter of the gene) and cell volume is constant and set to unity. The mRNA and protein time series and probability histograms are plotted.
Citation pour cette source
Daniel Charlebois (2025). Gillespie's Direct Method Stochastic Simulation Algorithm (https://fr.mathworks.com/matlabcentral/fileexchange/34151-gillespie-s-direct-method-stochastic-simulation-algorithm), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Plateformes compatibles
Windows macOS LinuxTags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
SSA_constitutive/
| Version | Publié le | Notes de version | |
|---|---|---|---|
| 1.8.0.0 | Minor change to code to allow user to limit access to waitbar function (to reduce runtime). |
||
| 1.3.0.0 | Corrected minor typo in code. |
||
| 1.0.0.0 |
