STEPS: Modeling and Simulating Complex Reaction-Diffusion Systems with Python

Front Neuroinform. 2009 Jun 29:3:15. doi: 10.3389/neuro.11.015.2009. eCollection 2009.

Abstract

We describe how the use of the Python language improved the user interface of the program STEPS. STEPS is a simulation platform for modeling and stochastic simulation of coupled reaction-diffusion systems with complex 3-dimensional boundary conditions. Setting up such models is a complicated process that consists of many phases. Initial versions of STEPS relied on a static input format that did not cleanly separate these phases, limiting modelers in how they could control the simulation and becoming increasingly complex as new features and new simulation algorithms were added. We solved all of these problems by tightly integrating STEPS with Python, using SWIG to expose our existing simulation code.

Keywords: 3D diffusion; Python; reaction kinetics; scripting; signaling pathway; simulator; software.