Svoboda | Graniru | BBC Russia | Golosameriki | Facebook

To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
Languages
Recent
Show all languages
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

Rule-based modeling

From Wikipedia, the free encyclopedia

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.
This page was last edited on 11 January 2024, at 08:30
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.