The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Method kinetics

Sets the rate expression of the reaction. The rate is expressed by a Math::Symbolic object and accessible by the method rate(). Additional, some parameters will be set. The first argument specifies the template to determine the rate expression.

The following templates are available at the moment: 'linear', 'linear_reversible' : multilinear reversible kinetics results in the parameters 'k+' and 'k-'. 'linear_irreversible' : mutlilinear irreversible (forward) kinetics results in the parameter 'k'

Method rate

Optional argument: Sets the rate expression. Returns the rate expression.

Rate expressions are Math::Symbolic objects.

Method parameters

Optional argument: Sets the parameters. Returns the parameters.

Parameters are given as hashrefs and are set e.g. by the method kinetics.

Method parameter

Returns the parameter specified by the argument or undef if that parameter is not defined.