Skip to main content

Exploring attractor bifurcations in Boolean networks

Abstract

Background

Boolean networks (BNs) provide an effective modelling formalism for various complex biochemical phenomena. Their long term behaviour is represented by attractors–subsets of the state space towards which the BN eventually converges. These are then typically linked to different biological phenotypes. Depending on various logical parameters, the structure and quality of attractors can undergo a significant change, known as a bifurcation. We present a methodology for analysing bifurcations in asynchronous parametrised Boolean networks.

Results

In this paper, we propose a computational framework employing advanced symbolic graph algorithms that enable the analysis of large networks with hundreds of Boolean variables. To visualise the results of this analysis, we developed a novel interactive presentation technique based on decision trees, allowing us to quickly uncover parameters crucial to the changes in the attractor landscape. As a whole, the methodology is implemented in our tool AEON. We evaluate the method’s applicability on a complex human cell signalling network describing the activity of type-1 interferons and related molecules interacting with SARS-COV-2 virion. In particular, the analysis focuses on explaining the potential suppressive role of the recently proposed drug molecule GRL0617 on replication of the virus.

Conclusions

The proposed method creates a working analogy to the concept of bifurcation analysis widely used in kinetic modelling to reveal the impact of parameters on the system’s stability. The important feature of our tool is its unique capability to work fast with large-scale networks with a relatively large extent of unknown information. The results obtained in the case study are in agreement with the recent biological findings.

Peer Review reports

Background

Boolean networks [1] represent a well-established modelling formalism commonly used to study complex biological systems, such as gene regulatory networks. The simple underlying structure of a Boolean network (BN) combined with its expressiveness makes it particularly well suited for in silico analysis using formal methods. Consequently, we see a rapid development of new methods in this area [2,3,4]. A more thorough overview of BN methods, models and tools for computational systems biology is then available in, e.g., [5].

A critical element of BN modelling is the structure of the network attractors. Attractors correspond to the long-term behaviour of the BN. Informally, an attractor is a connected subset of the network states in which the system, if left unperturbed, stays forever. Attractors then manifest in biologically relevant phenotypes, such as differentiated cell types and tissues [6], or biological rhythms and sustained oscillations [7]. However, the structure of network attractors is closely related to the employed variable updating scheme [8].

A BN consists of a collection of Boolean variables, the state of which is determined by other variables in the network using associated Boolean update functions (one for every variable). We speak about synchronous dynamics if all update functions are applied simultaneously at each time point. If only one of the update functions is chosen non-deterministically to modify the corresponding Boolean variable, we speak of asynchronous dynamics.

In general, the analysis of synchronous dynamics is considered more accessible; in the asynchronous case, attractor identification is complicated by the non-deterministic nature of the state transitions. Unfortunately, it is known that the synchronous update can produce unrealistic attractors [9, 10]. However, models with asynchronous update can cover the real attractors quite well, though it has been recently shown that some exceptions exist [2]. Our method, therefore, primarily focuses on asynchronous dynamics.

In asynchronous systems, we generally recognise three distinct types of attractors corresponding to different long-term behaviour. Briefly, the first case is when the network evolves to a single stable state. Such states are the fixed points or point attractors. The second situation is when the network periodically oscillates through a finite sequence of states-an oscillating attractor (the discrete equivalent of a limit cycle in continuous systems). The third situation is classified as a so-called disordered attractor (sometimes also called a complex attractor). Such an attractor is neither stable nor periodically oscillating. The system may behave unpredictably due to the non-determinism of the asynchronous dynamics. Aside from these structural characteristics, a particular attractor’s phenotype may also be associated with specific values of relevant network variables.

One particular problem when detecting attractors of the network (and their associated phenotypes) is that the update functions of the BN are often only partially known or may be subject to influence from external factors. In such a case, we speak of parametrised Boolean networks [11], in which the update functions depend on a set of logical parameters.

In parametrised BNs, the attractors change as the values of the parameters are varied. Some of these changes might lead to qualitatively different attractors (i.e. variation in the count and/or types of attractors). Such a qualitative change is called a bifurcation. To study bifurcations in discrete systems, we can classify the parameter valuations into distinct classes based on qualitatively different types of behaviour. We call such classification a bifurcation function and refer to the process of computing and studying this function as attractor bifurcation analysis [12]. As such, bifurcation analysis is one of the most fundamental approaches that allow exploring the behaviour of biological networks on a global scale.

The core problem of bifurcation analysis, i.e. attractor detection, has been widely studied before in different contexts, but primarily in non-parametrised BNs (see [13] for an overview). Known attractor detection methods can be used for bifurcation analysis by employing a naïve parameter scan. However, such approach does not scale to systems with a large number of logical parameters, as the size of the parameter space rises exponentially with the number of parameters.

For synchronous systems, there are efficient exact solutions for attractor detection in terms of SAT [14, 15], constraint programming [16], integer-programming [17], or BDD-based representation [8, 18]. In the asynchronous cases, various techniques have been employed, including BDDs [8, 19], optimisation [20], algebraic methods [21], SAT [22], answer set programming [23], concurrency theory [24], sampling [25], or network structure decomposition [26].

Alternatively, algebraic methods based on semi-tensor products  [27] and polynomial matrix representations  [28] can be employed for various analysis tasks in synchronous BNs  [29,30,31]. However, these methods ultimately suffer from the curse of dimensionality, since the dimension of the state-transition matrix grows exponentially with the number of variables in the BN  [32].

Several computational tools have been developed to construct, visualise, and analyse attractors in non-parametrised BNs. Amongst them, the established tools include ATLANTIS [33], Bio Model Analyzer (BMA) [34], BoolNet [35] and ViSiBooL [36], PyBoolNet [37], lnet [38], The Cell Collective [39], CellNetAnalyzer [40], and ASSA-PBN [41]. Furthermore, tools targeting parameter synthesis in BNs are relevant here as well. These cannot construct the full classification automatically but can often at least identify subsets of parametrisations based on a particular type of long-term behaviour. GINsim [42] supports parameter synthesis of both synchronous and asynchronous models indirectly through an external model checker (however, the model has to be manually parametrised). Finally, TREMPPI [43] is an online tool providing parameter synthesis of asynchronous models w.r.t. LTL.

To the best of our knowledge, the only existing methodology targeting the concept of bifurcation analysis in Boolean networks has been proposed in  [44, 45]. In particular, Abou-Jaoudé et al. adapt the notion of bifurcation diagrams to the settings of logical models, which also covers Boolean networks. This notion is established by relating the discrete dynamics of the logical model with the continuous dynamics of a corresponding piecewise differential model. The actual bifurcation diagram then displays attractors of the network along a growing sequence in the lattice of the model parameters.

However, it is worth noting that the number of such sequences tends to be very large in non-trivial BNs. Additionally, each such sequence only covers a relatively small portion of the parameter space. Consequently, many different bifurcation diagrams may be necessary to fully characterise the long-term behaviour of a single network. Meanwhile, our novel approach encodes this information within a single structure: a bifurcation decision tree. Additionally, our approach is supported by efficient symbolic algorithms. As we demonstrate in our results, this allows us to efficiently handle realistic large-scale networks, which, to the best of our knowledge, is not currently possible within the framework of  [44].

