Boolean network

Discrete set of Boolean variables


title: "Boolean network" type: doc version: 1 created: 2026-02-28 author: "Wikipedia contributors" status: active scope: public tags: ["bioinformatics", "logic", "spin-models", "exactly-solvable-models", "statistical-mechanics"] description: "Discrete set of Boolean variables" topic_path: "science/biology" source: "https://en.wikipedia.org/wiki/Boolean_network" license: "CC BY-SA 4.0" wikipedia_page_id: 0 wikipedia_revision_id: 0

::summary Discrete set of Boolean variables ::

::figure[src="https://upload.wikimedia.org/wikipedia/commons/9/9c/Hou710_BooleanNetwork.svg" caption="fixed points]]."] ::

A Boolean network consists of a discrete set of Boolean variables each of which has a Boolean function (possibly different for each variable) assigned to it which takes inputs from a subset of those variables and output that determines the state of the variable it is assigned to. This set of functions in effect determines a topology (connectivity) on the set of variables, which then become nodes in a network. Usually, the dynamics of the system is taken as a discrete time series where the state of the entire network at time t+1 is determined by evaluating each variable's function on the state of the network at time t. This may be done synchronously or asynchronously.

Boolean networks have been used in biology to model regulatory networks. Although Boolean networks are a crude simplification of genetic reality where genes are not simple binary switches, there are several cases where they correctly convey the correct pattern of expressed and suppressed genes. The seemingly mathematical easy (synchronous) model was only fully understood in the mid 2000s.

Classical model

A Boolean network is a particular kind of sequential dynamical system, where time and states are discrete, i.e. both the set of variables and the set of states in the time series each have a bijection onto an integer series.

A random Boolean network (RBN) is one that is randomly selected from the set of all possible Boolean networks of a particular size, N. One then can study statistically, how the expected properties of such networks depend on various statistical properties of the ensemble of all possible networks. For example, one may study how the RBN behavior changes as the average connectivity is changed.

The first Boolean networks were proposed by Stuart A. Kauffman in 1969, as random models of genetic regulatory networks but their mathematical understanding only started in the 2000s.

Attractors

Since a Boolean network has only 2N possible states, a trajectory will sooner or later reach a previously visited state, and thus, since the dynamics are deterministic, the trajectory will fall into a steady state or cycle called an attractor (though in the broader field of dynamical systems a cycle is only an attractor if perturbations from it lead back to it). If the attractor has only a single state it is called a point attractor, and if the attractor consists of more than one state it is called a cycle attractor. The set of states that lead to an attractor is called the basin of the attractor. States which occur only at the beginning of trajectories (no trajectories lead to them), are called garden-of-Eden states and the dynamics of the network flow from these states towards attractors. The time it takes to reach an attractor is called transient time.

With growing computer power and increasing understanding of the seemingly simple model, different authors gave different estimates for the mean number and length of the attractors, here a brief summary of key publications. ::data[format=table]

AuthorYearMean attractor lengthMean attractor numbercomment
Kauffman1969\langle A\rangle\sim \sqrt{N}\langle\nu\rangle\sim \sqrt{N}
last1=Bastollafirst1=U.last2=Parisifirst2=G.title=The modular structure of Kauffman networks
Bilke/ Sjunnesson2002linear with system size, \langle\nu\rangle \sim N
Socolar/Kauffman2003faster than linear, \langle\nu\rangle N^x with x 1
Samuelsson/Troein2003superpolynomial growth, \langle\nu\rangle N^x \forall xmathematical proof
Mihaljev/Drossel2005faster than a power law, \langle A\rangle N^x \forall xfaster than a power law, \langle\nu\rangle N^x \forall x
Fink/Sheldon2023exponential growth, \langle\nu\rangle = (2/\sqrt{e})^Nmathematical proof
::

Stability

