Documentation, models and code relating to the 3rd edition of the textbook Stochastic Modelling for Systems Biology
This page contains links, code snippets, software and other information relating to the third edition of the book, Stochastic Modelling for Systems Biology, published by Chapman & Hall/CRC, November 2018.
The book has ISBN-10 113854928-2 and ISBN-13 978-113854928-9. It can be ordered from CRC Press, Amazon.com, Amazon.co.uk and similar book sellers.
- New chapter on spatially extended systems, covering the spatial Gillespie algorithm for reaction diffusion master equation (RDME) models in 1- and 2-d, the next subvolume method, spatial CLE, scaling issues, etc.
- Significantly expanded chapter on inference for stochastic kinetic models from data, covering approximate methods of inference (ABC), including ABC-SMC. The material relating to particle MCMC has also been improved and extended.
- Updated R package, including code relating to all of the new material
- New R package for parsing SBML models into simulatable stochastic Petri net models
- New software library, written in Scala, replicating most of the functionality of the R packages in a fast, compiled, strongly typed, functional language
- Software - installing and running software associated with the book
- smfsb (main R package)
- smfsbSBML (optional R package)
- SBML-shorthand (Python translation scripts)
- scala-smfsb (Scala library)
- python-smfsb (Python library, using numpy and scipy, with complete coverage of the book)
- jax-smfsb (Python library, using JAX, with coverage of all main simulation and inference functions)
- Models - Models described in the book, in SBML and SBML-shorthand
- Chapter notes including web links
- Chapter 1: Introduction to biological modelling
- Chapter 2: Representation of biochemical networks
- Chapter 3: Probability models
- Chapter 4: Stochastic simulation
- Chapter 5: Markov processes
- Chapter 6: Chemical and biochemical kinetics
- Chapter 7: Case studies
- Chapter 8: Beyond the Gillespie algorithm
- Chapter 9: Spatially extended systems
- Chapter 10: Bayesian inference and MCMC
- Chapter 11: Inference for stochastic kinetic models
- Chapter 12: Conclusions
- Errata - list of known errors and typos
- Note that you may wish to download a copy of this repo (or clone it) for off-line use