In this paper, we present a comprehensive methodology for automated attractor bifurcation analysis of parametrised BNs, fully implemented in our tool AEON [46, 47]. The work is based on our previous research in this area [12, 48,49,50,51], in particular [12]. The main contribution is in combining the theoretical concepts into a singular methodology. In addition, this work addresses two remaining key challenges in attractor bifurcation analysis of BNs:

  1. 1

    A concise specification of partially unknown parametrised BNs using uninterpreted Boolean functions, including static validation of such parametrised models.

  2. 2

    Extending our previous work on the visualisation of bifurcation functions using decision trees [12], we introduce a novel language of node attributes representing hierarchically the parameter constraints affecting the parametrised update functions.

Additionally, we introduce an interactive decision tree editor in AEON, which utilises the above mentioned improvements to facilitate a user-friendly experience. In part of these improvements, we have also incorporated a comprehensive stability analysis workflow into the decision tree editor. Finally, we demonstrate the presented methodology on a complex human cell signalling network describing the activity of type-1 interferons and related molecules interacting with the SARS-COV-2 virion, which, to the best of our knowledge, has not been studied in this way before.

Preliminaries

We start by formally introducing the modelling framework of parametrised Boolean networks and the notion of attractor bifurcation in such models. More technical details about this topic are discussed in [12] and [46].

Boolean networks

Fig. 1
figure 1

(a) The asynchronous state-transition graph of the Boolean network in Example 1. Each state specifies the values of the network variables in the lexicographic order. The highlighted states show an oscillating attractor of the network. (b) The regulatory graph and update functions of the Boolean network in Example 1. Green and red arrows represent activating and inhibiting regulations, respectively. A solid arrow implies that the regulation is essential in the corresponding update function

We consider the standard (non-parametrised) Boolean network (BN) to be given as a regulatory graph of Boolean variables, where each variable has an associated Boolean update function. Formally, we have a finite set of Boolean variables \({\mathcal {V}}\) (denoted \(\mathtt {A}, \mathtt {B}, \ldots\)), regulations \(R \subseteq {\mathcal {V}}\times {\mathcal {V}}\), and a family of Boolean update functions \({\mathcal {F}} = \{ F_{\mathtt {A}} \mid \mathtt {A} \in {\mathcal {V}}\}\). The signature of each \(F_{\mathtt {A}}\) is determined by the regulatory context \({\mathcal {C}}(\mathtt {A}) = \{ \mathtt {B} \mid (\mathtt {B}, \mathtt {A}) \in R \}\). Specifically, \(F_{\mathtt {A}} : \{ 0, 1 \}^{{\mathcal {C}}(\mathtt {A})} \rightarrow \{ 0, 1 \}\). Here, the members of \({\mathcal {C}}(\mathtt {A})\) are called regulators of \(\mathtt {A}\), and \(\mathtt {A}\) is then referred to as the regulation target.

The network’s behaviour is represented by its asynchronous state-transition graph. State s of a BN assigns each variable a Boolean value, i.e. \(s: {\mathcal {V}}\rightarrow \{0, 1\}\). Graph’s vertices are then the \(2^{|{\mathcal {V}}|}\) possible states of the BN. The edges of the graph correspond to the asynchronous application of the update functions to the current state. Formally, for every \(s \rightarrow t\) in the graph, there exists a variable \(\mathtt {A} \in {\mathcal {V}}\) such that \(t(\mathtt {A}) = F_{\mathtt {A}}(s)\) and the remaining \(\mathtt {B} \in {\mathcal {V}}\) are unchanged (i.e. \(s(\mathtt {B}) = t(\mathtt {B})\)).

Example 1

Consider a simple BN with \({\mathcal {V}}= \{ \mathtt {A}, \mathtt {B}, \mathtt {C} \}\) such that \({\mathcal {C}}(\mathtt {A}) = \{ \mathtt {A}, \mathtt {B}, \mathtt {C} \}\), \({\mathcal {C}}(\mathtt {B}) = \{ \mathtt {C} \}\), and \({\mathcal {C}}(\mathtt {C}) = \{ \mathtt {A} \}\). Additionally, let \(F_{\mathtt {A}} = \mathtt {A} \vee \lnot \mathtt {B} \vee \lnot \mathtt {C}\), \(F_{\mathtt {B}} = \lnot \mathtt {C}\), and \(F_{\mathtt {C}} = \mathtt {B}\). The state-transition graph of this network is shown in Fig. 1 (a).

Notice that the dependence between variables is typically monotonous. For example, an increase in \(\mathtt {B}\) cannot decrease \(\mathtt {C}\); hence we might say that \(\mathtt {B}\) regulates \(\mathtt {C}\) positively. We often graphically represent a BN using its regulatory graph in which we include these observations. For the network in Example 1, such a graph is shown in Fig 1b, with positive regulations (activations) using green and sharp arrow tips, while negative regulations (inhibitions) use flat red arrows.

Furthermore, for every \((\mathtt {B}, \mathtt {A}) \in R\), in terms of [52], every regulator \(\mathtt {B}\) is essential (also observable) in \(F_{\mathtt {A}}\). The essentiality of regulators mandates that whenever \(\mathtt {B}\) regulates \(\mathtt {A}\), \(\mathtt {B}\) needs to have a measurable impact on the value of \(F_{\mathtt {A}}\). Formally, there is a state s such that flipping the value of \(\mathtt {B}\) in s also flips the value of \(F_{\mathtt {A}}(s)\).

However, we can further generalise this notion of essentiality. Consider the update function \(F_{\mathtt {A}} = \mathtt {A} \vee \lnot \mathtt {B} \vee \lnot \mathtt {C}\). When \(\mathtt {A} = 1\), the value of \(F_{\mathtt {A}}\) does not depend on either \(\mathtt {B}\) or \(\mathtt {C}\). Hence \(\mathtt {B}\) and \(\mathtt {C}\) are not essential in \(F_{\mathtt {A}}\) for \(\mathtt {A} = 1\) (however, they are both essential for \(\mathtt {A} = 0\)). In this fashion, we can list an arbitrary partial state of the BN to further specify the dependence between two variables. For example, we can say that \(\mathtt {C}\) is essential in \(F_{\mathtt {A}}\) for \(\mathtt {A} = 0\) and \(\mathtt {B} = 1\). That is because there is a state s which satisfies this partial assignment (i.e. \(s(\mathtt {A}) = 0\) and \(s(\mathtt {B}) = 1\)), and flipping the value of \(\mathtt {C}\) in s flips the value of \(F_{\mathtt {A}}(s)\). This notion of generalised essentiality will come into play later for parametrised Boolean networks when we discuss how AEON visualises the space of possible update functions.

Network attractors

In practice, a crucial question of BN modelling is what eventually happens to the network state in the long term. This information can be obtained by studying the network’s attractors. These correspond to the bottom (also terminal) strongly connected components (BSCC) of the state-transition graph. Assuming no transition is delayed indefinitely, these are the regions of the state space where the network eventually stays forever.

