Skip to main content

This is a preprint.

It has not yet been peer reviewed by a journal.

The National Library of Medicine is running a pilot to include preprints that result from research funded by NIH in PMC and PubMed.

ArXiv logoLink to ArXiv
[Preprint]. 2024 Nov 4:arXiv:2401.12477v3. Originally published 2024 Jan 23. [Version 3]

Modular control of Boolean network models

David Murrugarra 1, Alan Veliz-Cuba 2, Elena Dimitrova 3, Claus Kadelka 4, Matthew Wheeler 5, Reinhard Laubenbacher 5
PMCID: PMC10854280  PMID: 38344220

Abstract

The concept of control is crucial for effectively understanding and applying biological network models. Key structural features relate to control functions through gene regulation, signaling, or metabolic mechanisms, and computational models need to encode these. Applications often focus on model-based control, such as in biomedicine or metabolic engineering. In a recent paper, the authors developed a theoretical framework of modularity in Boolean networks, which lead to a canonical semidirect product decomposition of these systems. In this paper, we present an approach to model-based control that exploits this modular structure, as well as the canalizing features of the regulatory mechanisms. We show how to identify control strategies from the individual modules, and we present a criterion based on canalizing features of the regulatory rules to identify modules that do not contribute to network control and can be excluded. For even moderately sized networks, finding global control inputs is computationally challenging. Our modular approach leads to an efficient approach to solving this problem. We apply it to a published Boolean network model of blood cancer large granular lymphocyte (T-LGL) leukemia to identify a minimal control set that achieves a desired control objective.

Keywords: Boolean networks, modularity, control, canalization, gene regulatory networks

1. Introduction

With the availability of more experimental data and information about the structure of biological networks, computational modeling can capture increasingly complex features of biological networks [1, 2]. However, the increased size and complexity of dynamic network models also poses challenges in understanding and applying their structure as a tool for model-based control, important for a range of applications [3, 4]. This is our focus here. To narrow the scope of the problems we address we limit ourselves to intracellular networks represented by Boolean network (BN) models. BNs are widely used in molecular systems biology to capture the coarse-grained dynamics of a variety of regulatory networks [5]. They have been shown to provide a good approximation of the dynamics of continuous processes [6].

For the commonly-used modeling framework of ordinary differential equations, there is a well-developed theory of optimal control, which is largely absent from other modeling frameworks, such as Boolean networks or agent-based models, both frequently used in systems biology and biomedicine. Furthermore, control inputs, in many cases, are of a binary nature, such as gene knockouts or the blocking of mechanisms. Existing Boolean network control methods do not scale well. As networks get larger, with hundreds [7] or even thousands of nodes [8], only few computational tools can identify control inputs for achieving preselected objectives, such as moving a network from one phenotype (e.g., cancer) to another (e.g., normal). One approach is to reduce the system in a way that the reduced system maintains relevant dynamical properties such as its attractors [9, 10]. This allows the control methods to be applied to the reduced system, and the same controls can then be used for the original system.

Control targets in Boolean networks have been identified by a variety of approaches: using stable motifs [11, 12], feedback vertex sets [13, 14], trap spaces [15, 16], model checking [17], and other methods [18, 19]. A few further approaches have explicitly used strongly connected components (SCCs) for model analysis by decomposing the wiring diagram or the state space of the network [20, 21]. For example, stable motifs describe a set of network nodes and their corresponding states which are such that the nodes form a minimal SCC (e.g. a feedback loop) and their states form a partial fixed point of the Boolean network [22, 11]. An identification of the stable motifs yields not only an efficient way to derive the network attractors but also control targets. Trap spaces, defined in [23] and related to stable motifs, are subspaces of the entire state space of a Boolean network that the dynamics cannot escape. Trap spaces, which can often be efficiently computed for biological Boolean models, have recently been used to simplify the identification of both network attractors and controls [15, 16]. However, to our knowledge, none of the approaches developed thus far exploit the modular structure exhibited by many biological systems, in order to identify control strategies by focusing on one module at a time, which is the approach used in this paper. This approach can substantially simplify the problem of identifying suitable controls, specifically in networks that consist of multiple decently-sized modules. For example, we showed in [24] that our modular approach can efficiently solve the control identification problem for a 69-node pancreatic cancer model that consists of three modules of size greater than one, plus a number of single-node modules. Some of the existing control methods can often not handle reasonably large models of e.g. 70 nodes, as has been shown in [4, 25]. It is important to note, however, that our control approach does not guarantee finding a control of minimal size or all possible controls that achieve a given objective.

Modularity refers to the division of the system into separate units, or modules, that each have a specific function [26, 27]. Modularity is a fundamental property of biological systems that is essential for the evolution of new functions and the development of robustness [28, 29]. In [24], we developed a mathematical theory of modularity for Boolean network models and showed that one can identify network-level control inputs at the modular level. That is, we obtain global control inputs by identifying them at the local, modular level and assembling them to global control. This enables network control for much larger networks than would otherwise be computationally unfeasible. It is worth noting that, although the ideas and concepts behind our approach to modularity are intuitive and natural, to our knowledge, we developed the first rigorous mathematical theory of modular decomposition of Boolean networks, which we expand to questions related to the identification of biological network controls in this paper.

We further propose to use another property of biological networks, represented through Boolean network models. Almost all Boolean rules that describe the dynamics of over 120 published, expert-curated biological Boolean network models have the property that they exhibit some degree of canalization [30]. A Boolean function is canalizing if it has one or more variables that, when they take on a particular value, they determine the value of the function, irrespective of the values of all the other variables. As an example, any variable in a conjunctive rule (e.g., xyz) determines the value of the entire rule, when it takes on the value 0. We derive a criterion for Boolean network models whose Boolean functions are all canalizing, that can be used to exclude certain modules from needing to be considered for the identification of controls.

Our approach to control via modularity is summarized in Figure 1. We decompose the network into its constituent modules, then apply control methods to each module to identify a control target for the entire network. We show that by combining the controls of the modules, we can control the entire network. In the last part of the paper, we present theoretical results that exploit the canalizing properties of the regulatory functions to exclude certain modules from the control search. Finally, we demonstrate our approach by applying it to a published model of the blood cancer large granular lymphocyte (T-LGL) leukemia [31].

Figure 1:

Figure 1:

Control via modularity. First, the network is decomposed into its constituent modules: F1,,Fm. Then, controls μ1,,μm are identified for each module. Combining the controls of the modules μ=μ1,,μm yields a set of controls for the whole network.

2. Background

We first describe Boolean networks and how to decompose a network into modules. In a BN, each gene is represented by a node that can be in one of two states: ON or OFF. Time is discretized as well, and the state of a gene at the next time step is determined by a Boolean function that takes as input the current states of a subset of the nodes in the BN. The dependence of a gene on the state of another gene can be graphically represented by a directed edge, and the wiring diagram contains all such dependencies.

