GillesPy2 is a python library designed to create stochastic simulations for biochemical systems. This package provides an object-oriented approach to creating mathematical models based on these real-world systems and simulates reaction events over time, selecting from a variety of algorithms including ODE solutions, the Gillespie Direct algorithm (SSA), and several variants of the SSA. This library contains multiple versions of solvers to support a variety of user environments with optimized code for C++, Cython, and NumPy.
GillesPy2 is part of the StochSS project [http://www.stochss.org/], and we are relying on continued funding for sustained development. Please consider registering to show your support. Register here:
https://docs.google.com/forms/d/12tAH4f8CJ-3F-lK44Q9uQHFio_mGoK0oY829q5lD7i4/viewform
You can install gillespy2 through the following methods.
python3 -m pip install --upgrade pip
python3 -m pip install gillespy2
(Pip should work, same as Linux)
(Pip should work, same as Linux)
GillesPy2 performs stochastic biochemical simulations utilizing simplified object-oriented abstractions. The basic steps to use GillesPy2 are:
- create (or SBML import) a GillesPy2.Model containing species, parameters, and reactions.
- call the model's '.run()' method.
The run method can be customized using keyword arguments to select different solvers, random seed, data return type and more. For more detailed examples on how to use GillesPy2, please see the Getting Started notebook contained in the examples subdirectory.
If you have any problems, or want to request a feature, please submit an issue to this repository. If you want to contribute to GillesPy2, please follow the guidelines set forth in CONTRIBUTING.md. If you have any questions, contact Brian Drawert.
- Dr. Brian Drawert
- Dr. Kevin Sanft
- Ghilman Brock
- Eliot Dixon
- Dalton Nickerson
- Sean Matthew
- George Hall
- W.R. Jackson
- Samuel Hodges
- Emma Weisgerber
GillesPy2 is licenced under GPLv3, see [LICENCE] for details.
This work has been funded by National Institutes of Health (NIH) NIBIB Award No. 2R01EB014877-04A1
Master Branch | Develop Branch | Coverage |
---|---|---|