Formally, a BSCC is a maximal set of states S such that for all \(s \in S\), the states reachable from s are exactly the set S. Consider the network from Example 1 and its state-transition graph in Fig. 1a. It has one attractor, namely, the set \(\{ 100, 110, 111, 101 \}\). Once this set is reached, the network oscillates between these four states forever. In practice, attractors can exhibit different types of behaviour:

  • Stability (\(\odot\)) An attractor is stable if it consists of a single state. The network then stays in this state forever. Sometimes, this type of attractor is also called equilibrium or sink.

  • Oscillation (\(\circlearrowleft\)) A single cycle of states, such as in our example, is called an oscillating attractor. The length of such a cycle is its period. These attractors are also sometimes called limit cycles or periodic attractors.

  • Disorder (\(\rightleftarrows\)) Finally, an attractor is disordered (also aperiodic) if it is neither stable nor oscillating. Even though the network will stay in the attractor forever, it will behave somewhat unpredictably due to the non-determinism of the asynchronous state-transition graph.

Since the network will often have multiple attractors, its long-term behaviour is characterised by a multi-set over these three attractor types \(\{ \odot , \circlearrowleft , \rightleftarrows \}\). We call such multi-set a behaviour class, and we denote the set of all possible behaviour classes \({\mathfrak {C}}\). In Example 1, the network’s behaviour class is only one \(\circlearrowleft\) attractor.

Observe that this notion of behaviour classes follows intuitively from the established bifurcation analysis methodology in continuous dynamical systems  [53]. In the continuous case, attractors are differentiated based on their topological properties in the continuous state space. This distinction naturally leads to the recognition of stable equilibria (single-state attractors), limit cycles (oscillating attractors), and chaos (attractors consisting of disordered trajectories). However, note that the workflow is (to some extent) modular in this regard. If a different classification is desired, assuming a symbolic algorithm to perform this classification based on attractor states exists, it can be used to supplement or completely replace our proposed classification.

Parametrised Boolean networks

Fig. 2
figure 2

(a) The asynchronous state-transition graph of the network in Example 2. The two dotted edges are only present when \(\mathtt {K} = 0\). Consequently, the attractor of the network changes to the single highlighted state when \(\mathtt {K} = 1\). (b) Regulatory graph and parametrised update functions of the Boolean network in Example 2. Compared to Example 1, there is one new regulation, which may not be essential (thus uses a dashed arrow)

Inferring the exact update functions from experimental data is a complex and error-prone task, which often cannot be performed exactly. This uncertainty can be expressed using logical parameters, leading us to the introduction of parametrised Boolean networks.

A parametrised Boolean network has an associated finite set of parameter names \({\mathcal {P}}\) (disjoint with \({\mathcal {V}}\)), which parametrise each update function. We use the \({\widehat{F}}_{\mathtt {A}}\) notation for such update functions to differentiate them from their non-parametrised counterparts. The type of each such function is then \({\widehat{F}}_{\mathtt {A}} : \{0, 1\}^{{\mathcal {C}}(\mathtt {A}) \cup {\mathcal {P}}} \rightarrow \{ 0, 1 \}\). Hence to obtain the final result, values of both regulators and parameters are considered.

We call each assignment \(p: {\mathcal {P}}\rightarrow \{0,1\}\) a parametrisation. With each parametrised Boolean network, we also associate a set of valid parametrisations P. This set allows us to arbitrarily restrict which parametrisations are considered admissible for the given network. By fixing one such parametrisation \(p \in P\), we obtain a standard non-parametrised Boolean network called a p-instantiation.

In the worst case, the number of unique instantiations can be doubly exponential in the size of \({\mathcal {V}}\) [54]. It is, therefore, necessary to restrict the set P as much as possible. To do this, we often utilise the monotonicity and essentiality properties that we discussed in relation to the non-parametrised BNs.

Specifically, when we say a regulation is monotonous in a parametrised BN, we mean that for every \(p \in P\), the p-instantiation has this property. Consequently, we can use the visual elements we introduced for non-parametrised regulatory graphs in a parametrised setting as well.

In a non-parametrised BN, we assumed each regulation was essential. In a parametrised BN, we pose no such requirement, as an unknown update function need not always depend on all regulators. Instead, we assume each regulation marked as essential (solid arrow) must be essential in each instantiation, and regulations not denoted as such (dashed arrows) may or may not be employed by valid instantiations.

Example 2

Let us now consider Example 1, but extended to a parametrised Boolean network in the following way: We add a new regulation \((\mathtt {C}, \mathtt {C})\) without any assumptions about monotonicity or essentiality (drawn in black, with a combined sharp and flat arrow tip). Then, let \({\mathcal {P}}= \{ \mathtt {K} \}\) and \({\widehat{F}}_{\mathtt {C}} = \mathtt {B} \wedge (\mathtt {K} \Rightarrow \mathtt {C})\). As valid parametrisations P, we naturally consider both \(\mathtt {K} = 0\) and \(\mathtt {K} = 1\). Consequently, \(\mathtt {K}\) effectively switches \({\widehat{F}}_{\mathtt {C}}\) between \(\mathtt {B}\) (as used in Example 1) and \(\mathtt {B} \wedge \mathtt {C}\). Fig. 2 shows how this influences the state-transition graph and the regulation graph.

As we see in Fig. 2a, even a small change in an update function can drastically alter the attractors of a Boolean network. Knowing when such change occurs and which parametrisations produce similar behaviour is the motivation behind the attractor bifurcation problem.

Attractor bifurcation in Boolean networks

Given a parametrised Boolean network with a set of valid parametrisations P, the goal of attractor bifurcation analysis is to compute the bifurcation function \({\mathcal {A}}: P \rightarrow {\mathfrak {C}}\). For a valid parametrisation \(p \in P\), the function \({\mathcal {A}}\) provides the behaviour class (i.e. multiplicity of different attractor types) of the corresponding p-instantiation.

Note that such \({\mathcal {A}}\) is not concerned with the exact states of individual attractors but instead provides a very general overview (in terms of stability, oscillation and disorder) of what is admissible within the given network. In some instances, further investigation into the internal structure of the attractors within each behaviour class may be beneficial (as is also the case for bifurcation analysis in continuous systems). We address this aspect in more detail later in the text.

Overall, we believe bifurcation analysis to be an excellent tool for high-level analysis of the parameter space, which can then guide further experiments. Additionally, as we show in this case study, it can help identify critical network parameters that negatively affect the network’s behaviour.

Methods

Although the bifurcation function contains all important information about the behaviour classes of a given network, creating a large parametrised network and then inspecting the impact of parameters on its behaviour is still a challenging task. In this section, we discuss how our tool, AEON, addresses these challenges and what new features this adds to Boolean network modelling.

Our contribution is the following: First, to make the specification of a parametrised network more natural, AEON models support uninterpreted Boolean functions inside update functions. Using these large, partially unknown update functions can be constructed much more concisely. Then, thanks to its use of advanced symbolic algorithms, AEON can compute the bifurcation function for systems with tens or even hundreds of variables and parameters. Finally, using its unique interactive decision tree visualisation, AEON enables the discovery of parameters detrimental to the system’s behaviour.

Uninterpreted Boolean functions