2.1. Boolean Networks

Boolean networks can be seen as discrete dynamical systems. Specifically, consider n variables x1,,xn each of which can take values in F2:={0,1}, where F2 is the field with two elements, 0 and 1, where arithmetic is performed modulo 2. Then, a synchronously updated Boolean network is a function F=f1,,fn:F2nF2n, where each coordinate function fi describes how the future value of variable xi depends on the present values of all variables. All variables are updated at the same time (synchronously).

Definition 2.1. The wiring diagram of a Boolean network F=f1,,fn:F2nF2n is the directed graph with vertices x1,,xn and an edge from xi to xj if fj depends on xi. That is, if there exists xF2n such that fj(x)fjx+ei, where ei is the ith unit vector.

Definition 2.2. The wiring diagram of a Boolean network is strongly connected if every pair of nodes is connected by a directed path. That is, for each pair of nodes xi,xj in the wiring diagram with xixj there exists a directed path from xi to xj (and vice versa). In particular, a one-node wiring diagram is strongly connected by definition.

Remark 2.3. The wiring diagram of any Boolean network is either strongly connected or it is composed of a collection of strongly connected components where connections between different components move in only one direction.

Example 2.4. Figure 2a shows the wiring diagram of the Boolean network F:F23F23 given by

Fx1,x2,x3=x2¬x3,x3,¬x1x2.

Figure 2:

Figure 2:

Wiring diagram and state space of the Boolean network in Example 2.4–2.11. (a) The wiring diagram encodes the dependency between variables. (b) The state space is a directed graph with edges between all states and their images. This graph therefore encodes all possible trajectories.

2.2. Dynamics of Boolean networks

Another directed graph associated with a BN is the state transition graph, also referred to as the state space. It describes all possible transitions of the BN from one time step to the next. The attractors of a BN are minimal sets of states from which there is no escape as the system evolves. An attractor with a single state is also called a steady state (or fixed point). In mathematical models of intracellular regulatory networks, the attractors of the model are often associated with the possible phenotypes of the cell. This idea can be traced back to Waddington [32] and Kauffman [33]. For example, in a model of cancer cells, the steady states of the model correspond to proliferative, apoptotic, or growth-arrest phenotypes [34]. Mathematically, a phenotype is associated with a group of attractors where a subset of the system’s variables have the same states. These shared states are then used as biomarkers that indicate diverse hallmarks of the system.

There are two ways to describe the dynamics of a Boolean network F:F2nF2n, (i) as trajectories for all 2n possible initial conditions, or (ii) as a directed graph with nodes in F2n. Although the first description is less compact, it will allow us to formalize the dynamics of coupled networks.

Definition 2.5. A trajectory of a Boolean network F:F2nF2n is a sequence (x(t))t=0 of elements of F2n such that x(t+1)=F(x(t)) for all t0.

Example 2.6. For the network in the example above, Fx1,x2,x3=x2¬x3,x3,¬x1x2, there are 23=8 possible initial states giving rise to the following trajectories (commas and parenthesis for states are omitted for brevity).

T1=(000,000,000,000,)T2=(001,010,101,010,)T3=(010,101,010,101,)T4=(011,011,011,011,)T5=(100,000,000,000,)T6=(101,010,101,010,)T7=(110,100,000,000,)T8=(111,010,101,010,)

We can see that T3 and T6 are periodic trajectories with period 2. Similarly, T1 and T4 are periodic with period 1. All other trajectories eventually reach one of these 4 states.

When seen as trajectories, T3 and T6 are different, but they can both be encoded by the fact that F(0,1,0)=(1,0,1) and F(1,0,1)=(0,1,0). Similarly, T1 and T4 can be encoded by the equalities F(0,1,1)=(0,1,1) and F(0,0,0)=(0,0,0). This alternative, more compact way of encoding the dynamics of a Boolean network is the standard approach, which we formalize next.

Definition 2.7. The state space of a (synchronously updated) Boolean network F:F2nF2n is a directed graph with vertices in F2n and an edge from x to y if F(x)=y.

Example 2.8. Figure 2b shows the state space of the (synchronously updated) Boolean network from Example 2.4.

From the state space, one can easily obtain all periodic points, which form the attractors of the network.

Definition 2.9. The set of attractors for a Boolean network is the set 𝒜(F) of all minimal nonempty subsets 𝒞F2n satisfying F(𝒞)=𝒞.

  1. The subset 𝒜1(F)𝒜(F) of sets of exact size 1 consists of all steady states (also known as fixed points) of F.

  2. The subset 𝒜r(F)𝒜(F) of sets of exact size r consists of all cycles of length r of F.

Equivalently, an attractor of length r is an ordered set with r elements, 𝒞=c1,,cr, such that Fc1=c2,Fc2=c3,,Fcr-1=cr,Fcr=c1.

Remark 2.10. In the case of steady states, the attractor 𝒞={c} may be denoted simply by c.

Example 2.11. The Boolean network from Example 2.4 has 2 steady states (i.e., attractors of length 1) and one cycle of length 2, which can be easily derived from its state space representation (Figure 2b).

2.3. Modules

In [24], a concept of modularity was introduced for Boolean networks. The decomposition into modules occurs on structural (wiring diagram) level but induces an analogous decomposition of the network dynamics, in the sense that one can recover the dynamics of the entire network from the dynamics of the modules. For this decomposition, a module of a BN is defined as a subnetwork that is itself a BN with external parameters in the subset of variables that specifies a strongly connected component (SCC) in the wiring diagram (see Example 2.12). More precisely, for a Boolean network F and subset of its variables S, we define the restriction of F to S to be the BN FS=fk1,,fkm, where xkiS for i=1,,m. We note that fki might contain inputs that are not part of S (e.g., when xki is regulated by some variables that are not in S). Therefore, the BN FS may contain external parameters (which are themselves fixed and do not possess an update rule). Given a F with wiring diagram W, let W1,,Wm be the SCCs of W with pairwise disjoint sets of variables Si. The modules of F are then the restrictions to these sets of variables, FSi. Further, the modular structure of F can be described by a directed acyclic graph Q=(V,E) with vertex set V=W1,,Wm (where we contracted each SCC into a single vertex) and edge set E=(i,j)WiWj by setting WiWj whenever there exists a node from Wi to Wj (we show a modular decomposition of a small BN in Example 2.12).

Example 2.12. Consider the Boolean network

F(x)=x2x1,¬x1,x1¬x4,x1¬x2x3x4

with wiring diagram in Figure 3a. The restriction of this network to S1=x1,x2 is the 2-variable network FS1x1,x2=x2x1,¬x1, which forms the first module (indicated by the amber box in Figure 3a), while the restriction of F to S2=x3,x4 is the 2-variable network with external parameters x1 and x2FS2x3,x4=x1¬x4,x1¬x2x3x4, which forms the second module (indicated by the green module in Figure 3a). Note that the module FS1, i.e., the restriction of F to S1, is simply the projection of F onto the variables S1 because W1 does not receive feedback from the other component.

