Skip to contents

Given parameters of a reaction kinetic coefficient model with concentrations as state variables, this function returns the parameters of the stochastic version of that model

Usage

parameterConversion(value, unit, stoichiometry)

Arguments

value

parameter values (kinetic rate coefficients), a vector

unit

of the kinetic parameter, a character vector

stoichiometry

a list of the stoichiometric constants of each reaction, a list of integer vectors

LV

Avogadro's constant multiplied with the system's volume (the default is a reasonable value for a small volume)

Value

a vector of parameter conversion factors

Details

For this function, it is important that "2 A -> B" is not written as "A + A -> B" (this may be fixed later).