In AEON, a network can declare an arbitrary number of uninterpreted Boolean functions \(\mathtt {K}^{(a)}\), \(\mathtt {L}^{(b)}\), \(\mathtt {M}^{(c)}\), etc. Here, a, b, c are the function arities, which can be omitted when clear from the context. Such functions are similar to the standard parameters discussed in the previous section in that they represent an unknown but fixed part of the network update function. In fact, an uninterpreted function of arity 0 is equivalent to a parameter.

However, uninterpreted functions can be often used to express uncertainty much more naturally. Consider the update function \({\widehat{F}}_{\mathtt {A}} = \mathtt {A} \vee \lnot \mathtt {B} \vee \lnot \mathtt {C}\) from our running example. In a situation where the dependence of \(\mathtt {A}\) on \(\mathtt {B}\) is certain, but the exact relationship between \(\mathtt {A}\) and \(\mathtt {C}\) in the equation is unknown, we can introduce an uninterpreted function \(\mathtt {K}^{(2)}\) and write \({\widehat{F}}_{\mathtt {A}} = \lnot \mathtt {B} \vee \mathtt {K}(\mathtt {A}, \mathtt {C})\). In turn, AEON will consider all admissible binary functions in place of \(\mathtt {K}\) as network parametrisations.

Internally, every such function \(\mathtt {K}\) of arity i is represented using \(2^{i}\) standard Boolean parameters; one for each row of the function table of \(\mathtt {K}\). Since model analysis is performed symbolically using binary decision diagrams [55], AEON can map between applications of update functions and symbolic constraints on the network parameters. As a result, the asynchronous state-transition graph can be explored without explicitly enumerating either the network states or parametrisations.

Finally, to limit the space of valid parametrisations, AEON allows the user to specify which regulations are monotonous or essential. Any instantiation that does not meet these criteria is then excluded from the analysis. For example, in the case of \({\widehat{F}}_{\mathtt {A}} = \lnot \mathtt {B} \vee \mathtt {K}(\mathtt {A}, \mathtt {C})\), we know that both \(\mathtt {A}\) and \(\mathtt {C}\) are essential, with \(\mathtt {A}\) being activating and \(\mathtt {C}\) inhibiting. This leaves only two valid instantiations of \(\mathtt {K}\), namely \(\mathtt {A} \wedge \lnot \mathtt {C}\) and \(\mathtt {A} \vee \lnot \mathtt {C}\).

This type of analysis is performed even for fully specified update functions. As a result, AEON can be used to validate that the regulatory graph and update functions follow the same properties. While this benefit may seem trivial, when developing AEON, we discovered many publicly available models with inconsistencies between their regulatory graphs and their update functions.

Such parametrised Boolean networks with uninterpreted functions can be developed in an interactive online editor, which is a part of AEON. This network editor also performs integrity checks between the update functions and the regulatory graph on the fly, ensuring the model is always consistent.

Bifurcation decision trees

Fig. 3
figure 3

(a) Regulation graph of the network in Example 3. (b) Overview of the bifurcation function in Example 3 as computed by AEON. (c) A bifurcation decision tree constructed in AEON with four possible behavioural classes (\([\odot ], [\circlearrowleft ], [\rightleftarrows ]\), and \([\odot , \odot ]\)) for the network in Example 3. Solid and dashed arrows represent positive and negative decisions, respectively

When given a parametrised model, AEON symbolically computes the attractors for all valid parametrisations. Based on these attractors, AEON assigns each parametrisation its behaviour class from \({\mathfrak {C}}\). Initially, this bifurcation function can be displayed as a simple table with the option to obtain witness instantiations for each discovered behaviour class and inspect their attractor state space.

Example 3

Let us consider a different parametrised variant of the Boolean network from Example 1. We declare two uninterpreted functions, \(\mathtt {K}^{(3)}\) and \(\mathtt {L}^{(2)}\). We then write \({\widehat{F}}_{\mathtt {A}} = \mathtt {K}(\mathtt {A}, \mathtt {B}, \mathtt {C})\) and \({\widehat{F}}_{\mathtt {C}} = \mathtt {L}(\mathtt {B}, \mathtt {C})\). Set P is restricted to the 45 parametrisations that follow the properties of the regulatory graph in Fig. 3 (a). AEON discovered four distinct behaviour classes in the bifurcation function \({\mathcal {A}}\) of this network. An overview of \({\mathcal {A}}\) is shown in Fig. 3b.

However, as we see in Fig. 3b, such tabular representation does not meaningfully convey the relationship between behavioural classes and parametrisations of the network. AEON thus enables the user to explore the bifurcation function more comprehensively using decision trees.

Decision trees commonly appear in machine learning [56], where they are used to represent classifiers and decision strategies. A decision tree is a flowchart-like structure in which each node represents a test on some attribute(s), and each leaf represents one class or end result. Furthermore, each leaf can have an assigned confidence level, representing the precision of the result. When used to visualise the bifurcation function, we refer to this data structure as the bifurcation decision tree (BDT).

The bifurcation function as stored internally by AEON already has a compact symbolic representation using binary decision diagrams. However, this representation is very hard to read, especially in models with complex uninterpreted Boolean functions, as the decision diagram is essentially a compressed representation of their logical function tables. The purpose of bifurcation decision trees is then to provide an alternative, human-friendly visualisation format.

To this end, we provide a wide range of decision attributes, which the user can interactively select based on their visualisation goal and any prior knowledge of the network. To simplify the choice, the attributes are pre-sorted based on information gain [57], a heuristic used in standard machine learning algorithms [56] to greedily select optimal decision attributes.

The attributes considered by AEON fall into the following categories:

  • For a basic Boolean parameter (i.e. uninterpreted function of arity 0), simply decide based on the value of such parameter.

  • If there is a regulation without monotonicity or essentiality constraint, decide on the possible presence of such constraint. For example, consider how making a regulation positively monotonous influences the behaviour of the network.

  • In a parametrised update function, consider possible generalised essentiality constraints as discussed in Section 2.1. For example, consider if the behaviour changes when we require that \(\mathtt {C}\) is essential in \({\widehat{F}}_{\mathtt {A}}\) for \(\mathtt {A} = 1\).

  • Finally, one can decide based on the individual rows of the uninterpreted functions, e.g. test whether \(\mathtt {L}(1, 0)\) is 1 or 0. Such attributes are not very human-friendly but can occasionally uncover interesting relationships and are thus included for completeness.

If we load the bifurcation function produced by Example 3 into AEON ’s decision tree explorer, we can produce a visualisation similar to the one in Fig. 3c. From this decision tree, we can quickly observe several interesting properties about the network from Example 3.

First, non-trivial attractors are only present if \((\mathtt {C}, \mathtt {C})\) is a (possibly non-essential) inhibition. Whenever \(\mathtt {C}\) has some other than negative effect in \({\widehat{F}}_{\mathtt {C}}\), the network is stable. If \((\mathtt {C}, \mathtt {C})\) is not essential, the network decides between oscillation and disorder based on what happens in \({\widehat{F}}_{\mathtt {A}}\) when \(\mathtt {B} = \mathtt {C}\). In the stable branch, the presence of bistable behaviour depends on values of \({\widehat{F}}_{\mathtt {C}}\) when \(\mathtt {B} = 1\) and values of \({\widehat{F}}_{\mathtt {A}}\) when \(\mathtt {B} \not = \mathtt {C}\). Interestingly, all these conditions identify autoregulation as the main driver of attractor bifurcation in this network.