Figure 3:

Figure 3:

Boolean network decomposition into modules. (a) Wiring diagram of a non-strongly connected Boolean network where the modules are highlighted by amber and green boxes. (b) Directed acyclic graph describing the corresponding connections between the modules.

The wiring diagram of this network has two strongly connected components W1 and W2 with variables S1=x1,x2 and S2=x3,x4 (Figure 3a), connected according to the directed acyclic graph Q=(V,E) with vertex set V=W1,W2 (where we contracted each SCC into a single vertex) and edge set E=(1,2)W1W2 (Figure 3b).

3. Control via Modularity

In this section, we apply the modular decomposition theory described in the previous section and in [24] to make the control problem of Boolean networks more tractable. We show how the decomposition into modules can be used to obtain controls for each module, which can then be combined to obtain a control for the entire network. In this context, two types of control actions are generally considered: edge controls and node controls. For each type of control, one can consider deletions or constant expressions as defined below. The motivation for considering these control actions is that they represent the common interventions that can be implemented in practice. For instance, edge deletions can be achieved by the use of therapeutic drugs that target specific gene interactions, whereas node deletions represent the blocking of effects of products of genes associated to these nodes; see [35, 36].

Once the modules have been identified, different methods for phenotype control (that is, control of the attractor space) can be used to identify controls in these networks. Some of these methods employ stable motifs [11], feedback vertex sets [13], as well as algebraic approaches [37, 38, 39]. For our examples below, we will use the methods defined in [11, 37, 13] to find controls for the modules.

A Boolean network F=f1,,fn:F2nF2n with control is a Boolean network Fμ:F2n×UF2n, where U is a set that denotes all possible controls, defined below. The case of no control coincides with the original Boolean network, that is, Fμ(x,0)=F(x). Given a control μU, the dynamics are given by x(t+1)=Fμ(x(t),μ). See [37] for additional details and examples of how to encode control edges and nodes in a Boolean network.

Definition 3.1 (Edge Control). Consider the edge xixj in the wiring diagram W. The function

Fjμx,μi,jfjx1,,μi,j+1xi+μi,jai,,xn, (1)

where ai is a constant in F2, encodes the control of the edge xixj, since for each possible value of μi,jF2 we have the following control settings:

  • If μi,j=0,Fjμ(x,0)=fjx1,,xi,,xn. That is, the control is not active.

  • If μi,j=1,Fjμ(x,1)=fjx1,,xi=ai,,xn. In this case, the control is active, and the action represents the removal of the edge xixj when ai=0, and the constant expression of the edge if ai=1. We use xiaixj to denote that the control is active.

This definition can be easily extended for the control of many edges, so that we obtain Fμ:F2n×F2eF2n, where e is the number of edges in the wiring diagram. Each coordinate, μi,j, of μ in Fμ(x,μ) encodes the control of an edge xixj.

Definition 3.2 (Node Control). Consider the node xi in the wiring diagram W. The function

Fjμx,μi-,μi+μi-+μi++1fj(x)+μi+ (2)

encodes the control (knock-out or constant expression) of the node xi, since for each possible value of μi-,μi+F22 we have the following control settings:

  • For μi-=0,μi+=0,Fjμ(x,0,0)=fj(x). That is, the control is not active.

  • For μi-=1,μi+=0,Fjμ(x,1,0)=0. This action represents the knock-out of the node xj.

  • For μi-=0,μi+=1,Fjμ(x,0,1)=1. This action represents the constant expression of the node xj.

  • For μi-=1,μi+=1,Fjμ(x,1,1)=fjxt1,,xtm+1. This action changes the Boolean function to its negative value. This case is usually not considered in the control search since it is biologically impractical to implement.

We note that the algebraic framework is versatile enough that we can encode any type of control, such as a combination of node and edge control at the same time.

Definition 3.3. A control μ stabilizes a given Boolean network F:F2nF2n at an attractor 𝒞F2n when the resulting network after applying μ to F (denoted here as Fμ) has 𝒞 as its only attractor. Note that μ may contain a combination of one or multiple edge or node controls, as described in Definitions 1 and 3.2.

For a Boolean network F, we let 𝒜(F) denote the set of its attractors. Whenever a Boolean network F has more than one module we say that it is decomposable into its constituent modules F1,F2,,Fm(m2), and write F=F1P1F2P2Pm-1Fm where the semi-product operation Pi indicates the coupling of the subnetworks, as described in [24] (see Example 3.4 for an example of coupling). Furthermore, from the decomposition theory described in [24], the attractors of F are of the form 𝒞=𝒞1𝒞2𝒞n where 𝒞i𝒜Fi is an attractor of the subnetwork, for i=1,,n (one can think of this direct sum operation as concatenating the attractors from the different modules, see Example 3.6 where we show an example of this operation).

Example 3.4. Consider the Boolean network in Example 2.12,

F(x)=x2x1,¬x1,x1¬x4,x1¬x2x3x4

with wiring diagram in Figure 3a. Let F1=FS1x1,x2=x2x1,¬x1 be the restriction of F to S1=x1,x2 which forms the first module (indicated by the amber box in Figure 3a) and let F2=FS2x3,x4=e1¬x4,e1¬e2x3x4)) be the restriction of F to S2=x3,x4, which forms the second module (indicated by the green box in Figure 3a). Here, e1 and e2 are external parameters of FS2 that take the place of x1 and x2, which is indicated by the coupling P=x1e1,x2e2.F is thus decomposable into F1 and F2 and we have F=F1PF2.

The following theorem takes advantage of the modular structure of the network to find controls one module at a time.

Theorem 3.5. Given a decomposable network F=F1PF2, if μ1 is a control that stabilizes F1 in 𝒞1 (whether 𝒞1 is an existing attractor of F1 or a new one, after applying control μ1) and μ2 is a control that stabilizes F2 in 𝒞2 (whether 𝒞2 is an existing attractor of F2 or a new one, after applying control μ2), then μ=μ1,μ2 is a control that stabilizes F in 𝒞=𝒞1𝒞2 provided that at least one of 𝒞1 or 𝒞2 is a steady state.

Proof. Let F1μ1 be the resulting network after applying the control μ1. Thus, the dynamics of F1μ1 is 𝒞1, that is 𝒜F1μ1=𝒞1. Similarly, the dynamics of F2μ2 is 𝒞2. Let F2𝒞1,μ2 be the network that results after setting all external parameters of F2 to the states of 𝒞1 and applying the control μ2. Then, 𝒜F2𝒞1,μ2=𝒞2. Thus,

Fμ=F1PF2μ=F1μPF2μ=F1μ1PF2μ2.

Therefore,

𝒜Fμ=𝒜F1μ1PF2μ2=𝒞𝒜F1μ1𝒞𝒜F2𝒞,μ2=𝒞1𝒜F2𝒞1,μ2=𝒞1𝒞2.

