Main API

Types

LinearNoiseApproximation.LNASystemType

A type that contains the information of the LNA system.

Fields

  • rn::ReactionSystem: a reaction network that is used to construct the LNA system, which is from Catalyst.jl
  • odesys::ODESystem: the linear noise approximation system, it is a ODESystem that extends the ReactionSystem by adding the covariance terms
  • kwargs::Any: Optional keyword arguments
source

Functions

LinearNoiseApproximation.get_ode_propensityFunction

Function to obtain the ODEs according to the rate equations

Arguments

  • rn::ReactionSystem: a reaction network that is used to construct the LNA system, which is from Catalyst.jl
  • combinatoric_ratelaws::Bool: (Optional) whether to use the combinatoric rate laws, default is false
source
LinearNoiseApproximation.get_symbolic_matrixFunction

Function to obtain the symbolic matrix of the LNA system

Arguments

  • rn::ReactionSystem: a reaction network that is used to construct the LNA system, which is from Catalyst.jl
  • combinatoric_ratelaws::Bool: (Optional) whether to use the combinatoric rate laws, default is false
source