Variable stability analysis

So far, we have only distinguished between the behaviour of different attractors on a qualitative level (i.e. stability, oscillation, or disorder). Nevertheless, there may be important biological phenotypes that do not manifest as a qualitative change in the network’s long-term behaviour. For example, the network may exhibit two stable states (under different parametrisations) which differ in the values of certain critical variables. This difference may then result in a different biological phenotype, even though the qualitative long-term behaviour of the network is the same.

Changes on this level are harder to detect fully automatically since different models express phenotypes differently. However, changes in long-term variable expression across parametrisations can be tracked by AEON as well. This can be done globally (across the whole model) or locally, meaning for a specific behaviour class or a node in the afore-mentioned bifurcation decision tree. As such, one can investigate the possible long-term outcomes (variable is always 1, always 0, or switches between 1 and 0) across different subsets of the parameter space.

For the simple network in our running example, we can discover that when the network is bistable, it always switches between \(\mathtt {A} = 0\) and \(\mathtt {A} = 1\) in the two sink states. Additionally, when the network oscillates, the value of \(\mathtt {A}\) is always constant. That is, the oscillating variables are always \(\mathtt {B}\) and \(\mathtt {C}\). This type of information could be then used to, for example, reprogram the network to avoid this switching behaviour.

Results

We evaluate the method on a systematic study of a complex human cell signalling network describing the activity of type-1 interferons and related molecules interacting with SARS-COV-2 virion. The network is important in explaining the dynamics of innate immune response (IIR) – an important biological phenotype, corresponding to the activity of the immune system, and inflammation (INFL)—a biological phenotype causing an overreaction that might cause severe health problems in affected tissues (e.g., cytokine storm in [58]).

Core model

We have adopted the BN model of interferon type-1 pathways produced by the COVID-19 Disease Map project [59]. The original BN model has been constructed from the openly accessible SBGN curated pathwayFootnote 1 by employing the automated inference algorithm CaSQ [60]. CaSQ is producing ready-to-simulate (non-parametrised) BNs where influences affecting a certain reaction are combined using disjunction. Parameters are introduced explicitly to represent input variables.

The original BN model contains 93 variables, 157 regulations, and 18 parameters. It is available as an SBML-qual model (original.sbml) and AEON model (original.aeon) in Additional file 1. The parameters can be classified into three groups: virus proteins, input signals, and drugs (azithromycin and GRL0617). The input signals include virus replication detection, PAMP signalling and TREML4.

Model reduction

Even though the original model can be analysed using AEON without major problems, there is an unexpectedly high number of distinct steady-state attractors. By inspecting the attractor state space in AEON, we discovered that they often represent the same phenotypes. To ease presentation, we have reduced the number of attractors so that it more closely matches the phenotypes of the network.

The extraneous attractors appear due to a set of three mutually dependent variables, NFKBIA, NFKB-NFKBIA-complex and NFKB1-cell. By analysing these three variables in isolation (i.e. keeping only variables on which the variables in this set depend), we discovered that in approx. half of the parametrisations, the variables in the set become bistable.

However, the rest of the model only depends on NFKB1-cell and is unaffected by bistability. As a result, the amount of steady-state attractors is doubled since, for every distinct attractor phenotype, there are two attractors corresponding to the two possible stable situations reported on variables in the set.

We have, therefore, replaced these three variables with a parameter NFKBIA-NFKB1-component, removing other variables that only influence this complex. As a result, the reduced model over-approximates the bistability of the original model by abstracting the removed variables in terms of new parameters in the parameter space. The reduced model finally contains 87 variables, 146 regulations and 17 parameters. Its full description is again part of Additional file 1.

Fig. 4
figure 4

BDT of the reduced model representing the decisions in input variables causing bifurcations and affecting the presence of different attractor phenotypes. The tree is first segmented based on the detection of virus replication by the cell. Then, the decisions marked (1–3) are significant with respect to the studied biological phenotypes: (1) corresponds to the total absence of IIR, (2) shows the interferon production switched off, and (3) makes IIR either off in some instances, or bistable (no instance with IIR positive and stable)

Model analysis

For in-depth analysis, we use the reduced model. First, we construct the BDT showing the effect of the two suggested drug components on the stabilisation of the interferons systems dynamics. Next, we focus on the distribution of the studied biological phenotypes across the identified attractor phenotypes.

We root the BDT at the input variable representing the presence/absence of the unfolded double-stranded RNA in the cell, indicating the virus is present in the cytosol and is replicating. Fig. 4 shows both possible situations (detected and undetected virus replication). In the next levels of the BDT, we consider the decision points representing the application of the drugs. At first, the GRL0617 is considered due to the fact that it brings the most significant information gain towards the attractor bifurcation (even more significant than most of the virus proteins). Application of azithromycin affects the bifurcation only when used additionally with GRL0617.

In further levels of the BDT, the effect of transcribed virus proteins is unfolded. The most significant information gain is reported for Nsp15. The presence of active Nsp15 in cells under the drug therapy implies bistability. This situation is not affected by virus replication detection. In non-medicated cells, the presence of Nsp15 stabilises the system in a single point attractor. In this case, positive virus replication detection increases (doubles) the number of attractor phenotypes (collectively represented by the mixed phenotypes nodes). A further unfolding of the respective paths to the leaves of the BDT involves decisions based on the presence of individual virus proteins (see Additional file 1 for details). All attractor phenotypes achieved that way display multi-stability.

The variable stability analysis tool provided in AEON allows to explore the individual nodes of the BDT for presence/absence of particular biological phenotypes (in our case represented as output variables in the BN). This helps us reveal the effect of input variables (virus proteins and drugs) on the studied biological phenotypes. In particular, the tool reports the number of instances exhibiting the given variable stable (True or False) or unstable in the selected node of the BDT. This allows us to characterise the effect of a given input variable on the number of instances presenting the studied phenotypes. In Table 1, we show the results for inputs with high information gain affecting the bifurcations. E.g., the presence of Nsp15 viral protein has no influence on the stability or bistability of interferon production and the presence of INFL. However, it has a negative effect on the presence of IIR in a single point attractor while increasing the number of instances where IIR becomes bistable. From this perspective, the effect of the drugs is interesting. In particular, GRL0617 contributes to increased IIR (in both stable and bistable regimes). Moreover, it does not affect the stable interferon production or stable INFL, and it increases the presence of bistable IIR and INFL. On the contrary, the effect of azithromycin is destabilising to all studied biological phenotypes. In the case of INFL and interferon production, this is the required feature. Anyway, it causes a potentially undesired side-effect for IIR.

Table 1 Qualitative influence of individual components on the stabilisation (more/less prominent or unchanged) of a particular phenotype (column) in either stable (\(\odot\)) or bistable (\(\odot \odot\)) regime

Discussion

