Rule-based_modeling

Rule-based modeling

Rule-based modeling

Add article description


Rule-based modeling is a modeling approach that uses a set of rules that indirectly specifies a mathematical model. The rule-set can either be translated into a model such as Markov chains or differential equations, or be treated using tools that directly work on the rule-set in place of a translated model, as the latter is typically much bigger. Rule-based modeling is especially effective in cases where the rule-set is significantly simpler than the model it implies, meaning that the model is a repeated manifestation of a limited number of patterns. An important domain where this is often the case is biochemical models of living organisms. Groups of mutually corresponding substances are subject to mutually corresponding interactions.

BioNetGen[1] is a suite of software tools used to generate mathematical models consisting of ordinary differential equations without generating the equations directly. For example below is an example rule in the BioNetGen format:

Where:

  1. A(a,a): Represents a model species A with two free binding sites a
  2. B(b): Represents a model species B with one free binding site
  3. A(a!1).B(b!1): Represents model species where at least one binding site of A is bound to the binding site of B

With the above line of code, BioNetGen will automatically create an ODE for each model species with the correct mass balance. Additionally, an additional species will be created because the rule above implies that two B molecules can bind to a single A molecule since there are two binding sites. Therefore, the following species will be generated:

4. A(a!1,a!2).B(b!1).B(b!2): Molecule A with both binding sites occupied by two different B molecules.

For biochemical systems

Early efforts to use rule-based modeling in simulation of biochemical systems include the stochastic simulation systems StochSim[2]

A widely used tool for rule-based modeling of biochemical networks is BioNetGen [3] It is released under the GNU GPL, version 3. BioNetGen includes a language to describe chemical substances, including the states they can assume and the bindings they can undergo. These rules can be used to create a reaction network model or to perform computer simulations directly on the rule set. The biochemical modeling framework Virtual Cell includes a BioNetGen interpreter.

A close alternative is the Kappa language.[4] Another alternative is BioChemical Space language.[5]


References

  1. Faeder, James R.; Blinov, Michael L.; Hlavacek, William S. (2009), "Rule-Based Modeling of Biochemical Systems with BioNetGen", Systems Biology, Methods in Molecular Biology, vol. 500, Totowa, NJ: Humana Press, pp. 113–167, CiteSeerX 10.1.1.323.9577, doi:10.1007/978-1-59745-525-1_5, ISBN 978-1-934115-64-0, PMID 19399430, retrieved 2020-12-14
  2. Morton-Firth CJ, Bray D (1998) Predicting temporal fluctuations in an intracellular signalling pathway. J Theor Biol. 1998 192(1):117-28.

Share this article:

This article uses material from the Wikipedia article Rule-based_modeling, and is written by contributors. Text is available under a CC BY-SA 4.0 International License; additional terms may apply. Images, videos and audio are available under their respective licenses.