Code, software and other web links, by chapter
Web links
- Wikipedia: Systems biology, birth-death process, Markov process, transcription, translation, gene regulation, chemical reaction, elementary reaction, stoichiometry, lac operon, sigma factor, ubiquitin, epidemic model, Lotka-Volterra
Code
Software
- CellDesigner
- COPASI
- SBML-shorthand
- libSBML - library for parsing and generating SBML
- SPiM
Web links
- Petri Nets World
- Bio-PEPA
- SBML.org
- SBML Documents (specifications, etc.)
- BioModels database
- XML at CoverPages
- MathML
Web links
- Wikipedia: Probability, probability theory, discrete probability distribution, continuous probability distribution, Poisson process
- Mathworld: Probability
Code
- mytable.txt (from the R mini-tutorial)
Software
Web links
- Introduction to R and Bioconductor
- e-book: L. Devroye (1986) Non-Uniform Random Variate Generation
- Wikipedia: Linear congruential generator
Code
- The main R functions used in this chapter:
fmc
,cfmc
,imdeath
andrdiff
, are included (and documented) in thesmfsb
R package described above - Gene activation example (SBML, SBML-shorthand)
- Immigration-death example (SBML, SBML-shorthand)
Web links
Code
- The main R functions used in this chapter:
simpleEuler
,gillespie
,discretise
,gillespied
,StepGillespie
,simTs
,simSample
,simTimes
andStepEulerSPN
are included (and documented) in thesmfsb
R package described above - Stochastic Lotka-Volterra example (SBML, SBML-shorthand)
Software
- smfsbSBML R package for parsing SBML models into simulatable stochastic Petri nets
- COPASI - includes facilities for discrete stochastic simulation
- scala-smfsb - Scala library re-implementing the functionality of the
smfsb
R package in a fast, efficient, compiled, strongly typed functional programming language
Web links
- SBML test suite for testing SBML-compliant continuous deterministic simulators. Now also includes the Discrete stochastic models test suite, for testing stochastic simulators
- Wikipedia: Runge Kutta
Code
- Dimerisation kinetics model (continuous deterministic version) (SBML, SBML-shorthand)
- Dimerisation kinetics model (discrete stochastic version) (SBML, SBML-shorthand)
- Michaelis-Menten kinetics model (continuous deterministic version) (SBML, SBML-shorthand)
- Michaelis-Menten kinetics model (discrete stochastic version) (SBML, SBML-shorthand)
- Dimension-reduced Michaelis-Menten kinetics model (discrete stochastic version) (SBML, SBML-shorthand)
- lac operon model (SBML, SBML-shorthand)
Code
- The main R functions used in this chapter:
StepFRM
,StepPTS
, andStepCLE
are included (and documented) in thesmfsb
R package described above
Software
Code
- The main R functions used in this chapter:
StepGillespie1D
,simTs1D
,StepCLE1D
,StepGillespie2D
,simTs2D
,StepCLE2D
are included (and documented) in thesmfsb
R package described above
Software
Code
- The main R functions used in this chapter:
normgibbs
,metrop
,metropolisHastings
andabcRun
are included (and documented) in thesmfsb
R package described above
Software
Web links
- Bayesian inference and R (Task view from CRAN)
Code
- The main R functions used in this chapter:
pfMLLik
,as.timedData
,metropolisHastings
,mcmcSummary
,abcRun
andabcSmc
are included (and documented) in thesmfsb
R package described above. A pMCMC demo can be run withdemo("PMCMC")
.
Software
- scala-smfsb - Scala library re-implementing the functionality of the
smfsb
R package in a fast, efficient, compiled, strongly typed functional programming language - includes inference algorithms
Web links
- Darren Wilkinson's publication list
Web links