The Boolean abstraction of the interferon signalling model shows interesting insights into the non-linear dynamics driven by regulatory mechanisms of kinases, phosphatases, and other involved protein molecules (including virus proteins) reflected in the model. In contrast to the traditional quantitative models, e.g., represented as ODEs [61], it is not necessary to known the details of reaction kinetics to unfold the impact of regulatory feedback. This allows studying processes such as complex immune system networks that are not entirely known at the kinetic level [62, 63]. In particular, Boolean network models can predict the long-term dynamic patterns of a biological system under internal and environmental perturbations, and that way uncover the mechanisms behind biological phenotypes observed in vivo [10].

Our method creates a working analogy to the concept of bifurcation analysis widely used in kinetic modelling to reveal the impact of kinetic parameters on the system’s stability [64]. In our case, the bifurcation is understood as an effect of perturbing logical parameters (and/or input variables) of the Boolean model. Bifurcations are therefore understood as crucial decisions in the settings of perturbed components, affecting the long-term dynamics patterns. This kind of reasoning is enormously important in situations where different external (and/or internal) stimuli control the stabilisation of markers related to several specific biological phenotypes [65].

The presented case study investigates the combined effect of signal transduction and gene regulation on the immune response and thus represents a typical example of such a situation. The decision on which subset of biological phenotypes is achieved is processed based on several inputs: (i) input stimuli of immune system cells (extracellular interferons produced by other cells, internal/external mechanisms detecting the presence of the virus in the cell/tissue), (ii) proteins transcribed from the viral DNA, and (iii) drug molecules. The BDTs constructed by AEON have shown which inputs represent the most significant decision points causing switching between different attractors. Based on the computed information gain, the crucial role has been reported by the drug GRL0617. In a recent study [66], GRL0617 has been suggested as an efficient small molecule drug suppressing the replication of the virus through supporting the innate immune response phenotype. Our case study is in good agreement with those findings. In particular, our analyses show that regardless of the activity of the other inputs (including the virus proteins), GRL0617 increases the presence of innate immune response and the production of the type-1 interferons.

The important feature of our tool is its unique capability to work fast with large-scale networks with a relatively large extent of unknown information. In particular, this allows the user to work interactively with the models, making several variants reflecting the considered hypotheses. The largest analysed model had almost 100 variables and 18 input parameters (the size of the state space \(\sim\) \(1.3\times 10^{30}\)), while the computations took at most 10 seconds on common hardware (Mac mini 2014, 2.8GHz Intel Core i5, 8GB RAM).

The employed BN model can be easily extended when new knowledge of the involved processes is obtained. This includes, e.g., the role of the Triggering Receptor Expressed on Myeloid cells-like 4 (TREML4) [67], which is purely incorporated in the currently known pathway reconstructions. Moreover, the new variants of the model can be quickly aligned with new virus mutations – these might affect the regulations controlled by virus proteins, including potentially new virus protein structures. Newly designed drug molecules can be incorporated within the model to explore their effect on the presence (and character) of the attractors underlying the targeted biological phenotypes.

Conclusions

This article presents novel features of our unique method for fully automated bifurcation analysis of large Boolean networks with partially unknown information on regulatory mechanisms. The unknown knowledge is represented using uninterpreted functions that appear in logical formulae, specifying individual variables’ asynchronous updates.

We believe that attractor bifurcation computed by AEON will shift the current technology toward a comprehensive analysis of uncertainty in BNs. These advancements can then enhance other tools aimed at, for example, control or synthesis. In the future, we would also like to further enhance AEON with the ability to automatically connect the discovered attractors with a specification of biological phenotypes (based on their long-term behaviour and the stability properties of significant network variables).

Availability of data and materials

AEON software is open source and available online at https://biodivine.fi.muni.cz/aeon/. Presented models, experiments, and up-to-date version of AEON are published as part of the supplementary data on Zenodo https://doi.org/10.5281/zenodo.5082165.

Notes

  1. https://fairdomhub.org/models/713

Abbreviations

BN:

Boolean network

BDD:

Binary decision diagram

BDT:

Bifurcation decision tree

BSCC:

Bottom strongly connected component

