Gillespie's Direct Method Stochastic Simulation Algorithm

버전 1.8.0.0 (3.34 KB) 작성자: Daniel Charlebois
Code to stochastically simulate coupled chemical reactions.
다운로드 수: 1.4K
업데이트 2012/12/21

라이선스 보기

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.

인용 양식

Daniel Charlebois (2026). Gillespie's Direct Method Stochastic Simulation Algorithm (https://kr.mathworks.com/matlabcentral/fileexchange/34151-gillespie-s-direct-method-stochastic-simulation-algorithm), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2010b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Chemistry에 대해 자세히 알아보기
태그 태그 추가
버전 게시됨 릴리스 정보
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