Finding the fixed points of a Boolean network from a positive feedback vertex set.
Julio Aracena1, Luis Cabrera-Crot2, Lilian Salinas2
1CI2MA and Departamento de Ingeniería Matemática, Facultad de Ciencias Físicas y Matemáticas, Universidad de Concepción, Concepción, Chile.
Bioinformatics (Oxford, England)
|November 2, 2020
Summary
This study introduces a novel algorithm for identifying fixed points in Boolean networks, considering regulatory graph properties. The new method efficiently finds fixed points by incorporating positive feedback vertex sets, improving upon existing approaches.
Area of Science:
- Computational Biology
- Systems Biology
- Bioinformatics
Background:
- Boolean networks are crucial for modeling biological systems.
- Identifying fixed points is a key challenge in Boolean network analysis.
- Existing algorithms often overlook the influence of activation/inhibition types.
Purpose of the Study:
- To develop a new algorithm for finding fixed points in Boolean networks.
- To address limitations of previous methods by incorporating regulatory graph properties.
- To provide a theoretical characterization of Boolean networks with fixed points and no positive cycles.
Main Methods:
- The proposed algorithm utilizes a positive feedback vertex set (P) of the regulatory graph.
- It employs a sequential update schedule for network components.
- The algorithm's runtime complexity is O(2|P|·n^2+k).
Main Results:
- A novel algorithm for Boolean network fixed point identification is presented.
- The algorithm's efficiency is dependent on the size of the positive feedback vertex set.
- Theoretical insights into the dynamics of Boolean networks without positive cycles are provided.
Conclusions:
- The new algorithm offers an improved approach to finding fixed points in Boolean networks.
- It provides a more comprehensive analysis by considering regulatory interactions.
- The algorithm is implemented in Java and available for use.
Related Concept Videos
Root Loci for Positive-Feedback Systems
231
The Hartley oscillator is a positive feedback system that sustains oscillations by feeding the output back to the input in phase, thereby reinforcing the signal. Positive feedback systems can be viewed as negative feedback systems with inverted feedback signals. In these systems, the root locus encompasses all points on the s-plane where the angle of the system transfer function equals 360 degrees.
The construction rules for the root locus in positive feedback systems are similar to those in...
The construction rules for the root locus in positive feedback systems are similar to those in...
231
Positive and Negative Feedback Loops
23.1K
Animal organs and organ systems constantly adjust to internal and external changes through a process called homeostasis ("steady state"). Examples of these changes include regulation of the level of glucose or calcium in the blood or internal responses to external temperatures. Homeostasis requires maintaining an internal dynamic equilibrium:
23.1K
Construction of Root Locus
265
The construction of a root locus involves several key steps to analyze and visualize the behavior of a system's poles with varying gain. The number of branches in the root locus equals the number of closed-loop poles and is symmetrical about the real axis.
For positive gain values, the root locus exists on the real axis to the left of an odd number of finite open-loop poles or zeros. The root locus starts at the open-loop poles and traces the paths of the closed-loop poles as the gain...
For positive gain values, the root locus exists on the real axis to the left of an odd number of finite open-loop poles or zeros. The root locus starts at the open-loop poles and traces the paths of the closed-loop poles as the gain...
265
Properties of the Root Locus
224
The root locus method is an invaluable tool for analyzing higher-order systems without needing to factor the denominator of the transfer function. A pole of the system is identified when the characteristic polynomial in the transfer function's denominator equals zero.
To determine if a point lies on the root locus, the criterion involves the sum of angles contributed by all poles and zeros to that point. Specifically, this sum must be an odd multiple of 180 degrees. The gain at any point on...
To determine if a point lies on the root locus, the criterion involves the sum of angles contributed by all poles and zeros to that point. Specifically, this sum must be an odd multiple of 180 degrees. The gain at any point on...
224
Control System Problem
294
In an open-loop system, such as a basic thermostat, the poles of the transfer function influence the system's response but do not determine its stability. However, when feedback is introduced to form a closed-loop system, such as an advanced thermostat that adjusts heating based on room temperature, stability is governed by the new poles of the closed-loop transfer function.
When forming a closed-loop system, issues can arise if the poles cross into the unstable region, leading to potential...
When forming a closed-loop system, issues can arise if the poles cross into the unstable region, leading to potential...
294
Plotting and Calibrating the Root Locus
294
Root loci often diverge as system poles shift from the real axis to the complex plane. Key points in this transition are the breakaway and break-in points, indicating where the root locus leaves and reenters the real axis. The branches of the root locus form an angle of 180/n degrees with the real axis, where n is the number of branches at a breakaway or break-in point.
The maximum gain occurs at the breakaway points between open-loop poles on the real axis, while the minimum gain is...
The maximum gain occurs at the breakaway points between open-loop poles on the real axis, while the minimum gain is...
294


