Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 705 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 705 Bytes

Multistate

Article

This Python package implements the results of my article on stochastic gene expression with multistate promoters. It aims at efficiently computing the analytical stationary distribution for a large class of refractory promoters, as well as performing exact stochastic simulations in both standard (SSA) and hybrid (PDMP) formalisms.

Demo

The tests folder contains a basic demo script showing what the multistate package does along with various examples.

Dependencies

The package depends on the following standard scientific libraries: numpy, scipy, mpmath.