Rule-based modeling

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.
  3. ^ BioNetGen
  4. ^ Kappa
  5. ^ Děd et al. (2016) Formal Biochemical Space with Semantics in Kappa and BNGL ENTCS 326:27-49.

Content Disclaimer

Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.

  1. The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
  2. There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
  3. It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
  4. Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
  5. Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.