For the last equality we used the fact that the product of a steady state and a cycle (or vice versa) will result in only one attractor for the combined network. Notice, however, that multiplying two attractors (of length greater than 1) might result in several attractors for the composed network due to the attractors starting at different states.

It follows that there is only one attractor of Fμ and that attractor is 𝒞1𝒞2. Thus, F is stabilized by μ=μ1,μ2 and we have 𝒜Fμ=𝒞. □

Example 3.6. Consider the network Fx1,x2,x3,x4=x2,x1,x2x4,x3 whose wiring diagram and state space are given in Figure 4, which can be decomposed into F=F1PF2, with F1=FS1x1,x2=x2,x1 where S1=x1,x2 and F2=FS2x3,x4=e2x4,x3 where S2=x3,x4 and e2 is an external parameter. Here the coupling is given by P=x2e2. Suppose we want to stabilize F in 0110, which is not an attractor of F (see Figure 4(c)). The set of attractors of F1 is given by 𝒜F1={00,11,{01,10}}.

Figure 4:

Figure 4:

Wiring diagram, directed acyclic graph, and state space for the network in Examples 3.6 and 3.8. (a) Wiring diagram where the modules are highlighted by amber and green boxes. (b) Directed acyclic graph describing the corresponding connections between the modules. (c) State space of the network generated with Cyclone [40].

  • Consider the control μ1:x11x2,x20x1. That is, the control is the combined action of setting the input from x1 to x2 to 1 and the input from x2 to x1 to 0. The control μ1 stabilizes F1 at 01, which is not an original attractor of F1. Let 𝒞1={01}𝒜F1μ1. Let F2𝒞1 be the network that results after setting all external parameters of F2 to the states of 𝒞1. Note that the space of attractors for F2𝒞1 is 𝒜F2𝒞1={00,11,{01,10}}.

  • Now consider the control μ2:x41x3,x30x4. That is, the control is the combined action of setting the input from x4 to x3 to 1 and the input from x3 to x4 to 0. This control stabilizes F2𝒞1 at 𝒞2={10}𝒜F2𝒞1, which is not an original attractor of F2𝒞1.

  • Finally, the control μ=μ1,μ2 stabilizes F at 𝒞=𝒞1𝒞2={0110} by Theorem 3.5.

Theorem 3.5 shows how the modular structure can be used to identify controls that stabilize the network in any desired state. In particular, we can use the modular structure of a network to find controls that stabilize a network at an existing attractor, which is often the case in biological control applications. We state this fact in the following corollary.

Corollary 3.7. Given a decomposable network F=F1PF2, let 𝒞=𝒞1𝒞2 be an attractor of F, where 𝒞1𝒜F1 and 𝒞2𝒜F2𝒞1 and at least 𝒞1 or 𝒞2 is a steady state. If μ1 is a control that stabilizes F1 in 𝒞1 and μ2 is a control that stabilizes F2𝒞1 in 𝒞2, then μ=μ1,μ2 is a control that stabilizes F in 𝒞.

Theorem 3.5 uses the modular structure of a Boolean network to identify controls that stabilize the network in any desired attractor. In biological applications, the attractors typically correspond to distinct biological phenotypes (defined more rigorously in the next section) and a common question is how to force a network to always transition to only one of these phenotypes. For example, cancer biologists may use an appropriate Boolean network model with the two phenotypes proliferation and apoptosis to identify drug targets (i.e., edge or node controls), which force the system to always undergo apoptosis. In [24], we applied the approach described in Corollary 3.7 to find an efficient intervention that solves the control problem for the pancreatic cancer model with 69 nodes. In the following example, we illustrate the approach described in Corollary 3.7 using a toy model.

Example 3.8. Consider again the network Fx1,x2,x3,x4=x2,x1,x2x4,x3=F1PF2 from Example 3.6 with F1=FS1x1,x2=x2,x1 where S1=x1,x2 and F2=FS2x3,x4=e2x4,x3 where S2=x3,x4 and e2 is an external parameter. Here the coupling is given by P=x2e2. Suppose we want to stabilize F in 1111, which is one of the attractors of F (see Figure 4(c)). The set of attractors of F1 is 𝒜F1={00,11,{01,10}}. Let 𝒞1={11}𝒜F1.

  • The edge control μ1:x11x2 (that is, the control that constantly expresses the edge from x1 to x2)stabilizesF1 at 𝒞1={11}. Let F2𝒞1 be the network that results after setting all external parameters of F2 to the states of 𝒞1. The space of attractors for F2𝒞1 is then 𝒜F2𝒞1={00,11,{01,10}}. Note that x21x1 would be an alternative control.

  • The edge control μ2:x41x3 (that is, the control that constantly expresses the edge from x4 to x3) stabilizes F2𝒞1 at 𝒞2={11}𝒜F2𝒞1. Again, note that x31x4 would be an alternative control.

  • Now, the control μ=μ1,μ2=x11x2,x41x3 stabilizes F at 𝒞=𝒞1𝒞2={1111} by Corollary 3.7.

Remark 3.9. In Theorem 3.5, we required one of the stabilized attractors to be a steady state in order to be able to combine the controls from the modules. We can remove this requirement by using the following definition of stabilization for non-autonomous networks (defined in [24]), which will guarantee that 𝒞1 and 𝒞2 can be combined in a unique way, resulting in a unique attractor of the whole network.

Definition 3.10. [24] A non-autonomous Boolean network is defined by

yt+1=Hgt,yt,

where H:F2m+nF2n and (g(t))t=0 is a sequence with elements in F2m. We call this type of network non-autonomous because its dynamics will depend on g(t). We use Hg to denote this non-autonomous network.

A state cF2n is a steady state of Hg if H(g(t),c)=c for all t. Similarly, an ordered set with r elements, 𝒞=c1,,cr, is an attractor of length r of Hg if c2=Hg(1),c1,c3=Hg(2),c2,,cr=Hg(r-1),cr-1,c1=Hg(r),cr,c2=Hg(r+1),c1,. Note that in general g(t) is not necessarily of period r and may even not be periodic.

If H(g(t),y)=G(y) for some network G (that is, it does not depend on g(t)) for all t, then y(t+1)=H(g(t),y(t))=G(y(t)) and this definition of attractors coincides with the classical definition of attractors for (autonomous) Boolean networks (Definition 2.9).

Definition 3.11. Consider a controlled non-autonomous network given by y(t+1)=F2(g(t), y(t), μ), where g(t) is a trajectory representation of an attractor 𝒞1 of an upstream network. We say that a control μ2 stabilizes this network, F2𝒞1 (as in Definition 3.10), at an attractor 𝒞2 when the resulting network after applying μ2 (denoted here as F2𝒞1,μ2) has 𝒞2 as its unique attractor. For non-autonomous networks the definition of unique attractor requires that (g(t),y(t))t=0 has a unique periodic trajectory up to shifting of t (which is automatically satisfied if 𝒞1 or 𝒞2 is a steady state).