In dynamical systems theory, the structure and length of the attractors of a network corresponds to the dynamic phase of the network. The stability of Boolean networks depends on the connections of their nodes. A Boolean network can exhibit stable, critical or chaotic behavior. This phenomenon is governed by a critical value of the average number of connections of nodes (K_{c}), and can be characterized by the Hamming distance as distance measure. In the unstable regime, the distance between two initially close states on average grows exponentially in time, while in the stable regime it decreases exponentially. In this, with "initially close states" one means that the Hamming distance is small compared with the number of nodes (N) in the network.

For N-K-model the network is stable if K, critical if K=K_{c}, and unstable if KK_{c}.

The state of a given node n_{i} is updated according to its truth table, whose outputs are randomly populated. p_{i} denotes the probability of assigning an off output to a given series of input signals.

If p_{i}=p=const. for every node, the transition between the stable and chaotic range depends on p . According to Bernard Derrida and Yves Pomeau , the critical value of the average number of connections is K_{c}=1/[2p(1-p)] .

If K is not constant, and there is no correlation between the in-degrees and out-degrees, the conditions of stability is determined by \langle K^{in}\rangle The network is stable if \langle K^{in}\rangle , critical if \langle K^{in}\rangle =K_{c}, and unstable if \langle K^{in}\rangle K_{c}.

The conditions of stability are the same in the case of networks with scale-free topology where the in-and out-degree distribution is a power-law distribution: P(K) \propto K^{-\gamma} , and \langle K^{in} \rangle=\langle K^{out} \rangle , since every out-link from a node is an in-link to another.

Sensitivity shows the probability that the output of the Boolean function of a given node changes if its input changes. For random Boolean networks, q_{i}=2p_{i}(1-p_{i}) . In the general case, stability of the network is governed by the largest eigenvalue \lambda_{Q} of matrix Q , where Q_{ij}=q_{i}A_{ij} , and A is the adjacency matrix of the network. The network is stable if \lambda_{Q}, critical if \lambda_{Q}=1, unstable if \lambda_{Q}1.

Variations of the model

Other topologies

One theme is to study different underlying graph topologies.

  • The homogeneous case simply refers to a grid which is simply the reduction to the famous Ising model.
  • Scale-free topologies may be chosen for Boolean networks. One can distinguish the case where only in-degree distribution in power-law distributed, or only the out-degree-distribution or both.

Other updating schemes

Classical Boolean networks (sometimes called CRBN, i.e. Classic Random Boolean Network) are synchronously updated. Motivated by the fact that genes don't usually change their state simultaneously, different alternatives have been introduced. A common classification is the following:

  • Deterministic asynchronous updated Boolean networks (DRBNs) are not synchronously updated but a deterministic solution still exists. A node i will be updated when t ≡ Qi (mod Pi) where t is the time step.
  • The most general case is full stochastic updating (GARBN, general asynchronous random Boolean networks). Here, one (or more) node(s) are selected at each computational step to be updated.
  • The Partially-Observed Boolean Dynamical System (POBDS) signal model differs from all previous deterministic and stochastic Boolean network models by removing the assumption of direct observability of the Boolean state vector and allowing uncertainty in the observation process, addressing the scenario encountered in practice.
  • Autonomous Boolean networks (ABNs) are updated in continuous time (t is a real number, not an integer), which leads to race conditions and complex dynamical behavior such as deterministic chaos.

Application of Boolean Networks

Classification

  • The Scalable Optimal Bayesian Classification developed an optimal classification of trajectories accounting for potential model uncertainty and also proposed a particle-based trajectory classification that is highly scalable for large networks with much lower complexity than the optimal solution.

References