References

  1. Kauffman SA. Metabolic stability and epigenesis in randomly constructed genetic nets. J Theor Biol. 1969;22(3):437–67. https://doi.org/10.1016/0022-5193(69)90015-0.

    Article  CAS  PubMed  Google Scholar 

  2. Chatain T et al. Boolean networks: beyond generalized asynchronicity. In: International workshop on cellular automata and discrete complex systems, 29–42. Springer, Cham, 2018. https://doi.org/10.1007/978-3-319-92675-9_3.

  3. Fisher J et al. Synthesising executable gene regulatory networks from single-cell gene expression data. In: Computer Aided Verification, 544–560. Springer, Cham, 2015. https://doi.org/10.1007/978-3-319-21690-4_38.

  4. Su C et al. Controlling large Boolean networks with temporary and permanent perturbations. In: Formal Methods, 707–724. Springer, Cham, 2019. https://doi.org/10.1007/978-3-030-30942-8_41.

  5. Le Novère N. Quantitative and logic modelling of molecular and gene networks. Nature reviews. Genetics 2015. https://doi.org/10.1038/nrg3885

  6. Baudin A, et al. Controlling large Boolean networks with single-step perturbations. Bioinformatics. 2019;35(14):558–67. https://doi.org/10.1093/bioinformatics/btz371.

    Article  CAS  Google Scholar 

  7. Feillet C, et al. Phase locking and multiple oscillating attractors for the coupled mammalian clock and cell cycle. Proc Natl Acad Sci. 2014;111(27):9828–33. https://doi.org/10.1073/pnas.1320474111.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  8. Garg A, et al. Synchronous versus asynchronous modeling of gene regulatory networks. Bioinformatics. 2008;24(17):1917–25. https://doi.org/10.1093/bioinformatics/btn336.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  9. Klemm K, Bornholdt S. Stable and unstable attractors in Boolean networks. Phys Rev E. 2005;72(5): 055101. https://doi.org/10.1103/PhysRevE.72.055101.

    Article  CAS  Google Scholar 

  10. Saadatpour A, et al. Attractor analysis of asynchronous Boolean models of signal transduction networks. J Theor Biol. 2010;266(4):641–56. https://doi.org/10.1016/j.jtbi.2010.07.022.

    Article  PubMed  Google Scholar 

  11. Zou YM. Boolean networks with multiexpressions and parameters. IEEE/ACM Trans Comput Biol Bioinf. 2013;10:584–92. https://doi.org/10.1109/TCBB.2013.79.

    Article  Google Scholar 

  12. Beneš N et al. Formal analysis of qualitative long-term behaviour in parametrised Boolean networks. In: International conference on formal engineering methods, 353–369. Springer, Cham, 2019. https://doi.org/10.1007/978-3-030-32409-4_22

  13. Abou-Jaoudé W, et al. Logical modeling and dynamical analysis of cellular networks. Front Genet. 2016;7:94. https://doi.org/10.3389/fgene.2016.00094.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  14. Dubrova E, Teslenko M. A SAT-based algorithm for finding attractors in synchronous Boolean networks. IEEE/ACM Trans Comput Biol Bioinf. 2011;8(5):1393–9. https://doi.org/10.1109/TCBB.2010.20.

    Article  Google Scholar 

  15. Tamura T, Akutsu T. Detecting a singleton attractor in a Boolean network utilizing SAT algorithms. IEICE Trans Fund Electron Commun Comput Sci. 2009;E92.A(2):493–501. https://doi.org/10.1587/transfun.E92.A.493

  16. Devloo V, et al. Identification of all steady states in large networks by logical analysis. Bull Math Biol. 2003;65(6):1025–51. https://doi.org/10.1016/S0092-8240(03)00061-2.

    Article  PubMed  Google Scholar 

  17. Akutsu T et al. Integer programming-based methods for attractor detection and control of Boolean networks. In: IEEE Conference on Decision and Control, 2009:5610–5617. https://doi.org/10.1109/CDC.2009.5400017

  18. Qu H et al. Improving BDD-based attractor detection for synchronous Boolean networks. In: Proceedings of the 7th Asia-Pacific Symposium on Internetware. Internetware ’15, 212–220. Association for Computing Machinery, New York, NY, USA, 2015. https://doi.org/10.1145/2875913.2875925.

  19. Naldi A et al. Decision diagrams for the representation and analysis of logical models of genetic networks. In: Computational Methods in Systems Biology. Springer, Cham, 2007:233–247. https://doi.org/10.1007/978-3-540-75140-3_16.

  20. Klarner H, et al. Computing maximal and minimal trap spaces of Boolean networks. Nat Comput. 2015;14(4):535–44. https://doi.org/10.1007/s11047-015-9520-7.

    Article  Google Scholar 

  21. Harvey I, Bossomaier T. Time out of joint: attractors in asynchronous random Boolean networks. In: Proceedings of the fourth european conference on artificial life. MIT Press, Cambridge, 1997:67–75

  22. Guo W, et al. A parallel attractor finding algorithm based on Boolean satisfiability for genetic regulatory networks. PLoS ONE. 2014;9(4):1–10. https://doi.org/10.1371/journal.pone.0094258.

    Article  CAS  Google Scholar 

  23. Mushthofa M et al. Computing attractors of multi-valued gene regulatory networks using fuzzy answer set programming. In: IEEE international conference on fuzzy systems, 2016:1955–1962 . https://doi.org/10.1109/FUZZ-IEEE.2016.7737931

  24. Chatain T et al. Characterization of reachable attractors using Petri net unfoldings. In: Computational Methods in Systems Biology. Springer, Cham, 2014:129–142. https://doi.org/10.1007/978-3-319-12982-2_10

  25. Zhang S-Q, et al. Algorithms for finding small attractors in Boolean networks. EURASIP J Bioinform Syst Biol. 2007;2007:4–4. https://doi.org/10.1155/2007/20180.

    Article  CAS  Google Scholar 

  26. Choo S-M, Cho K-H. An efficient algorithm for identifying primary phenotype attractors of a large-scale Boolean network. BMC Syst Biol. 2016;10(1):95. https://doi.org/10.1186/s12918-016-0338-4.

    Article  PubMed  PubMed Central  Google Scholar 

  27. Cheng D et al. Analysis and Control of Boolean Networks: a Semi-tensor Product Approach. Springer, London, 2010. https://doi.org/10.1007/978-0-85729-097-7

  28. Liu X, et al. Gapore: Boolean network inference using a genetic algorithm with novel polynomial representation and encoding scheme. Knowl-Based Syst. 2021;228: 107277. https://doi.org/10.1016/j.knosys.2021.107277.

    Article  Google Scholar 

  29. Zhong J, et al. Pinning control for stabilization of boolean networks under knock-out perturbation. IEEE Trans Autom Control. 2021. https://doi.org/10.1109/TAC.2021.3070307.

    Article  Google Scholar 

  30. Acernese A, et al. Reinforcement learning approach to feedback stabilization problem of probabilistic boolean control networks. IEEE Control Syst Lett. 2020;5(1):337–42. https://doi.org/10.1109/LCSYS.2020.3001993.

    Article  Google Scholar 

  31. Cheng X, et al. Discrimination of attractors with noisy nodes in boolean networks. Automatica. 2021;130: 109630. https://doi.org/10.1016/j.automatica.2021.109630.

    Article  Google Scholar 

  32. Zhong J, et al. Steady-state design of large-dimensional boolean networks. IEEE Trans Neural Netw Learn Syst. 2020;32(3):1149–61. https://doi.org/10.1109/TNNLS.2020.2980632.

    Article  Google Scholar 

  33. Shah OS, et al. ATLANTIS - attractor landscape analysis toolbox for cell fate discovery and reprogramming. Sci Rep. 2018;8(1):3554. https://doi.org/10.1038/s41598-018-22031-3.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  34. Benque D et al. BMA: visual tool for modeling and analysis of biological networks. In: Computer Aided Verification. Springer, Cham, 2012:686–692. https://doi.org/10.1007/978-3-642-31424-7_50

  35. Müssel C, et al. BoolNet-an R package for generation, reconstruction and analysis of Boolean networks. Bioinformatics. 2010;26(10):1378–80. https://doi.org/10.1093/bioinformatics/btq124.

    Article  CAS  PubMed  Google Scholar 

  36. Schwab JD, Kestler HA. Automatic screening for perturbations in Boolean networks. Front Physiol. 2018;9:431. https://doi.org/10.3389/fphys.2018.00.

    Article  PubMed  PubMed Central  Google Scholar 

  37. Klarner H, et al. PyBoolNet: a python package for the generation, analysis and visualization of Boolean networks. Bioinformatics. 2016;33(5):770–2. https://doi.org/10.1093/bioinformatics/btw682.

    Article  CAS  Google Scholar 

  38. Berntenis N, Ebeling M. Detection of attractors of large Boolean networks via exhaustive enumeration of appropriate subspaces of the state space. BMC Bioinform. 2013;14:361. https://doi.org/10.1186/1471-2105-14-361.

    Article  Google Scholar 

  39. Helikar T, et al. The cell collective: toward an open and collaborative approach to systems biology. BMC Syst Biol. 2012;1:96. https://doi.org/10.1186/1752-0509-6-96.

    Article  Google Scholar 

  40. Klamt S, et al. Structural and functional analysis of cellular networks with Cell NetAnalyzer. BMC Syst Biol. 2007;1(1):2. https://doi.org/10.1186/1752-0509-1-2.

    Article  PubMed  PubMed Central  Google Scholar 

  41. Mizera A, et al. ASSA-PBN: a toolbox for probabilistic Boolean networks. IEEE/ACM Trans Comput Biol Bioinf. 2018;15(4):1203–16. https://doi.org/10.1109/TCBB.2017.2773477.

    Article  CAS  Google Scholar 

  42. Chaouiya C et al. Logical modelling of gene regulatory networks with GINsim. In: Bacterial Molecular Networks. Springer, Cham, 2012:463–479. https://doi.org/10.1007/978-1-61779-361-5_23

  43. Streck A et al. Comparative statistical analysis of qualitative parametrization sets. In: Hybrid Systems Biology. Springer, Cham, 2015:20–34. https://doi.org/10.1007/978-3-319-26916-0_2

  44. Abou-Jaoudé W, Monteiro PT. On logical bifurcation diagrams. J Theor Biol. 2019;466:39–63. https://doi.org/10.1016/j.jtbi.2019.01.008.

    Article  PubMed  Google Scholar 

  45. Abou-Jaoudé W, et al. From structure to dynamics: frequency tuning in the p53-mdm2 network. J Theor Biol. 2009;258(4):561–77. https://doi.org/10.1016/j.jtbi.2009.02.005.

    Article  CAS  PubMed  Google Scholar 

  46. Beneš N et al. AEON: attractor bifurcation analysis of parametrised Boolean networks. In: Computer Aided Verification. Springer, Cham, 2020:569–581. https://doi.org/10.1007/978-3-030-53288-8_28

  47. Benes N et al. AEON 2021: bifurcation decision trees in Boolean networks. In: Computational Methods in Systems Biology. Springer, Cham, 2021:230–237. https://doi.org/10.1007/978-3-030-85633-5_14

  48. Barnat J et al. Detecting attractors in biological models with uncertain parameters. In: Computational Methods in Systems Biology. Springer, Cham, 2017: 40–56. https://doi.org/10.1007/978-3-319-67471-1_3

  49. Beneš N et al. A model checking approach to discrete bifurcation analysis. In: Formal Methods. Springer, Cham, 2016:85–101. https://doi.org/10.1007/978-3-319-48989-6_6

  50. Beneš N et al. Parallel parameter synthesis algorithm for hybrid CTL. Sci Comput Program. 2020;185. https://doi.org/10.1016/j.scico.2019.102321

  51. Beneš N et al. Computing bottom SCCs symbolically using transition guided reduction. In: International conference on computer aided verification. Springer, Cham, 2021:505–528. https://doi.org/10.1007/978-3-030-81685-8_24

  52. Shmulevich I, et al. Probabilistic Boolean networks: a rule-based uncertainty model for gene regulatory networks. Bioinformatics. 2002;18(2):261–74. https://doi.org/10.1093/bioinformatics/18.2.261.

    Article  CAS  PubMed  Google Scholar 

  53. Kuznetsov YA. Elements of Applied Bifurcation Theory. Springer, New York, 1998. https://doi.org/10.1007/978-1-4757-3978-7

  54. Wang R-S, et al. Boolean modeling in systems biology: an overview of methodology and applications. Phys Biol. 2012;9(5): 055001. https://doi.org/10.1088/1478-3975/9/5/055001.

    Article  CAS  PubMed  Google Scholar 

  55. Bryant RE. Graph-based algorithms for Boolean function manipulation. IEEE Trans Comput. 1986;35(8):677–91. https://doi.org/10.1109/TC.1986.1676819.

    Article  Google Scholar 

  56. Safavian SR, Landgrebe D. A survey of decision tree classifier methodology. IEEE Trans Syst Man Cybern. 1991;21(3):660–74. https://doi.org/10.1109/21.97458.

    Article  Google Scholar 

  57. Kent JT. Information gain and a general measure of correlation. Biometrika. 1983;70(1):163–73. https://doi.org/10.2307/2335954.

    Article  Google Scholar 

  58. Hojyo S, et al. How COVID-19 induces cytokine storm with high mortality. Inflamm Regen. 2020;40(1):1–7. https://doi.org/10.1186/s41232-020-00146-3.

    Article  CAS  Google Scholar 

  59. Ostaszewski M, et al. COVID-19 disease map, building a computational repository of SARS-CoV-2 virus-host interaction mechanisms. Sci Data. 2020;7:136. https://doi.org/10.1038/s41597-020-0477-8.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  60. Aghamiri SS, et al. Automated inference of Boolean models from molecular interaction maps using CaSQ. Bioinformatics. 2020;36(16):4473–82. https://doi.org/10.1093/bioinformatics/btaa484.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  61. Papin JA, et al. Reconstruction of cellular signalling networks and analysis of their properties. Nat Rev Mol Cell Biol. 2005;6(2):99–111. https://doi.org/10.1038/nrm1570.

    Article  CAS  PubMed  Google Scholar 

  62. Thakar J, et al. Network model of immune responses reveals key effectors to single and co-infection dynamics by a respiratory bacterium and a gastrointestinal helminth. PLoS Comput Biol. 2012;8(1):1002345. https://doi.org/10.1371/journal.pcbi.1002345.

    Article  CAS  Google Scholar 

  63. Polak ME, et al. Petri net computational modelling of langerhans cell interferon regulatory factor network predicts their role in T cell activation. Sci Rep. 2017;7(1):1–13. https://doi.org/10.1038/s41598-017-00651-5.

    Article  CAS  Google Scholar 

  64. Wang K et al. Stability and bifurcation of genetic regulatory networks with delays. Neurocomputing. 2010;73(16):2882–92. https://doi.org/10.1109/ChiCC.2014.6896981. 10th Brazilian Symposium on Neural Networks (SBRN2008).

  65. Grieco L, et al. Integrative modelling of the influence of MAPK network on cancer cell fate decision. PLoS Comput Biol. 2013;9(10):1003286. https://doi.org/10.1371/journal.pcbi.1003286.

    Article  Google Scholar 

  66. Fu Z, et al. The complex structure of GRL0617 and SARS-CoV-2 PLpro reveals a hot spot for antiviral drug discovery. Nat Commun. 2021;12(1):1–12. https://doi.org/10.1038/s41467-020-20718-8.

    Article  CAS  Google Scholar 

  67. Gonzalez-Cotto M, et al. TREML4 promotes inflammatory programs in human and murine macrophages and alters atherosclerosis lesion composition in the apolipoprotein e deficient mouse. Front Immunol. 2020;11:397. https://doi.org/10.3389/fimmu.2020.00397.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