4. Control via Modularity and Canalization

In addition to using the modular structure of the network, we can take advantage of the canalizing structure of the regulatory functions to identify control targets.

We first review some concepts and definitions, and introduce the concept of canalization.

Definition 4.1. A Boolean function fx1,,xn is essential in the variable xi if there exists an x{0,1}n such that

f(x)fx+ei,

where ei is the ith unit vector. In that case, we also say f depends on xi.

Definition 4.2. A Boolean function fx1,,xn is canalizing if there exists a variable xi, a Boolean function gx1,,xi-1,xi+1,,xn and a,b{0,1} such that

fx1,x2,,xn=b,ifxi=agx1,x2,,xi-1,xi+1,,xn,ifxia

In that case, we say that xi canalizes f(tob) and call a the canalizing input (of xi) and b the canalized output.

Definition 4.3. A Boolean function fx1,,xn is a nested canalizing function (NCF) with respect to the permutation σ𝒮n, inputs a1,,an and outputs b1,,bn, if

fx1,,xn=b1xσ(1)=a1,b2xσ(1)a1,xσ(2)=a2,b3xσ(1)a1,xσ(2)a2,xσ(3)=a3,bnxσ(1)a1,,xσ(n-1)an-1,xσ(n)=an,1+bnxσ(1)a1,,xσ(n-1)an-1,xσ(n)an.

The last line ensures that f actually depends on all n variables.

To account for partial canalization, we also define k-canalizing functions, which were first introduced in [41].

Definition 4.4. A Boolean function fx1,,xn is k-canalizing, where 1kn, with respect to the permutation σ𝒮n, inputs a1,,ak, and outputs b1,,bk if

fx1,,xn=b1xσ(1)=a1,b2xσ(1)a1,xσ(2)=a2,b3xσ(1)a1,xσ(2)a2,xσ(3)=a3,bkxσ(1)a1,,xσ(k-1)ak-1,xσ(k)=ak,fCbkxσ(1)a1,,xσ(k-1)ak-1,xσ(k)ak,

where fC=fCxσ(k+1),,xσ(n) is the core function, a Boolean function on n-k variables. When fC is not canalizing, then the integer k is the canalizing depth of f [42]. Note that an n-canalizing function (i.e., a function where all variables become eventually canalizing) is an NCF.

We restate the following stratification theorem for reference.

Theorem 4.5 ([41]). Every Boolean function fx1,,xn0 can be uniquely written as

fx1,,xn=M1M2Mr-1MrpC+1+1+1+q, (3)

where each Mi=j=1kixij+aij is a nonconstant function, called an extended monomial, pC is the core polynomial of f, and k=i=1rki is the canalizing depth. Each xi appears in exactly one of M1,,Mr,pC, and the only restrictions are the following “exceptional cases”:

  1. If pC1 and r1, then kr2;

  2. If pC1 and r=1 and k1=1, then q=0.

When f is not canalizing (i.e., when k=0), we simply have pC=f.

Definition 4.6. Given a Boolean function fx1,,xn represented as in Equation 3, we call the extended monomials Mi the layers of f and if i<j, we say that Mi and its variables are more dominant and Mj and its variables are less dominant. We also define, as in [43], the layer structure as the vector k1,,kr, which describes the number of variables in each layer.

Note that f is nested canalizing if and only if k1++kr=n.

Remark 4.7. Here we note the following important properties of layers of canalization.

  1. Theorem 4.5 shows that any Boolean function has a unique extended monomial form given by Equation 3, in which the variables are partitioned into different layers based on their dominance. Any variable that is canalizing (independent of the values of other variables) is in the first layer. Any variable that “becomes” canalizing when excluding all variables from the first layer is in the second layer, etc. All remaining variables that never become canalizing are part of the core polynomial. The number of variables that eventually become canalizing is the canalizing depth of the function. NCFs are exactly those functions where all variables become eventually canalizing (note not all variables of an NCF must be in the first layer).

  2. While variables in the same layer may have different canalizing input values, they all share the same canalized output value, i.e., they all canalize a function to the same output. On the other hand, the outputs of two consecutive layers are distinct. Therefore, the number of layers of a k-canalizing function, expressed as in Definition 4.4, is simply one plus the number of changes in the vector of canalized outputs, b1,b2,,bk.

Example 4.8. The Boolean functions

fx1,x2,x3,x4=x1¬x2x3x4andgx1,x2,x3,x4=x1¬x2x3x4

are nested canalizing. The function f has layer structure (1, 1, 2) because

  • x1 canalizes f to 0 if it receives its canalizing input 0;

  • if this is not the case, x2=0 canalizes f to 1;

  • x3=0 or x4=0 canalizes f to 0.

On the other hand, g has layer structure (1, 3). As for f,x1=0 canalizes g to 0. If this does not happen, any of the following, x2=0,x3=1,x4=1, canalizes g to 1.

While finding the layer structure of a Boolean function is an NP-hard problem, there exist several algorithmic implementations [44].

Next we will define phenotypes. In meaningful biological networks, the attractors correspond to phenotypes. Typically a small subset of all Boolean variables is used to define phenotypes.

Definition 4.9. Given a Boolean network F with attractor space 𝒜(F) and phenotype-defining variables 𝒫x1,,xn, we associate the same phenotype to all attractors 𝒞𝒜(F) that are identical in 𝒫. The states in 𝒫 will be called markers of the phenotype.

Suppose F=F1PF2 is a decomposable network, and that there is a phenotype that depends on variables in F2 only (that is, all markers of the phenotype are part of F2), and that we wish to control the phenotype through F2. The most straightforward approach is to set the variables that the phenotype depends on to the appropriate values that result in the desired phenotype. However, such intervention may not be experimentally possible. Instead, we can exploit the canalizing properties of the functions corresponding to the nodes connecting the modules F1 and F2 to identify control targets.

By Theorem 4.5, the variables of any Boolean update function can be ordered by importance/dominance, based on which layer they appear in, which is why in Definition 4.6 we called variables in lower/upper layers “more/less dominant,” respectively. Thus, once we control a variable in a certain layer (by setting it to its canalizing input value), any further control of variables in less dominant layers will have no effect on the function (and thus on the network). We state this fact in the following lemma.

Lemma 4.10. Suppose F=F1PF2 is a decomposable network. Suppose further that only one node xF2 with update function fx is regulated by nodes in F1. If fx is canalizing with r layers, let M be the most dominant layer of fx which contains nodes from F1. If all regulators of x from F1 appear in the core polynomial, we set =r+1. Then, setting yF1 to its canalizing value decouples the systems F1 and F2, as long as y appears in a layer of fx that is more dominant than M.

Proof. The lemma is a direct consequence of Theorem 4.5. If y receives its canalizing input and is in a more dominant layer of fx than all variables in F1, then none of these variables can affect fx anymore. Thus, controlling y to receive its canalizing input eliminates the link between F1 and F2. □

