Learn R Programming

bioPN (version 1.2.0)

Simulation of deterministic and stochastic biochemical reaction networks using Petri Nets

Description

bioPN is a package suited to perform simulation of deterministic and stochastic systems of biochemical reaction networks. Models are defined using a subset of Petri Nets, in a way that is close at how chemical reactions are defined. For deterministic solutions, bioPN creates the associated system of differential equations "on the fly", and solves it with a Runge Kutta Dormand Prince 45 explicit algorithm. For stochastic solutions, bioPN offers variants of Gillespie algorithm, or SSA. For hybrid deterministic/stochastic, it employs the Haseltine and Rawlings algorithm, that partitions the system in fast and slow reactions. bioPN algorithms are developed in C to achieve adequate performance.

Copy Link

Version

Install

install.packages('bioPN')

Monthly Downloads

28

Version

1.2.0

License

GPL (>= 2)

Last Published

March 4th, 2014

Functions in bioPN (1.2.0)

a) bioPN package

Simulation of deterministic and stochastic biochemical reaction networks using Petri Nets
c) Model Definition

Helper functions for model definition
b) Simulation Functions

Simulation of a biochemical system