Download references

Funding

This research has been partially supported by the Grant Agency of Masaryk University (GAMU) grant No. MUNI/G/1771/2020.

Author information

Authors and Affiliations

Authors

Contributions

LB and DŠ conceived of the presented idea and were responsible for the conception and design of the work, NB developed the theoretical formalism, JK and SP contributed to the design and implementation of the algorithm, and to the evaluation of its performance. DŠ performed the interferon model case study. All authors discussed the results and contributed to the final manuscript. All authors read and approved the final manuscript.

Corresponding author

Correspondence to Nikola Beneš.

Ethics declarations

Ethics approval and consent to participate

Not applicable

Consent for publication

Not applicable

Competing interests

The authors declare that they have no competing interests.

Additional information

Publisher's Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Supplementary Information

Additional file 1

: Exploring attractor bifurcations in Boolean networks. A full technical description of the algorithms, including all necessary formal definitions, followed by a more detailed description of the models used in the case study, including a full report of the obtained results.

Rights and permissions

Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article's Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article's Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated in a credit line to the data.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Beneš, N., Brim, L., Kadlecaj, J. et al. Exploring attractor bifurcations in Boolean networks. BMC Bioinformatics 23, 173 (2022). https://doi.org/10.1186/s12859-022-04708-9

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s12859-022-04708-9

Keywords