The modularity approach in [24] yields an acyclic directed graph after one collapses each module into a single node. This endows a natural partial ordering on the collection modules of a network where one module precedes the next if there is a path for every node in the first module which ends in the second module. While not all modules are comparable, we can speak of chains of modules which consist of subsets of the partial ordering which are totally ordered. Furthermore, one can rank the modules based on the percentile scores (i.e., rank module k out of m modules). This type of ranking has been studied in [45], where it was shown that the importance of the modules is strongly correlated with the aggressiveness of mutations occurring within those modules and the effectiveness of interventions.

Theorem 4.11. Suppose F=F1P1F2P2Pn-1Fm is a decomposable network. If for some i<j,

  1. only one node xFj with update function fx is regulated by nodes in Fi, and

  2. fx is a canalizing function, which possesses none of the variables from Fi in its most dominant layer, and

  3. the phenotype of interest only depends on variables in Fj as well as modules Fk, for which any chain containing Fi and Fk also contains Fj.

then the module Fi can be excluded from the control search by setting any node yFi to its canalizing input, as long as this node appears in a more dominant layer of fx than all inputs of fx that are part of Fi.

Proof. By Lemma 4.10, setting y to its canalizing value results in decoupling Fi and Fj.Fi will no longer have any effect on Fj, and thus, due to condition (iii), on the phenotype of interest. Therefore, Fi can be removed from the control search. □

The third condition of this theorem is illustrated in Figure 5.

Figure 5:

Figure 5:

Example of a modular directed acylic graph structure to illustrate Condition (iii) in Theorems 4.11 and 4.13. (a) Module Fi can be removed from the control search as long as conditions (i) and (ii) are satisfied, and the phenotype of interest depends only on any subset of variables that are part of the blue modules. (b) When a node in module Fm is regulated by a node in module Fk (indicated by the red edge in the directed acyclic graph), the phenotype may no longer depend on nodes in Fm, in order for module Fi to be removable from the control search.

Remark 4.12. The method in Theorem 4.11 can be extended to the case when Fi and Fj are connected via multiple nodes. In that case, decoupling is achieved through the same procedure presented above, applied to each node in Fj that is regulated by nodes in Fi.

Theorem 4.11 is illustrated in Figure 6. Note that node y can be in Fj or some other module as in the figure. In this theorem, we assumed that none of the variables of Fi are in the most dominant layer in the update rules of variables in Fj. If some variables of Fi are in the most dominant layer, we can still remove module Fi from the control search using an edge control, as shown in the following theorem.

Figure 6:

Figure 6:

Control via modularity and canalization. Once the network is decomposed into modules F1,,Fm, we can override the effect of module Fi by the using another module (Fk in this case) whose variables are inputs of fx that are located in more dominant layers than the layers containing the variables of Fi.

Theorem 4.13. Suppose F=F1P1F2P2Pn-1Fm is a decomposable network. If for some i<j,

  1. only one node xFj with update function fx is regulated by nodes in Fi, and

  2. fx is a canalizing function with some variables from Fi in its most dominant layer, and

  3. the phenotype of interest only depends on variables in Fj as well as modules Fk, for which any chain containing Fi and Fk also contains Fj.

then the module Fi can be excluded from the control search by applying an edge control to any input in the most dominant layer of fx.

Proof. Let yFi such that y appears as a variable in fx, and that y is located in the most dominant layer fx. Then, setting y to its canalizing value results in decoupling the subnetworks Fi and Fj. Thus, Fi will no longer have any effect on Fj and thus it can be removed from the control search. □

Remark 4.14. The method can be extended to the case when Fi and Fj are connected via multiple nodes (that is, condition (i) in Theorem 4.11 and Theorem 4.13 can be relaxed. In that case decoupling is achieved through the same procedure presented above, applied to each node in Fj with regulators from Fi.

We further note that condition (ii) in the theorems above is generally very restrictive as only a small proportion of Boolean functions in n>3 variables are canalizing, let alone nested canalizing. However, as shown in [30], most biological Boolean network models are almost entirely governed by nested canalizing functions.

5. An application: Control of a Blood Cancer Boolean Model

To showcase these methods, we will now decompose a published Boolean network model into its modules, and then identify the minimal set of controls for the entire network by exploiting the canalizing structure of the regulatory functions within the modules. The identified set of controls will force the entire system into a desired attractor.

We consider a Boolean network model for the blood cancer large granular lymphocyte (T-LGL) leukemia, which was published in [31]. T-LGL leukemia is a clonal hematological disorder characterized by persistent increases of large granular lymphocytes in the absence of reactive cause [46]. The wiring diagram of this model is depicted in Figure 7a. This network has 16 nodes and three non-trivial modules (i.e., modules containing more than one node, highlighted by the amber, green, and gray boxes in Figure 7a). The control objective here is to identify control targets that lead the system to programmed cell death. In other words, we aim to direct the system into an attractor that has the marker apoptosis ON.

Figure 7:

Figure 7:

(a) Wiring diagram of the T-LGL model, published in [31], which describes the mechanisms that regulate apoptosis. The non-trivial modules (i.e., the modules containing multiple nodes) are highlighted by amber, green, and gray boxes. (b) The regulatory inputs of the node DISC. (c) Writing the regulatory function corresponding to node DISC in its extended monomial form (Theorem 4.5) reveals its canalizing structure.

Since the model has three non-trivial modules, the approach described in Section 3 would require us to identify control targets for three modules. However, an exploitation of the canalizing structure and common sense reveals that we do not need to control every module to ensure apoptosis, the desired control objective. First, irrespective of canalization, the module highlighted in gray in Figure 7a does not affect the phenotype apoptosis. Therefore, we can focus on the modules “upstream” of apoptosis (i.e., the amber and green modules in Figure 7a).

In this case, we will apply Theorem 4.13 to identify control targets for this model. We note that the edges from the upstream module (amber box in Figure 7a) to the downstream module (green box in Figure 7a) all end in the node DISC. Therefore, we will investigate the canalizing properties of the regulatory function of DISC (see Figure 7b),

fDISC=Ceramide(FasFLIP¯).

Using the approach described in [44], we find that fDISC has two canalizing layers, L1={Ceramide} and L2={Fas,FLIP}, and extended monomial form (Theorem 4.5) given in Figure 7c).

We note that the only variable in the most dominant canalizing layer, Ceramide, is in the upstream module. Thus, we can decouple the modules via an edge control on the connection between the upstream and downstream modules. That is, the constant expression of the edge from Ceramide to DISC will decouple the two modules and will lead to constant expression of DISC. We can check that this control is effective at stabilizing the system in the desired attractor and the control set obviously has minimal size.

In summary, in this example we used an edge control to decouple the upstream and downstream modules and then identified a control target in the downstream module which contains the markers of the phenotype of interest.