References

  1. (25 January 2015). "Cooperative development of logical modelling standards and tools with CoLoMoTo". Bioinformatics.
  2. (July 2003). "The topology of the regulatory interactions predicts the expression pattern of the segment polarity genes in Drosophila melanogaster". Journal of Theoretical Biology.
  3. (30 April 2004). "Imprinting of the human L3MBTL gene, a polycomb family member located in a region of chromosome 20 deleted in human myeloid malignancies". Proceedings of the National Academy of Sciences.
  4. (December 2009). "Chapter 3. Random Boolean Networks". Wiley.
  5. (11 October 1969). "Homeostasis and Differentiation in Random Genetic Control Networks". Nature.
  6. (2003). "Perspectives and Problems in Nonlinear Science: A Celebratory Volume in Honor of Lawrence Sirovich".
  7. (2004). "Introduction to Random Boolean Networks". In Bedau, M., P. Husbands, T. Hutton, S. Kumar, and H. Suzuki (Eds.) Workshop and Tutorial Proceedings, Ninth International Conference on the Simulation and Synthesis of Living Systems (ALife IX). Pp.
  8. (2011). "Exploring discrete dynamics : [the DDLab manual: tools for researching cellular automata, random Boolean and multivalue neworks [sic] and beyond]". Luniver Press.
  9. (2012). "Boolean Networks as Modeling Framework". Frontiers in Plant Science.
  10. (May 1998). "The modular structure of Kauffman networks". Physica D: Nonlinear Phenomena.
  11. (December 2001). "Stability of the Kauffman model". Physical Review E.
  12. (February 2003). "Scaling in Ordered and Critical Random Boolean Networks". Physical Review Letters.
  13. (March 2003). "Superpolynomial Growth in the Number of Attractors in Kauffman Networks". Physical Review Letters.
  14. (October 2006). "Scaling in a general class of critical random Boolean networks". Physical Review E.
  15. (December 2023). "Number of attractors in the critical Kauffman model is exponential". Physical Review Letters.
  16. Kauffman, S. A.. (1969). "Metabolic stability and epigenesis in randomly constructed genetic nets". Journal of Theoretical Biology.
  17. (1986-01-15). "Random Networks of Automata: A Simple Annealed Approximation". Europhysics Letters.
  18. (1995-01-02). "Phase transitions and antichaos in generalized Kauffman networks". Physics Letters A.
  19. (1997-01-01). "Phase transitions in random networks: Simple analytic determination of critical points". Physical Review E.
  20. (2001-12-01). "From topology to dynamics in biochemical networks". Chaos: An Interdisciplinary Journal of Nonlinear Science.
  21. (2003-07-22). "A natural class of robust networks". Proceedings of the National Academy of Sciences.
  22. (2009-05-19). "The effect of network topology on the stability of discrete state models of genetic control". Proceedings of the National Academy of Sciences.
  23. (October 2003). "Boolean dynamics of networks with scale-free topology". Physica D: Nonlinear Phenomena.
  24. (4 August 2009). "Critical Boolean networks with scale-free in-degree distribution". Physical Review E.
  25. (1997). "Proceedings of the Fourth European Conference on Artificial Life (ECAL97)". MIT Press.
  26. (2002). "Proceedings of the Eighth International Conference on Artificial Life".
  27. (14 September 2003). "Advances in Artificial Life".
  28. (2017-01-01). "Maximum-Likelihood Adaptive Filter for Partially Observed Boolean Dynamical Systems". IEEE Transactions on Signal Processing.
  29. (2015). "2015 IEEE Global Conference on Signal and Information Processing (GlobalSIP)".
  30. (2016). "2016 American Control Conference (ACC)".
  31. (2016-12-01). "2016 IEEE 55th Conference on Decision and Control (CDC)".
  32. (2009). "Boolean chaos". Physical Review E.
  33. (2010). "On the origin of chaos in autonomous Boolean networks". Philosophical Transactions of the Royal Society A: Mathematical, Physical and Engineering Sciences.
  34. link. (2021-03-22)

::callout[type=info title="Wikipedia Source"] This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page. ::

bioinformaticslogicspin-modelsexactly-solvable-modelsstatistical-mechanics