Home
Name Modified Size InfoDownloads / Week
StochPy-2.3 2015-08-10
IPython-notebooks 2015-08-10
data 2015-02-27
StochPy-2.2 2015-01-09
StochPy-2.1 2014-09-23
StochPy-2.0 2014-07-22
StochPy-1.2 2014-02-25
StochPy-1.1 2013-12-16
StochPyInterfaces 2013-12-16
StochPyPlugins 2013-12-16
StochPy-1.0 2012-09-21
StochPy-0.9 2011-09-20
stochpy_userguide_2.3.pdf 2015-08-17 3.2 MB
README.txt 2015-08-10 2.7 kB
stochpy_userguide_2.2.pdf 2014-10-31 3.6 MB
stochpy_userguide_2.1.pdf 2014-09-23 3.1 MB
stochpy_userguide_2.0.pdf 2014-07-22 3.2 MB
stochpy_userguide_1.1.pdf 2013-05-21 1.1 MB
Stochastic Testsuite.zip 2011-01-15 491.6 kB
SBML2PSC.py 2010-09-29 537 Bytes
Totals: 20 Items   14.6 MB 1
Welcome to StochPy 2.3 (August 2015)

The most important improvements of StochPy 2.3 are listed here:
- improved sampling method to calculate extant cell species AND volumes (new)
- we allow plotting of mother and baby cell species AND volume at birth 
- we use a different function for plotting distributions (gives the user more flexibility)
- Silence Mode
- support of events in cell division simulations
- bug resolved for an event that changes the value of parameters
- the cell division module works now also with the tau leap method
- we added DNA replication to the cell division module
- fixed a bug in the interface to StochKit for models with customized reactions
- with the next reaction method (and the delayed one), it was not possible to change parameters. This is now possible

### Since StochPy 2.1 we support also Python 3. For those interested in both interface and plug-ins, make sure to install the latest version ###

StochPy is a versatile modeling package for stochastic simulation of molecular control networks inside living cells. Its integration with Python’s scientific libraries and PySCeS makes it an easily extensible and an user-friendly simulator. The high-level statistical and plotting functions of StochPy allow for quick and interactive model interrogation at the command-line. Python’s scripting capabilities allow for more complicated and in-depth analysis of stochastic models. 

Because of the flexible design of StochPy, we decided to offer users of StochPy both the Cain and StochKit stochastic solvers in StochPy. As a result, the user can benefit from the speed advantage of these fixed-interval solvers in the interactive modeling environment of StochPy. StochPy's solvers return the original stochastic simulation output which makes it slower than these fixed-interval solvers. However, the original data allows us to store all the data of the simulation such that we can analyze the information about the time between events (waiting times). 

For fixed-interval simulations note that the number of fixed-interval chosen by the user determines the accuracy of the simulation results. As an example, creating accurate probability density functions requires a number of fixed-intervals that is in the same order of the number of time steps. On the other hand, frame-based simulations can be useful to get an indication of the behavior of your model, or to get the species means and standard deviations in a faster manner.

This version of StochPy allows users to specify which species have to be tracked over time, which can result in a major reduction of stored data for models with many species. Alternatively, StochPy now offers an option to store only the last time point of a simulation.
Source: README.txt, updated 2015-08-10