6. Conclusion

Model-based control is a mainstay of industrial engineering, and there is a well-developed mathematical theory of optimal control that can be applied to models consisting of systems of ordinary differential equations. While this model type is also commonly used in biology, for instance in biochemical network modeling or epidemiology and ecology, there are many biological systems that are more suitably modeled in other ways. Boolean network models provide a way to encode regulatory rules in networks that can be used to capture qualitative properties of biological networks, when it is unfeasible or unnecessary to determine kinetic information. While they are intuitive to build, they have the drawback that there is very little mathematical theory available that can be used for model analysis, beyond simulation approaches. And for large networks, simulation quickly becomes ineffective.

The results in this paper, building on those in [24], can be considered as a contribution to a mathematical control theory for Boolean networks, incorporating key features of biological networks. There are many open problems that remain, and we hope that this work will inspire additional developments.

Our concrete contributions here are as follows. The modularization method makes the control search far more efficient and allows us to combine controls at the module level obtained with different control methods. For example, methods based on computational algebra [37, 39] can identify controllers that can create new (desired) steady states, which other methods cannot. Feedback vertex set [14, 13] is a structure-based method that identifies a subset of nodes whose removal makes the graph acyclic. Stable motifs [11] are based on identifying strongly connected subgraphs in the extended graph representation of the Boolean network. Other control methods include [47, 48, 25]. We can use any combination of these methods to identify the controls in each module.

Acknowledgments

Author Matthew Wheeler was supported by The American Association of Immunologists through an Intersect Fellowship for Computational Scientists and Immunologists. This work was further supported by the Simons foundation [grant numbers 712537 (to C.K.), 850896 (to D.M.), 516088 (to A.V.)]; the American Mathematical Society and the Simons Foundation [Enhancement Grant for PUI faculty (to A.V.)]; the National Institute of Health [grant number 1 R01 HL169974-01 (to R.L.)]; and the Defense Advanced Research Projects Agency [grant number HR00112220038 (to R.L.)]. The authors also thank the Banff International Research Station for support through its Focused Research Group program during the week of May 29, 2022 (22frg001), which was of great help in framing initial ideas of this paper.

References

  • [1].Aguilar Boris, Gibbs David L, Reiss David J, McConnell Mark, Danziger Samuel A, Dervan Andrew, Trotter Matthew, Bassett Douglas, Hershberg Robert, Ratushny Alexander V, et al. A generalizable data-driven multi-cellular model of pancreatic ductal adenocarcinoma. GigaScience, 9(7):giaa075, 2020. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [2].Plaugher Daniel and Murrugarra David. Modeling the pancreatic cancer microenvironment in search of control targets. Bulletin of Mathematical Biology, 83(11):1–26, 2021. [DOI] [PubMed] [Google Scholar]
  • [3].Rozum Jordan and Albert Réka. Leveraging network structure in nonlinear control. NPJ systems biology and applications, 8(1):36, 2022. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [4].Plaugher Daniel and Murrugarra David. Phenotype control techniques for boolean gene regulatory networks. Bulletin of Mathematical Biology, 85(10):1–36, 2023. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [5].Schwab Julian D, Kühlwein Silke D, Ikonomi Nensi, Kühl Michael, and Kestler Hans A. Concepts in boolean network modeling: What do they all mean? Computational and structural biotechnology journal, 18:571–582, 2020. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [6].Veliz-Cuba Alan, Arthur Joseph, Hochstetler Laura, Klomps Victoria, and Korpi Erikka. On the relationship of steady states of continuous and discrete models arising from biology. Bulletin of mathematical biology, 74:2779–2792, 2012. [DOI] [PubMed] [Google Scholar]
  • [7].Singh Vidisha, Naldi Aurelien, Soliman Sylvain, and Niarakis Anna. A large-scale boolean model of the rheumatoid arthritis fibroblast-like synoviocytes predicts drug synergies in the arthritic joint. NPJ systems biology and applications, 9, 2023. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [8].Aghamiri Sara Sadat, Singh Vidisha, Naldi Aurélien, Helikar Tomáš, Soliman Sylvain, and Niarakis Anna. Automated inference of boolean models from molecular interaction maps using casq. Bioinformatics, 36(16):44734–482, 2020. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [9].Veliz-Cuba A.. Reduction of Boolean network models. Journal of Theoretical Biology, 289:167–172, 2011. [DOI] [PubMed] [Google Scholar]
  • [10].Saadatpour Assieh, Albert Réka, and Reluga Timothy. A reduction method for boolean network models proven to conserve attractors. SIAM Journal on Applied Dynamical Systems, 12:1997–2011, 012013. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [11].Zanudo Jorge GT and Albert Réka. Cell fate reprogramming by control of intracellular network dynamics. PLoS computational biology, 11(4):e1004193, 2015. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [12].Rozum Jordan C, Deritei Dávid, Park Kyu Hyong, Zañudo Jorge Gómez Tejeda, and Albert Réka. pystablemotifs: Python library for attractor identification and control in boolean networks. Bioinformatics, 38(5):1465–1466, 2022. [DOI] [PubMed] [Google Scholar]
  • [13].Zañudo Jorge Gomez Tejeda, Yang Gang, and Albert Réka. Structure-based control of complex networks with nonlinear dynamics. Proceedings of the National Academy of Sciences, 114(28):7234–7239, 2017. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [14].Mochizuki Atsushi, Fiedler Bernold, Kurosawa Gen, and Saito Daisuke. Dynamics and control at feedback vertex sets. ii: A faithful monitor to determine the diversity of molecular activities in regulatory networks. Journal of theoretical biology, 335:130–146, 2013. [DOI] [PubMed] [Google Scholar]
  • [15].Cifuentes Fontanals Laura, Tonello Elisa, and Siebert Heike. Control strategy identification via trap spaces in boolean networks. In Computational Methods in Systems Biology: 18th International Conference, CMSB 2020, Konstanz, Germany, September 23–25, 2020, Proceedings 18, pages 159–175. Springer, 2020. [Google Scholar]
  • [16].Trinh Van-Giang, Hiraishi Kunihiko, and Benhamou Belaid. Computing attractors of large-scale asynchronous boolean networks using minimal trap spaces. In Proceedings of the 13th ACM International conference on bioinformatics, computational biology and health informatics, pages 1–10, 2022. [Google Scholar]
  • [17].Cifuentes-Fontanals Laura, Tonello Elisa, and Siebert Heike. Control in boolean networks with model checking. Frontiers in Applied Mathematics and Statistics, 8:838546, 2022. [Google Scholar]
  • [18].Kaminski Roland, Schaub Torsten, Siegel Anne, and Videla Santiago. Minimal intervention strategies in logical signaling networks with asp. Theory and Practice of Logic Programming, 13(4–5):675–690, 2013. [Google Scholar]
  • [19].Samaga Regina, Von Kamp Axel, and Klamt Steffen. Computing combinatorial intervention strategies and failure modes in signaling networks. Journal of Computational Biology, 17(1):39–53, 2010. [DOI] [PubMed] [Google Scholar]
  • [20].Wu Gang, Zhu Lisha, Dent Jennifer E, and Nardini Christine. A comprehensive molecular interaction map for rheumatoid arthritis. PLoS One, 5(4):e10137, 2010. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [21].Jarrah Abdul Salam, Laubenbacher Reinhard, and Veliz-Cuba Alan. The dynamics of conjunctive and disjunctive boolean network models. Bulletin of mathematical biology, 72:1425–1447, 2010. [DOI] [PubMed] [Google Scholar]
  • [22].Zañudo Jorge GT and Albert Réka. An effective network reduction approach to find the dynamical repertoire of discrete dynamic networks. Chaos: An Interdisciplinary Journal of Nonlinear Science, 23(2), 2013. [DOI] [PubMed] [Google Scholar]
  • [23].Klarner Hannes, Bockmayr Alexander, and Siebert Heike. Computing maximal and minimal trap spaces of boolean networks. Natural Computing, 14:535–544, 2015. [Google Scholar]
  • [24].Kadelka Claus, Wheeler Matthew, Veliz-Cuba Alan, Murrugarra David, and Laubenbacher Reinhard. Modularity of biological systems: a link between structure and function. Journal of the Royal Society Interface, 20(207):20230505, 2023. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [25].Borriello Enrico and Daniels Bryan C. The basis of easy controllability in boolean networks. Nature communications, 12(1):1–15, 2021. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [26].Kashtan Nadav and Alon Uri. Spontaneous evolution of modularity and network motifs. Proceedings of the National Academy of Sciences, 102(39):13773–13778, 2005. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [27].Hartwell Leland H, Hopfield John J, Leibler Stanislas, and Murray Andrew W. From molecular to modular cell biology. Nature, 402(Suppl 6761):C47–C52, 1999. [DOI] [PubMed] [Google Scholar]
  • [28].Kitano Hiroaki. Biological robustness. Nature Reviews Genetics, 5(11):826–837, 2004. [DOI] [PubMed] [Google Scholar]
  • [29].Lorenz Dirk M, Jeng Alice, and Deem Michael W. The emergence of modularity in biological systems. Physics of life reviews, 8(2):129–160, 2011. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [30].Kadelka Claus, Butrie Taras-Michael, Hilton Evan, Kinseth Jack, Schmidt Addison, and Serdarevic Haris. A meta-analysis of boolean network models reveals design principles of gene regulatory networks. Science Advances, 10(2):eadj0822, 2024. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [31].Saadatpour Assieh, Wang Rui-Sheng, Liao Aijun, Liu Xin, Loughran Thomas P, Albert István, and Albert Réka. Dynamical and structural analysis of a t cell survival network identifies novel candidate therapeutic targets for large granular lymphocyte leukemia. PLoS Comput Biol, 7(11):e1002267, Nov 2011. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [32].Waddington Conrad Hal. The strategy of the genes. Routledge, 2014. [Google Scholar]
  • [33].Kauffman S A. Metabolic stability and epigenesis in randomly constructed genetic nets. J Theor Biol, 22(3):437–67, Mar 1969. [DOI] [PubMed] [Google Scholar]
  • [34].Plaugher Daniel, Aguilar Boris, and Murrugarra David. Uncovering potential interventions for pancreatic cancer patients via mathematical modeling. Journal of theoretical biology, 548:111197, 2022. [DOI] [PubMed] [Google Scholar]
  • [35].Choi Minsoo, Shi Jue, Jung Sung Hoon, Chen Xi, and Cho Kwang-Hyun. Attractor landscape analysis reveals feedback loops in the p53 network that control the cellular response to dna damage. Science signaling, 5(251):ra83–ra83, 2012. [DOI] [PubMed] [Google Scholar]
  • [36].Wooten David J, Zañudo Jorge Gómez Tejeda, Murrugarra David, Perry Austin M, Dongari-Bagtzoglou Anna, Laubenbacher Reinhard, Nobile Clarissa J, and Albert Réka. Mathematical modeling of the candida albicans yeast to hyphal transition reveals novel control strategies. PLoS computational biology, 17(3):e1008690, 2021. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [37].Murrugarra David, Veliz-Cuba Alan, Aguilar Boris, and Laubenbacher Reinhard. Identification of control targets in boolean molecular network models via computational algebra. BMC systems biology, 10:1–11, 2016. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [38].Murrugarra D and Dimitrova ES. Molecular network control through boolean canalization. eurasip j. Bioinformatics Syst. Biol, 9, 2015. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [39].Sordo Vieira Luis, Laubenbacher Reinhard C, and Murrugarra David. Control of intracellular molecular networks using algebraic methods. Bulletin of mathematical biology, 82(1):2, 2020. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [40].Dimitrova Elena S, Knapp Adam C, Stigler Brandilyn, and Stillman Michael E. Cyclone: open-source package for simulation and analysis of finite dynamical systems. Bioinformatics, 39(11):btad634, 102023. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [41].He Qijun and Macauley Matthew. Stratification and enumeration of boolean functions by canalizing depth. Physica D: Nonlinear Phenomena, 314:1–8, 2016. [Google Scholar]
  • [42].Layne Lori, Dimitrova Elena S, and Macauley Matthew. Nested canalyzing depth and network stability. Bulletin of Mathematical Biology, 74(2):422–433, 2012. [DOI] [PubMed] [Google Scholar]
  • [43].Kadelka Claus, Kuipers Jack, and Laubenbacher Reinhard. The influence of canalization on the robustness of boolean networks. Physica D: Nonlinear Phenomena, 353:39–47, 2017. [Google Scholar]
  • [44].Dimitrova Elena, Stigler Brandilyn, Kadelka Claus, and Murrugarra David. Revealing the canalizing structure of boolean functions: Algorithms and applications. Automatica, 146:110630, 2022. [Google Scholar]
  • [45].Plaugher Daniel and Murrugarra David. Pancreatic cancer mutationscape: revealing the link between modular restructuring and intervention efficacy amidst common mutations. bioRxiv, 2024. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [46].Rashid Anila, Khurshid Mohammad, and Ahmed Arsalan. T-cell large granular lymphocytic leukemia: 4 cases. Blood research, 49(3):203–205, 2014. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [47].Choo Sang-Mok, Ban Byunghyun, Joo Jae Il, and Cho Kwang-Hyun. The phenotype control kernel of a biomolecular regulatory network. BMC systems biology, 12(1):1–15, 2018. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [48].Cifuentes-Fontanals Laura, Tonello Elisa, and Siebert Heike. Control in boolean networks with model checking. Frontiers in Applied Mathematics and Statistics, 8, 2022. [Google Scholar]

Articles from ArXiv are provided here courtesy of arXiv

RESOURCES