72 results on '"A. Feliú"'
Search Results
2. Methylglyoxal induces cardiac dysfunction through mechanisms involving altered intracellular calcium handling in the rat heart
- Author
-
Peyret, Hélène, Konecki, Céline, Terryn, Christine, Dubuisson, Florine, Millart, Hervé, Feliu, Catherine, and Djerada, Zoubir
- Subjects
Quantitative Biology - Subcellular Processes - Abstract
Methylglyoxal (MGO) is an endogenous, highly reactive dicarbonyl metabolite generated under hyperglycaemic conditions. MGO plays a role in developing pathophysiological conditions, including diabetic cardiomyopathy. However, the mechanisms involved and the molecular targets of MGO in the heart have not been elucidated. In this work, we studied the exposure-related effects of MGO on cardiac function in an isolated perfused rat heart ex vivo model. The effect of MGO on calcium homeostasis in cardiomyocytes was studied in vitro by the fluorescence indicator of intracellular calcium Fluo-4. We demonstrated that MGO induced cardiac dysfunction, both in contractility and diastolic function. In rat heart, the effects of MGO treatment were significantly limited by aminoguanidine, a scavenger of MGO, ruthenium red, a general cation channel blocker, and verapamil, an L-type voltage-dependent calcium channel blocker, demonstrating that this dysfunction involved alteration of calcium regulation. MGO induced a significant concentration-dependent increase of intracellular calcium in neonatal rat cardiomyocytes, which was limited by aminoguanidine and verapamil. These results suggest that the functionality of various calcium channels is altered by MGO, particularly the L-type calcium channel, thus explaining its cardiac toxicity. Therefore, MGO could participate in the development of diabetic cardiomyopathy through its impact on calcium homeostasis in cardiac cells.
- Published
- 2024
- Full Text
- View/download PDF
3. Network reduction and absence of Hopf Bifurcations in dual phosphorylation networks with three Intermediates
- Author
-
Feliu, Elisenda and Kaihnsa, Nidhi
- Subjects
Mathematics - Dynamical Systems ,Computer Science - Symbolic Computation ,Quantitative Biology - Molecular Networks - Abstract
Phosphorylation networks, representing the mechanisms by which proteins are phosphorylated at one or multiple sites, are ubiquitous in cell signalling and display rich dynamics such as unlimited multistability. Dual-site phosphorylation networks are known to exhibit oscillations in the form of periodic trajectories, when phosphorylation and dephosphorylation occurs as a mixed mechanism: phosphorylation of the two sites requires one encounter of the kinase, while dephosphorylation of the two sites requires two encounters with the phosphatase. A still open question is whether a mechanism requiring two encounters for both phosphorylation and dephosphorylation also admits oscillations. In this work we provide evidence in favor of the absence of oscillations of this network by precluding Hopf bifurcations in any reduced network comprising three out of its four intermediate protein complexes. Our argument relies on a novel network reduction step that preserves the absence of Hopf bifurcations, and on a detailed analysis of the semi-algebraic conditions precluding Hopf bifurcations obtained from Hurwitz determinants of the characteristic polynomial of the Jacobian of the system. We conjecture that the removal of certain reverse reactions appearing in Michaelis-Menten-type mechanisms does not have an impact on the presence or absence of Hopf bifurcations. We prove an implication of the conjecture under certain favorable scenarios and support the conjecture with additional example-based evidence.
- Published
- 2024
4. Soft Synergies: Model Order Reduction of Hybrid Soft-Rigid Robots via Optimal Strain Parameterization
- Author
-
Alkayas, Abdulaziz Y., Mathew, Anup Teejo, Feliu-Talegon, Daniel, Deng, Ping, Thuruthel, Thomas George, and Renda, Federico
- Subjects
Computer Science - Robotics - Abstract
Soft robots offer remarkable adaptability and safety advantages over rigid robots, but modeling their complex, nonlinear dynamics remains challenging. Strain-based models have recently emerged as a promising candidate to describe such systems, however, they tend to be high-dimensional and time consuming. This paper presents a novel model order reduction approach for soft and hybrid robots by combining strain-based modeling with Proper Orthogonal Decomposition (POD). The method identifies optimal coupled strain basis functions -- or mechanical synergies -- from simulation data, enabling the description of soft robot configurations with a minimal number of generalized coordinates. The reduced order model (ROM) achieves substantial dimensionality reduction while preserving accuracy. Rigorous testing demonstrates the interpolation and extrapolation capabilities of the ROM for soft manipulators under static and dynamic conditions. The approach is further validated on a snake-like hyper-redundant rigid manipulator and a closed-chain system with soft and rigid components, illustrating its broad applicability. Finally, the approach is leveraged for shape estimation of a real six-actuator soft manipulator using only two position markers, showcasing its practical utility. This POD-based ROM offers significant computational speed-ups, paving the way for real-time simulation and control of complex soft and hybrid robots.
- Published
- 2024
5. System-bath correlations and finite-time operation enhance the efficiency of a dissipative quantum battery
- Author
-
Feliú, Daniel and Barra, Felipe
- Subjects
Quantum Physics ,Condensed Matter - Statistical Mechanics - Abstract
The reduced state of a small system strongly coupled to a thermal bath may be athermal and used as a small battery once disconnected. If the disconnecting process is too slow, the coupling between the battery and the bath weakens, and at some point, the battery will be in a thermal state that can not be used as a battery. Thus, the unitarily extractable energy (a.k.a ergotropy) decreases with the disconnection time. The work required to disconnect the battery also depends on the disconnection time. We study the efficiency of this battery, defined as the ratio between the ergotropy to the work cost of disconnecting and connecting the battery back to the bath to close the cycle, as a function of the disconnecting time in the Caldeira-Leggett model of a quantum battery. We consider two scenarios. In the first scenario, we assume that the discharged battery is uncorrelated to the bath at the connecting time and find that the efficiency peaks at an optimal disconnecting time. In the second scenario, the discharged battery is correlated to the bath, and find that the optimal efficiency corresponds to an instantaneous disconnection. On top of these results, we analyze various thermodynamic quantities for these Caldeira-Leggett quantum batteries that allow us to express the first and second laws of thermodynamics in the mentioned cycles in simple form despite the system-bath initial correlations and strong coupling regime of the working device., Comment: 22 pages, 4 figures
- Published
- 2024
6. SYNPA: SMT Performance Analysis and Allocation of Threads to Cores in ARM Processors
- Author
-
Navarro, Marta, Feliu, Josué, Petit, Salvador, Gómez, María E., and Sahuquillo, Julio
- Subjects
Computer Science - Distributed, Parallel, and Cluster Computing ,Computer Science - Performance - Abstract
Simultaneous multithreading processors improve throughput over single-threaded processors thanks to sharing internal core resources among instructions from distinct threads. However, resource sharing introduces inter-thread interference within the core, which has a negative impact on individual application performance and can significantly increase the turnaround time of multi-program workloads. The severity of the interference effects depends on the competing co-runners sharing the core. Thus, it can be mitigated by applying a thread-to-core allocation policy that smartly selects applications to be run in the same core to minimize their interference. This paper presents SYNPA, a simple approach that dynamically allocates threads to cores in an SMT processor based on their run-time dynamic behavior. The approach uses a regression model to select synergistic pairs to mitigate intra-core interference. The main novelty of SYNPA is that it uses just three variables collected from the performance counters available in current ARM processors at the dispatch stage. Experimental results show that SYNPA outperforms the default Linux scheduler by around 36%, on average, in terms of turnaround time in 8-application workloads combining frontend bound and backend bound benchmarks., Comment: 11 pages, 9 figures
- Published
- 2023
7. Experimental method for perching flapping-wing aerial robots
- Author
-
Zufferey, Raphael, Feliu-Talegon, Daniel, Nekoo, Saeed Rafee, Acosta, Jose-Angel, and Ollero, Anibal
- Subjects
Computer Science - Robotics - Abstract
In this work, we present an experimental setup and guide to enable the perching of large flapping-wing robots. The combination of forward flight, limited payload, and flight oscillations imposes challenging conditions for localized perching. The described method details the different operations that are concurrently performed within the 4 second perching flight. We validate this experiment with a 700 g ornithopter and demonstrate the first autonomous perching flight of a flapping-wing robot on a branch. This work paves the way towards the application of flapping-wing robots for long-range missions, bird observation, manipulation, and outdoor flight., Comment: IROS 2022 Workshop: Agile Robotics: Perception, Learning, Planning, and Control, 2022
- Published
- 2023
8. Generic consistency and nondegeneracy of vertically parametrized systems
- Author
-
Feliu, Elisenda, Henriksson, Oskar, and Pascual-Escudero, Beatriz
- Subjects
Mathematics - Algebraic Geometry ,Quantitative Biology - Molecular Networks ,Quantitative Biology - Quantitative Methods ,13P15, 14A10, 14A25, 14Q30 - Abstract
We determine the generic consistency, dimension and nondegeneracy of the zero locus over $\mathbb{C}^*$, $\mathbb{R}^*$ and $\mathbb{R}_{>0}$ of vertically parametrized systems: parametric polynomial systems consisting of linear combinations of monomials scaled by free parameters. These systems generalize sparse systems with fixed monomial support and freely varying parametric coefficients. As our main result, we establish the equivalence among three key properties: the existence of nondegenerate zeros, the zero set having generically the expected dimension, and the system being generically consistent. Importantly, we prove that checking whether a vertically parametrized system has these properties amounts to an easily computed matrix rank condition., Comment: Major rewriting and improvement of previous version. The last section has been removed and will be included in an upcoming follow-up manuscript
- Published
- 2023
9. Topological descriptors of the parameter region of multistationarity: deciding upon connectivity
- Author
-
Telek, Máté L. and Feliu, Elisenda
- Subjects
Quantitative Biology - Molecular Networks ,Computer Science - Symbolic Computation ,Quantitative Biology - Quantitative Methods - Abstract
Switch-like responses arising from bistability have been linked to cell signaling processes and memory. Revealing the shape and properties of the set of parameters that lead to bistability is necessary to understand the underlying biological mechanisms, but is a complex mathematical problem. We present an efficient approach to determine a basic topological property of the parameter region of multistationary, namely whether it is connected or not. The connectivity of this region can be interpreted in terms of the biological mechanisms underlying bistability and the switch-like patterns that the system can create. We provide an algorithm to assert that the parameter region of multistationarity is connected, targeting reaction networks with mass-action kinetics. We show that this is the case for numerous relevant cell signaling motifs, previously described to exhibit bistability. However, we show that for a motif displaying a phosphorylation cycle with allosteric enzyme regulation, the region of multistationarity has two distinct connected components, corresponding to two different, but symmetric, biological mechanisms. The method relies on linear programming and bypasses the expensive computational cost of direct and generic approaches to study parametric polynomial systems. This characteristic makes it suitable for mass-screening of reaction networks., Comment: Accepted in Plos Computational Biology
- Published
- 2022
- Full Text
- View/download PDF
10. How ornithopters can perch autonomously on a branch
- Author
-
Zufferey, Raphael, Barbero, Jesus Tormo, Talegon, Daniel Feliu, Nekoo, Saeed Rafee, Acosta, Jose Angel, and Ollero, Anibal
- Subjects
Computer Science - Robotics - Abstract
Flapping wings are a bio-inspired method to produce lift and thrust in aerial robots, leading to quiet and efficient motion. The advantages of this technology are safety and maneuverability, and physical interaction with the environment, humans, and animals. However, to enable substantial applications, these robots must perch and land. Despite recent progress in the perching field, flapping-wing vehicles, or ornithopters, are to this day unable to stop their flight on a branch. In this paper, we present a novel method that defines a process to reliably and autonomously land an ornithopter on a branch. This method describes the joint operation of a flapping-flight controller, a close-range correction system and a passive claw appendage. Flight is handled by a triple pitch-yaw-altitude controller and integrated body electronics, permitting perching at 3 m/s. The close-range correction system, with fast optical branch sensing compensates for position misalignment when landing. This is complemented by a passive bistable claw design can lock and hold 2 Nm of torque, grasp within 25 ms and can re-open thanks to an integrated tendon actuation. The perching method is supplemented by a four-step experimental development process which optimizes for a successful design. We validate this method with a 700 g ornithopter and demonstrate the first autonomous perching flight of a flapping-wing robot on a branch, a result replicated with a second robot. This work paves the way towards the application of flapping-wing robots for long-range missions, bird observation, manipulation, and outdoor flight.
- Published
- 2022
- Full Text
- View/download PDF
11. Parameter region for multistationarity in $n-$site phosphorylation networks
- Author
-
Feliu, Elisenda, Kaihnsa, Nidhi, de Wolff, Timo, and Yürük, Oğuzhan
- Subjects
Quantitative Biology - Molecular Networks ,Mathematics - Algebraic Geometry ,Mathematics - Dynamical Systems ,92Bxx, 14Pxx, 37N25, 52B20, 90C26 - Abstract
Multisite phosphorylation is a signaling mechanism well known to give rise to multiple steady states, a property termed multistationarity. When phosphorylation occurs in a sequential and distributive manner, we obtain a family of networks indexed by the number of phosphorylation sites $n$. This work addresses the problem of understanding the parameter region where this family of networks displays multistationarity, by focusing on the projection of this region onto the set of kinetic parameters. The problem is phrased in the context of real algebraic geometry and reduced to studying whether a polynomial, defined as the determinant of a parametric matrix of size three, attains negative values over the positive orthant. The coefficients of the polynomial are functions of the kinetic parameters. For any $n$, we provide sufficient conditions for the polynomial to be positive and hence, preclude multistationarity, and also sufficient conditions for it to attain negative values and hence, enable multistationarity. These conditions are derived by exploiting the structure of the polynomial, its Newton polytope, and employing circuit polynomials. A relevant consequence of our results is that the set of kinetic parameters that enable or preclude multistationarity are both connected for all $n$., Comment: 23 pages
- Published
- 2022
12. Agile-CMMI Alignment: CMMI V2.0 Contributions and To-dos for Organizations
- Author
-
Henriquez, Valeria, Moreno, Ana M., Calvo-Manzano, Jose A., and Feliu, Tomas San
- Subjects
Computer Science - Software Engineering - Abstract
CMMI and Agile can work together. Over 80% of CMMI appraisals in 2018 were conducted at agile organizations, even though pre-2018 CMMI versions do not provide guidelines for agile contexts. A number of experience reports and research studies address the alignment between the two approaches but also pinpoint open tactical and organizational challenges. CMMI V2.0, published in 2018, was designed to be understandable, accessible, and flexible. It was intended to be integrated with other methodologies such as Agile. In this paper, we discuss to what extent the new CMMI V2.0 addresses the existing Agile-CMMI alignment challenges. We identify the two most significant CMMI V2.0 artifacts for this aim, the context-specific sections provided for most of the practice areas, and the value statements linked to the practices. We analyze how they contribute to each of the existing challenges and highlight important issues that organizations still need to tackle regarding this alignment., Comment: Accepted in Computer on November 9th 2020,11 pages, 1 figure
- Published
- 2021
13. Critical parameters for singular perturbation reductions of chemical reaction networks
- Author
-
Feliu, Elisenda, Walcher, Sebastian, and Wiuf, Carsten
- Subjects
Mathematics - Dynamical Systems ,Quantitative Biology - Molecular Networks - Abstract
We are concerned with polynomial ordinary differential systems that arise from modelling chemical reaction networks. For such systems, which may be of high dimension and may depend on many parameters, it is frequently of interest to obtain a reduction of dimension in certain parameter ranges. Singular perturbation theory, as initiated by Tikhonov and Fenichel, provides a path toward such reductions. In the present paper we discuss parameter values that lead to singular perturbation reductions (so-called Tikhonov-Fenichel parameter values, or TFPVs). An algorithmic approach is known, but it is feasible for small dimensions only. Here we characterize conditions for classes of reaction networks for which TFPVs arise by turning off reactions (by setting rate parameters to zero), or by removing certain species (which relates to the classical quasi-steady state approach to model reduction). In particular, we obtain definitive results for the class of complex balanced reaction networks (of deficiency zero) and first order reaction networks.
- Published
- 2021
- Full Text
- View/download PDF
14. On generalizing Descartes' rule of signs to hypersurfaces
- Author
-
Feliu, Elisenda and Telek, Máté L.
- Subjects
Mathematics - Algebraic Geometry ,Computer Science - Symbolic Computation - Abstract
We give partial generalizations of the classical Descartes' rule of signs to multivariate polynomials (with real exponents), in the sense that we provide upper bounds on the number of connected components of the complement of a hypersurface in the positive orthant. In particular, we give conditions based on the geometrical configuration of the exponents and the sign of the coefficients that guarantee that the number of connected components where the polynomial attains a negative value is at most one or two. Our results fully cover the cases where such an upper bound provided by the univariate Descartes' rule of signs is one. This approach opens a new route to generalize Descartes' rule of signs to the multivariate case, differing from previous works that aim at counting the number of positive solutions of a system of multivariate polynomial equations., Comment: Final version to appear in Advances in Mathematics
- Published
- 2021
15. Wildfires vegetation recovery through satellite remote sensing and Functional Data Analysis
- Author
-
Serra-Burriel, Feliu, Delicado, Pedro, and Cucchietti, Fernando M.
- Subjects
Statistics - Applications - Abstract
In recent years wildfires have caused havoc across the world, especially aggravated in certain regions, due to climate change. Remote sensing has become a powerful tool for monitoring fires, as well as for measuring their effects on vegetation over the following years. We aim to explain the dynamics of wildfires' effects on a vegetation index (previously estimated by causal inference through synthetic controls) from pre-wildfire available information (mainly proceeding from satellites). For this purpose, we use regression models from Functional Data Analysis, where wildfire effects are considered functional responses, depending on elapsed time after each wildfire, while pre-wildfire information acts as scalar covariates. Our main findings show that vegetation recovery after wildfires is a slow process, affected by many pre-wildfire conditions, among which the richness and diversity of vegetation is one of the best predictors for the recovery., Comment: 35 Pages, 8 Figures, 4 Tables
- Published
- 2021
16. Approximate inversion of discrete Fourier integral operators
- Author
-
Feliu-Fabà, Jordi and Ying, Lexing
- Subjects
Mathematics - Numerical Analysis ,35S30, 44A12, 65F05 - Abstract
This paper introduces a factorization for the inverse of discrete Fourier integral operators that can be applied in quasi-linear time. The factorization starts by approximating the operator with the butterfly factorization. Next, a hierarchical matrix representation is constructed for the hermitian matrix arising from composing the Fourier integral operator with its adjoint. This representation is inverted efficiently with a new algorithm based on the hierarchical interpolative factorization. By combining these two factorizations, an approximate inverse factorization for the Fourier integral operator is obtained as a product of $O(\log N)$ sparse matrices of size $N\times N$. The resulting approximate inverse factorization can be used as a direct solver or as a preconditioner. Numerical examples on 1D and 2D Fourier integral operators, including a generalized Radon transform, demonstrate the performance of this new approach.
- Published
- 2021
- Full Text
- View/download PDF
17. A city of cities: Measuring how 15-minutes urban accessibility shapes human mobility in Barcelona
- Author
-
Graells-Garrido, Eduardo, Serra-Burriel, Feliu, Rowe, Francisco, Cucchietti, Fernando M., and Reyes, Patricio
- Subjects
Computer Science - Social and Information Networks - Abstract
As cities expand, human mobility has become a central focus of urban planning and policy making to make cities more inclusive and sustainable. Initiatives such as the "15-minutes city" have been put in place to shift the attention from monocentric city configurations to polycentric structures, increasing the availability and diversity of local urban amenities. Ultimately they expect to increase local walkability and increase mobility within residential areas. While we know how urban amenities influence human mobility at the city level, little is known about spatial variations in this relationship. Here, we use mobile phone, census, and volunteered geographical data to measure geographic variations in the relationship between origin-destination flows and local urban accessibility in Barcelona. Using a Negative Binomial Geographically Weighted Regression model, we show that, globally, people tend to visit neighborhoods with better access to education and retail. Locally, these and other features change in sign and magnitude through the different neighborhoods of the city in ways that are not explained by administrative boundaries, and that provide deeper insights regarding urban characteristics such as rental prices. In conclusion, our work suggests that the qualities of a 15-minutes city can be measured at scale, delivering actionable insights on the polycentric structure of cities, and how people use and access this structure., Comment: 32 pages, 7 figures
- Published
- 2021
- Full Text
- View/download PDF
18. Estimating heterogeneous wildfire effects using synthetic controls and satellite remote sensing
- Author
-
Serra-Burriel, Feliu, Delicado, Pedro, Prata, Andrew T., and Cucchietti, Fernando M.
- Subjects
Statistics - Applications - Abstract
Wildfires have become one of the biggest natural hazards for environments worldwide. The effects of wildfires are heterogeneous, meaning that the magnitude of their effects depends on many factors such as geographical region, climate and land cover/vegetation type. Yet, which areas are more affected by these events remains unclear. Here we present a novel application of the Generalised Synthetic Control (GSC) method that enables quantification and prediction of vegetation changes due to wildfires through a time-series analysis of in situ and satellite remote sensing data. We apply this method to medium to large wildfires ($>$ 1000 acres) in California throughout a time-span of two decades (1996--2016). The method's ability for estimating counterfactual vegetation characteristics for burned regions is explored in order to quantify abrupt system changes. We find that the GSC method is better at predicting vegetation changes than the more traditional approach of using nearby regions to assess wildfire impacts. We evaluate the GSC method by comparing its predictions of spectral vegetation indices to observations during pre-wildfire periods and find improvements in correlation coefficient from $R^2 = 0.66$ to $R^2 = 0.93$ in Normalised Difference Vegetation Index (NDVI), from $R^2 = 0.48$ to $R^2 = 0.81$ for Normalised Burn Ratio (NBR), and from $R^2 = 0.49$ to $R^2 = 0.85$ for Normalised Difference Moisture Index (NDMI). Results show greater changes in NDVI, NBR, and NDMI post-fire on regions classified as having a lower Burning Index. The GSC method also reveals that wildfire effects on vegetation can last for more than a decade post-wildfire, and in some cases never return to their previous vegetation cycles within our study period. Lastly, we discuss the usefulness of using GSC in remote sensing analyses., Comment: 29 pages, 7 figures
- Published
- 2020
19. Multi-lepton signatures of vector-like leptons with flavor
- Author
-
Bißmann, Stefan, Hiller, Gudrun, Hormigos-Feliu, Clara, and Litim, Daniel F.
- Subjects
High Energy Physics - Phenomenology ,High Energy Physics - Experiment - Abstract
We investigate collider signatures of standard model extensions featuring vector-like leptons and a flavorful scalar sector. Such a framework arises naturally within asymptotically safe model building, which tames the UV behavior of the standard model towards the Planck scale and beyond. We focus on values of Yukawa couplings and masses which allow to explain the present data on the muon and electron anomalous magnetic moments. Using a CMS search based on $77.4 \, \rm{fb}^{-1}$ at the $\sqrt{s}=13$ TeV LHC we find that flavorful vector-like leptons are excluded for masses below around $300$ GeV if they are singlets under $SU(2)_L$, and around $800$ GeV if they are doublets. Exploiting the flavor-violating-like decays of the scalars, we design novel null test observables based on opposite sign opposite flavor invariant masses. These multi-lepton distributions allow to signal new physics and to extract mass hierarchies in reach of near-future searches at the LHC and the HL-LHC., Comment: 32 pages, 17 figures
- Published
- 2020
- Full Text
- View/download PDF
20. Understanding Cloud Workloads Performance in a Production like Environment
- Author
-
Pons, Lucia, Feliu, Josué, Puche, José, Huang, Chaoyi, Petit, Salvador, Pons, Julio, Gómez, María E., and Sahuquillo, Julio
- Subjects
Computer Science - Distributed, Parallel, and Cluster Computing - Abstract
Understanding inter-VM interference is of paramount importance to provide a sound knowledge and understand where performance degradation comes from in the current public cloud. With this aim, this paper devises a workload taxonomy that classifies applications according to how the major system resources affect their performance (e.g., tail latency) as a function of the level of load (e.g., QPS). After that, we present three main studies addressing three major concerns to improve the cloud performance: impact of the level of load on performance, impact of hyper-threading on performance, and impact of limiting the major system resources (e.g., last level cache) on performance. In all these studies we identified important findings that we hope help cloud providers improve their system utilization., Comment: 16 pages, 17 figures. Submitted to Journal of Parallel and Distributed Computing
- Published
- 2020
21. Kac-Rice formulas and the number of solutions of parametrized systems of polynomial equations
- Author
-
Feliu, Elisenda and Sadeghimanesh, AmirHosein
- Subjects
Mathematics - Numerical Analysis ,Mathematics - Algebraic Geometry ,Quantitative Biology - Quantitative Methods - Abstract
Kac-Rice formulas express the expected number of elements a fiber of a random field has in terms of a multivariate integral. We consider here parametrized systems of polynomial equations that are linear in enough parameters, and provide a Kac-Rice formula for the expected number of solutions of the system when the parameters follow continuous distributions. Combined with Monte Carlo integration, we apply the formula to partition the parameter region according to the number of solutions or find a region in parameter space where the system has the maximal number of solutions. The motivation stems from the study of steady states of chemical reaction networks and gives new tools for the open problem of identifying the parameter region where the network has at least two positive steady states. We illustrate with numerous examples that our approach successfully handles a larger number of parameters than exact methods., Comment: To appear in Mathematics of Computation
- Published
- 2020
22. Model Building from Asymptotic Safety with Higgs and Flavor Portals
- Author
-
Hiller, Gudrun, Hormigos-Feliu, Clara, Litim, Daniel F., and Steudtner, Tom
- Subjects
High Energy Physics - Phenomenology - Abstract
We perform a comprehensive search for Standard Model extensions inspired by asymptotic safety. Our models feature a singlet matrix scalar field, three generations of vector-like leptons, and direct links to the Higgs and flavor sectors via new Yukawa and portal couplings. A novel feature is that the enlarged scalar sector may spontaneously break lepton flavor universality. We provide a complete two-loop renormalization group analysis of the running gauge, Yukawa, and quartic couplings to find ultraviolet fixed points and the BSM critical surface of parameters, $i.e.$ the set of boundary conditions at the TeV scale for which models remain well-behaved and predictive up to the Planck scale without encountering Landau poles or instabilities. This includes templates for asymptotically safe Standard Model extensions which match the measured values of gauge couplings and the Higgs, top, and bottom masses. We further detail the phenomenology of our models covering production, decay, fermion mixing, anomalous magnetic moments, effects from scalar mixing and chiral enhancement, and constraints on model parameters from data. Signatures at proton-proton and lepton colliders such as lepton flavor violation and displaced vertices, and the prospect for electric dipole moments or charged lepton-flavor-violating type processes, are also indicated., Comment: 40 pages, 23 figures, 11 tables
- Published
- 2020
- Full Text
- View/download PDF
23. Local and global robustness at steady state
- Author
-
Pascual-Escudero, B. and Feliu, E.
- Subjects
Mathematics - Algebraic Geometry - Abstract
We study the robustness of the steady states of a class of systems of autonomous ordinary differential equations (ODEs), having as a central example those arising from (bio)chemical reaction networks. More precisely, we study under what conditions the steady states of the system are contained in a parallel translate of a coordinate hyperplane. To this end, we focus mainly on ODEs consisting of generalized polynomials, and make use of algebraic and geometric tools to relate the local and global structure of the set of steady states. Specifically, we consider the local property termed zero sensitivity at a coordinate $x_i$, which means that the tangent space is contained in a hyperplane of the form $x_i=c$, and provide a criterion to identify it. We consider the global property termed absolute concentration robustness (ACR), meaning that all steady states are contained in a hyperplane of the form $x_i=c$. We clarify and formalise the relation between the two approaches. In particular, we show that ACR implies zero sensitivity, and identify when the two properties do not agree, via an intermediate property we term local ACR. For families of systems arising from modelling biochemical reaction networks, we obtain the first practical and automated criterion to decide upon (local) ACR., Comment: To appear in Mathematical Methods in the Applied Sciences
- Published
- 2020
24. Hierarchical Interpolative Factorization Preconditioner for Parabolic Equations
- Author
-
Feliu-Fabà, Jordi and Ying, Lexing
- Subjects
Mathematics - Numerical Analysis - Abstract
This note proposes an efficient preconditioner for solving linear and semi-linear parabolic equations. With the Crank-Nicholson time stepping method, the algebraic system of equations at each time step is solved with the conjugate gradient method, preconditioned with hierarchical interpolative factorization. Stiffness matrices arising in the discretization of parabolic equations typically have large condition numbers, and therefore preconditioning becomes essential, especially for large time steps. We propose to use the hierarchical interpolative factorization as the preconditioning for the conjugate gradient iteration. Computed only once, the hierarchical interpolative factorization offers an efficient and accurate approximate inverse of the linear system. As a result, the preconditioned conjugate gradient iteration converges in a small number of iterations. Compared to other classical exact and approximate factorizations such as Cholesky or incomplete Cholesky, the hierarchical interpolative factorization can be computed in linear time and the application of its inverse has linear complexity. Numerical experiments demonstrate the performance of the method and the reduction of conjugate gradient iterations.
- Published
- 2020
25. Measuring Spatial Subdivisions in Urban Mobility with Mobile Phone Data
- Author
-
Graells-Garrido, Eduardo, Meta, Irene, Serra-Burriel, Feliu, Reyes, Patricio, and Cucchietti, Fernando M.
- Subjects
Computer Science - Computers and Society ,Computer Science - Social and Information Networks - Abstract
Urban population grows constantly. By 2050 two thirds of the world population will reside in urban areas. This growth is faster and more complex than the ability of cities to measure and plan for their sustainability. To understand what makes a city inclusive for all, we define a methodology to identify and characterize spatial subdivisions: areas with over- and under-representation of specific population groups, named hot and cold spots respectively. Using aggregated mobile phone data, we apply this methodology to the city of Barcelona to assess the mobility of three groups of people: women, elders, and tourists. We find that, within the three groups, cold spots have a lower diversity of amenities and services than hot spots. Also, cold spots of women and tourists tend to have lower population income. These insights apply to the floating population of Barcelona, thus augmenting the scope of how inclusiveness can be analyzed in the city., Comment: 10 pages, 10 figures. To be presented at the Data Science for Social Good workshop at The Web Conference 2020
- Published
- 2020
26. The kinetic space of multistationarity in dual phosphorylation
- Author
-
Feliu, E., Kaihnsa, N., de Wolff, T., and Yürük, O.
- Subjects
Quantitative Biology - Molecular Networks ,Mathematics - Algebraic Geometry ,Mathematics - Dynamical Systems - Abstract
Multistationarity in molecular systems underlies switch-like responses in cellular decision making. Determining whether and when a system displays multistationarity is in general a difficult problem. In this work we completely determine the set of kinetic parameters that enable multistationarity in a ubiquitous motif involved in cell signaling, namely a dual phosphorylation cycle. In addition we show that the regions of multistationarity and monostationarity are both path connected. We model the dynamics of the concentrations of the proteins over time by means of a parametrized polynomial ordinary differential equation (ODE) system arising from the mass-action assumption. Since this system has three linear first integrals defined by the total amounts of the substrate and the two enzymes, we study for what parameter values the ODE system has at least two positive steady states after suitably choosing the total amounts. We employ a suite of techniques from (real) algebraic geometry, which in particular concern the study of the signs of a multivariate polynomial over the positive orthant and sums of nonnegative circuit polynomials.
- Published
- 2020
27. Anomalous Magnetic Moments from Asymptotic Safety
- Author
-
Hiller, Gudrun, Hormigos-Feliu, Clara, Litim, Daniel F., and Steudtner, Tom
- Subjects
High Energy Physics - Phenomenology ,High Energy Physics - Theory - Abstract
The measurements of the muon and electron anomalous magnetic moments hint at physics beyond the standard model. We show why and how models inspired by asymptotic safety can explain deviations from standard model predictions naturally. Our setup features an enlarged scalar sector and Yukawa couplings between leptons and new vector-like fermions. Using the complete two-loop running of couplings, we observe a well-behaved high energy limit of models including a stabilization of the Higgs. We find that a manifest breaking of lepton universality beyond standard model Yukawas is not necessary to explain the muon and electron anomalies. We further predict the tau anomalous magnetic moment, and new particles in the TeV energy range whose signatures at colliders are indicated. With small CP phases, the electron EDM can be as large as the present bound., Comment: 5 pages, 4 figures; v2: explanations expanded and references added, conclusions unchanged; match with published version
- Published
- 2019
- Full Text
- View/download PDF
28. Symbolic proof of bistability in reaction networks
- Author
-
Torres, Angélica and Feliu, Elisenda
- Subjects
Quantitative Biology - Molecular Networks ,Mathematics - Dynamical Systems - Abstract
Deciding whether and where a system of parametrized ordinary differential equations displays bistability, that is, has at least two asymptotically stable steady states for some choice of parameters, is a hard problem. For systems modeling biochemical reaction networks, we introduce a procedure to determine, exclusively via symbolic computations, the stability of the steady states for unspecified parameter values. In particular, our approach fully determines the stability type of all steady states of a broad class of networks. To this end, we combine the Hurwitz criterion, reduction of the steady state equations to one univariate equation, and structural reductions of the reaction network. Using our method, we prove that bistability occurs in open regions in parameter space for many relevant motifs in cell signaling., Comment: To appear in SIAM Journal of Applied Dynamical Systems
- Published
- 2019
29. Addition of flow reactions preserving multistationarity and bistability
- Author
-
Cappelletti, Daniele, Feliu, Elisenda, and Wiuf, Carsten
- Subjects
Quantitative Biology - Molecular Networks ,Mathematics - Dynamical Systems - Abstract
We consider the question whether a chemical reaction network preserves the number and stability of its positive steady states upon inclusion of inflow and outflow reactions. Often a model of a reaction network is presented without inflows and outflows, while in fact some of the species might be degraded or leaked to the environment, or be synthesized or transported into the system. We provide a sufficient and easy-to-check criterion based on the stoichiometry of the reaction network alone and discuss examples from systems biology., Comment: To appear in Mathematical Biosciences
- Published
- 2019
30. Sign-sensitivities for reaction networks: an algebraic approach
- Author
-
Feliu, Elisenda
- Subjects
Quantitative Biology - Molecular Networks - Abstract
This paper presents an algebraic framework to study sign-sensitivities for reaction networks modeled by means of systems of ordinary differential equations. Specifically, we study the sign of the derivative of the concentrations of the species in the network at steady state with respect to a small perturbation on the parameter vector. We provide a closed formula for the derivatives that accommodates common perturbations, and illustrate its form with numerous examples. We argue that, mathematically, the study of the response to the system with respect to changes in total amounts is not well posed, and that one should rather consider perturbations with respect to the initial conditions. We find a sign-based criterion to determine, without computing the sensitivities, whether the sign depends on the steady state and parameters of the system. This is based on earlier results of so-called injective networks. Finally, we address systems with multiple steady states and the restriction to stable steady states., Comment: To appear in Mathematical Biosciences and Engineering
- Published
- 2019
31. Quasi-steady state and singular perturbation reduction for reaction networks with non-interacting species
- Author
-
Feliu, Elisenda, Lax, Christian, Walcher, Sebastian, and Wiuf, Carsten
- Subjects
Mathematics - Dynamical Systems ,Quantitative Biology - Molecular Networks - Abstract
Quasi-steady state (QSS) reduction is a commonly used method to lower the dimension of a differential equation model of a chemical reaction network. From a mathematical perspective, QSS reduction is generally interpreted as a special type of singular perturbation reduction, but in many instances the correspondence is not worked out rigorously, and the QSS reduction may yield incorrect results. The present paper contains a thorough discussion of QSS reduction and its relation to singular perturbation reduction for the special, but important, case when the right hand side of the differential equation is linear in the variables to be eliminated. For this class we give necessary and sufficient conditions for a singular perturbation reduction (in the sense of Tikhonov and Fenichel) to exist, and to agree with QSS reduction. We then apply the general results to chemical reaction networks with non-interacting species, generalizing earlier results and methods for steady states to quasi-steady state scenarios. We provide easy-to-check graphical conditions to select parameter values yielding to singular perturbation reductions and additionally, we identify a choice of parameters for which the corresponding singular perturbation reduction agrees with the QSS reduction. Finally we consider a number of examples.
- Published
- 2019
32. Meta-learning Pseudo-differential Operators with Deep Neural Networks
- Author
-
Feliu-Faba, Jordi, Fan, Yuwei, and Ying, Lexing
- Subjects
Mathematics - Numerical Analysis ,Computer Science - Machine Learning - Abstract
This paper introduces a meta-learning approach for parameterized pseudo-differential operators with deep neural networks. With the help of the nonstandard wavelet form, the pseudo-differential operators can be approximated in a compressed form with a collection of vectors. The nonlinear map from the parameter to this collection of vectors and the wavelet transform are learned together from a small number of matrix-vector multiplications of the pseudo-differential operator. Numerical results for Green's functions of elliptic partial differential equations and the radiative transfer equations demonstrate the efficiency and accuracy of the proposed approach., Comment: 21 pages, 9 figures
- Published
- 2019
- Full Text
- View/download PDF
33. Asymptotically safe extensions of the Standard Model with flavour phenomenology
- Author
-
Hiller, Gudrun, Hormigos-Feliu, Clara, Litim, Daniel F., and Steudtner, Tom
- Subjects
High Energy Physics - Phenomenology ,High Energy Physics - Theory - Abstract
We investigate asymptotically safe extensions of the Standard Model with new matter fields arising in the TeV energy range. The new sector contains singlet scalars and vector-like fermions in representations which permit Yukawa interactions with the Standard Model leptons. Phenomenological implications are explored including charged lepton flavour violation, Drell-Yan processes and lepton anomalous magnetic moments. For the latter, we find that BSM contributions can be sizeable enough to explain the present experimental discrepancies of the electron and muon anomalous magnetic moments with the Standard Model., Comment: 4 pages, 4 figures. Contribution to the 2019 EW session of the 54th Rencontres de Moriond
- Published
- 2019
34. On the existence of Hopf bifurcations in the sequential and distributive double phosphorylation cycle
- Author
-
Conradi, Carsten, Feliu, Elisenda, and Mincheva, Maya
- Subjects
Quantitative Biology - Molecular Networks ,Mathematics - Algebraic Geometry ,Mathematics - Dynamical Systems ,37N25 - Abstract
Protein phosphorylation cycles are important mechanisms of the post translational modification of a protein and as such an integral part of intracellular signaling and control. We consider the sequential phosphorylation and dephosphorylation of a protein at two binding sites. While it is known that proteins where phosphorylation is processive and dephosphorylation is distributive admit oscillations (for some value of the rate constants and total concentrations) it is not known whether or not this is the case if both phosphorylation and dephosphorylation are distributive. We study four simplified mass action models of sequential and distributive phosphorylation and show that for each of those there do not exist rate constants and total concentrations where a Hopf bifurcation occurs. To arrive at this result we use convex parameters to parameterize the steady state and Hurwitz matrices.
- Published
- 2019
- Full Text
- View/download PDF
35. Tikhonov-Fenichel reduction for parameterized critical manifolds with applications to chemical reaction networks
- Author
-
Feliu, Elisenda, Kruff, Niclas, and Walcher, Sebastian
- Subjects
Mathematics - Dynamical Systems ,Quantitative Biology - Molecular Networks ,Quantitative Biology - Quantitative Methods - Abstract
We derive a reduction formula for singularly perturbed ordinary differential equations (in the sense of Tikhonov and Fenichel) with a known parameterization of the critical manifold. No a priori assumptions concerning separation of slow and fast variables are made, or necessary.We apply the theoretical results to chemical reaction networks with mass action kinetics admitting slow and fast reactions. For some relevant classes of such systems there exist canonical parameterizations of the variety of stationary points, hence the theory is applicable in a natural manner. In particular we obtain a closed form expression for the reduced system when the fast subsystem admits complex balanced steady states.
- Published
- 2019
- Full Text
- View/download PDF
36. Learning Twitter User Sentiments on Climate Change with Limited Labeled Data
- Author
-
Koenecke, Allison and Feliu-Fabà, Jordi
- Subjects
Computer Science - Computation and Language ,Computer Science - Machine Learning - Abstract
While it is well-documented that climate change accepters and deniers have become increasingly polarized in the United States over time, there has been no large-scale examination of whether these individuals are prone to changing their opinions as a result of natural external occurrences. On the sub-population of Twitter users, we examine whether climate change sentiment changes in response to five separate natural disasters occurring in the U.S. in 2018. We begin by showing that relevant tweets can be classified with over 75% accuracy as either accepting or denying climate change when using our methodology to compensate for limited labeled data; results are robust across several machine learning models and yield geographic-level results in line with prior research. We then apply RNNs to conduct a cohort-level analysis showing that the 2018 hurricanes yielded a statistically significant increase in average tweet sentiment affirming climate change. However, this effect does not hold for the 2018 blizzard and wildfires studied, implying that Twitter users' opinions on climate change are fairly ingrained on this subset of natural disasters.
- Published
- 2019
- Full Text
- View/download PDF
37. A proof of unlimited multistability for phosphorylation cycles
- Author
-
Feliu, Elisenda, Rendall, Alan D., and Wiuf, Carsten
- Subjects
Quantitative Biology - Molecular Networks ,Mathematics - Dynamical Systems - Abstract
The multiple futile cycle is a phosphorylation system in which a molecular substrate might be phosphorylated sequentially n times by means of an enzymatic mechanism. The system has been studied mathematically using reaction network theory and ordinary differential equations. It is known that the system might have at least as many as 2[n/2]+1 steady states (where [x] is the integer part of x) for particular choices of parameters. Furthermore, for the simple and dual futile cycles (n=1,2) the stability of the steady states has been determined in the sense that the only steady state of the simple futile cycle is globally stable, while there exist parameter values for which the dual futile cycle admits two asymptotically stable and one unstable steady state. For general n, evidence that the possible number of asymptotically stable steady states increases with $n$ has been given, which has led to the conjecture that parameter values can be chosen such that [n/2]+1 out of 2[n/2]+1 steady states are asymptotically stable and the remaining steady states are unstable. We prove this conjecture here by first reducing the system to a smaller one, for which we find a choice of parameter values that give rise to a unique steady state with multiplicity 2[n/2]+1. Using arguments from geometric singular perturbation theory, and a detailed analysis of the centre manifold of this steady state, we achieve the desired result.
- Published
- 2019
- Full Text
- View/download PDF
38. Characterizing injectivity of classes of maps via classes of matrices
- Author
-
Feliu, Elisenda, Müller, Stefan, and Regensburger, Georg
- Subjects
Mathematics - Algebraic Geometry ,Mathematics - Classical Analysis and ODEs ,26B10, 15B35, 80A30 - Abstract
We present a framework for characterizing injectivity of classes of maps (on cosets of a linear subspace) by injectivity of classes of matrices. Using our formalism, we characterize injectivity of several classes of maps, including generalized monomial and monotonic (not necessarily continuous) maps. In fact, monotonic maps are special cases of {\em component-wise affine} maps. Further, we study compositions of maps with a matrix and other composed maps, in particular, rational functions. Our framework covers classical injectivity criteria based on mean value theorems for vector-valued maps and recent results obtained in the study of chemical reaction networks.
- Published
- 2019
39. On the reaction rate constants that enable multistationarity in the two-site phosphorylation cycle
- Author
-
Feliu, Elisenda
- Subjects
Quantitative Biology - Molecular Networks ,Mathematics - Algebraic Geometry ,Mathematics - Dynamical Systems - Abstract
Parametrized polynomial ordinary differential equation systems are broadly used for modeling, specially in the study of biochemical reaction networks under the assumption of mass-action kinetics. Understanding the qualitative behavior of the solutions with respect to the parameter values gives rise to complex problems within real algebraic geometry, concerning the study of the signs of multivariate polynomials over the positive orthant. In this work we provide further insight into the number of positive steady states of a benchmark model, namely the two-site phosphorylation cycle. In particular, we provide new conditions on the reaction rate constants for the existence of one or three positive steady states, partially filling a gap left in previous works.
- Published
- 2018
40. The multistationarity structure of networks with intermediates and a binomial core network
- Author
-
Sadeghimanesh, AmirHosein and Feliu, Elisenda
- Subjects
Quantitative Biology - Molecular Networks ,Mathematics - Algebraic Geometry - Abstract
This work addresses whether a reaction network, taken with mass-action kinetics, is multistationary, that is, admits more than one positive steady state in some stoichiometric compatibility class. We build on previous work on the effect that removing or adding intermediates has on multistationarity, and also on methods to detect multistationarity for networks with a binomial steady state ideal. In particular, we provide a new determinant criterion to decide whether a network is multistationary, which applies when the network obtained by removing intermediates has a binomial steady state ideal. We apply this method to easily characterize which subsets of complexes are responsible for multistationarity; this is what we call the \emph{multistationarity structure} of the network. We use our approach to compute the multistationarity structure of the $n$-site sequential distributive phosphorylation cycle for arbitrary n., Comment: Final version
- Published
- 2018
- Full Text
- View/download PDF
41. Eliminating Unstable Tests in Floating-Point Programs
- Author
-
Titolo, Laura, Muñoz, Cesar A., Feliu, Marco A., and Moscato, Mariano M.
- Subjects
Computer Science - Programming Languages ,Computer Science - Logic in Computer Science - Abstract
Round-off errors arising from the difference between real numbers and their floating-point representation cause the control flow of conditional floating-point statements to deviate from the ideal flow of the real-number computation. This problem, which is called test instability, may result in a significant difference between the computation of a floating-point program and the expected output in real arithmetic. In this paper, a formally proven program transformation is proposed to detect and correct the effects of unstable tests. The output of this transformation is a floating-point program that is guaranteed to return either the result of the original floating-point program when it can be assured that both its real and its floating-point flows agree or a warning when these flows may diverge. The proposed approach is illustrated with the transformation of the core computation of a polygon containment algorithm developed at NASA that is used in a geofencing system for unmanned aircraft systems., Comment: Pre-proceedings paper presented at the 28th International Symposium on Logic-Based Program Synthesis and Transformation (LOPSTR 2018), Frankfurt am Main, Germany, 4-6 September 2018 (arXiv:1808.03326)
- Published
- 2018
42. A multiscale neural network based on hierarchical nested bases
- Author
-
Fan, Yuwei, Feliu-Faba, Jordi, Lin, Lin, Ying, Lexing, and Zepeda-Nunez, Leonardo
- Subjects
Mathematics - Numerical Analysis - Abstract
In recent years, deep learning has led to impressive results in many fields. In this paper, we introduce a multi-scale artificial neural network for high-dimensional non-linear maps based on the idea of hierarchical nested bases in the fast multipole method and the $\mathcal{H}^2$-matrices. This approach allows us to efficiently approximate discretized nonlinear maps arising from partial differential equations or integral equations. It also naturally extends our recent work based on the generalization of hierarchical matrices [Fan et al. arXiv:1807.01883] but with a reduced number of parameters. In particular, the number of parameters of the neural network grows linearly with the dimension of the parameter space of the discretized PDE. We demonstrate the properties of the architecture by approximating the solution maps of non-linear Schr{\"o}dinger equation, the radiative transfer equation, and the Kohn-Sham map., Comment: 21 figures, 25 pages. arXiv admin note: text overlap with arXiv:1807.01883
- Published
- 2018
43. Recursively Preconditioned Hierarchical Interpolative Factorization for Elliptic Partial Differential Equations
- Author
-
Feliu-Fabà, Jordi, Ho, Kenneth L., and Ying, Lexing
- Subjects
Mathematics - Numerical Analysis - Abstract
The hierarchical interpolative factorization for elliptic partial differential equations is a fast algorithm for approximate sparse matrix inversion in linear or quasilinear time. Its accuracy can degrade, however, when applied to strongly ill-conditioned problems. Here, we propose a simple modification that can significantly improve the accuracy at no additional asymptotic cost: applying a block Jacobi preconditioner before each level of skeletonization. This dramatically limits the impact of the underlying system conditioning and enables the construction of robust and highly efficient preconditioners even at quite modest compression tolerances. Numerical examples demonstrate the performance of the new approach.
- Published
- 2018
44. Multistationarity and Bistability for Fewnomial Chemical Reaction Networks
- Author
-
Feliu, Elisenda and Helmer, Martin
- Subjects
Mathematics - Algebraic Geometry ,Computer Science - Symbolic Computation ,Mathematics - Dynamical Systems ,Quantitative Biology - Molecular Networks ,Quantitative Biology - Quantitative Methods ,92Exx, 92C42, 14P10, 37N25, 14P05 - Abstract
Bistability and multistationarity are properties of reaction networks linked to switch-like responses and connected to cell memory and cell decision making. Determining whether and when a network exhibits bistability is a hard and open mathematical problem. One successful strategy consists of analyzing small networks and deducing that some of the properties are preserved upon passage to the full network. Motivated by this we study chemical reaction networks with few chemical complexes. Under mass-action kinetics the steady states of these networks are described by fewnomial systems, that is polynomial systems having few distinct monomials. Such systems of polynomials are often studied in real algebraic geometry by the use of Gale dual systems. Using this Gale duality we give precise conditions in terms of the reaction rate constants for the number and stability of the steady states of families of reaction networks with one non-flow reaction.
- Published
- 2018
- Full Text
- View/download PDF
45. Nonnegative linear elimination for chemical reaction networks
- Author
-
Sáez, Meritxell, Wiuf, Carsten, and Feliu, Elisenda
- Subjects
Quantitative Biology - Molecular Networks ,Mathematics - Dynamical Systems ,Physics - Chemical Physics - Abstract
We consider linear elimination of variables in steady state equations of a chemical reaction network. Particular subsets of variables corresponding to sets of so-called reactant-noninteracting species, are introduced. The steady state equations for the variables in such a set, taken together with potential linear conservation laws in the variables, define a linear system of equations. We give conditions that guarantee that the solution to this system is nonnegative, provided it is unique. The results are framed in terms of spanning forests of a particular multidigraph derived from the reaction network and thereby conditions for uniqueness and nonnegativity of a solution are derived by means of the multidigraph. Though our motivation comes from applications in systems biology, the results have general applicability in applied sciences.
- Published
- 2018
46. Groebner bases of reaction networks with intermediate species
- Author
-
Sadeghimanesh, AmirHosein and Feliu, Elisenda
- Subjects
Computer Science - Symbolic Computation ,Mathematics - Algebraic Geometry ,Quantitative Biology - Molecular Networks - Abstract
In this work we consider the computation of Groebner bases of the steady state ideal of reaction networks equipped with mass-action kinetics. Specifically, we focus on the role of intermediate species and the relation between the extended network (with intermediate species) and the core network (without intermediate species). We show that a Groebner basis of the steady state ideal of the core network always lifts to a Groebner basis of the steady state ideal of the extended network by means of linear algebra, with a suitable choice of monomial order. As illustrated with examples, this contributes to a substantial reduction of the computation time, due mainly to the reduction in the number of variables and polynomials. We further show that if the steady state ideal of the core network is binomial, then so is the case for the extended network, as long as an extra condition is fulfilled. For standard networks, this extra condition can be visually explored from the network structure alone.
- Published
- 2018
47. Node Balanced Steady States: Unifying and Generalizing Complex and Detailed Balanced Steady States
- Author
-
Feliu, Elisenda, Cappelletti, Daniele, and Wiuf, Carsten
- Subjects
Mathematics - Dynamical Systems ,Mathematics - Combinatorics ,Quantitative Biology - Molecular Networks - Abstract
We introduce a unifying and generalizing framework for complex and detailed balanced steady states in chemical reaction network theory. To this end, we generalize the graph commonly used to represent a reaction network. Specifically, we introduce a graph, called a reaction graph, that has one edge for each reaction but potentially multiple nodes for each complex. A special class of steady states, called node balanced steady states, is naturally associated with such a reaction graph. We show that complex and detailed balanced steady states are special cases of node balanced steady states by choosing appropriate reaction graphs. Further, we show that node balanced steady states have properties analogous to complex balanced steady states, such as uniqueness and asymptotical stability in each stoichiometric compatibility class. Moreover, we associate an integer, called the deficiency, to a reaction graph that gives the number of independent relations in the reaction rate constants that need to be satisfied for a positive node balanced steady state to exist. The set of reaction graphs (modulo isomorphism) is equipped with a partial order that has the complex balanced reaction graph as minimal element. We relate this order to the deficiency and to the set of reaction rate constants for which a positive node balanced steady state exists.
- Published
- 2017
48. Graphical criteria for positive solutions to linear systems
- Author
-
Sáez, Meritxell, Feliu, Elisenda, and Wiuf, Carsten
- Subjects
Mathematics - Algebraic Geometry ,Mathematics - Combinatorics - Abstract
We study linear systems of equations with coefficients in a generic partially ordered ring $R$ and a unique solution, and seek conditions for the solution to be nonnegative, that is, every component of the solution is a quotient of two nonnegative elements in $R$. The requirement of a nonnegative solution arises typically in applications, such as in biology and ecology, where quantities of interest are concentrations and abundances. We provide novel conditions on a labeled multidigraph associated with the linear system that guarantee the solution to be nonnegative. Furthermore, we study a generalization of the first class of linear systems, where the coefficient matrix has a specific block form and provide analogous conditions for nonnegativity of the solution, similarly based on a labeled multidigraph. The latter scenario arises naturally in chemical reaction network theory, when studying full or partial parameterizations of the positive part of the steady state variety of a polynomial dynamical system in the concentrations of the molecular species.
- Published
- 2017
49. Identifying parameter regions for multistationarity
- Author
-
Conradi, Carsten, Feliu, Elisenda, Mincheva, Maya, and Wiuf, Carsten
- Subjects
Quantitative Biology - Molecular Networks ,Mathematics - Algebraic Geometry ,Mathematics - Dynamical Systems - Abstract
Mathematical modelling has become an established tool for studying the dynamics of biological systems. Current applications range from building models that reproduce quantitative data to identifying systems with predefined qualitative features, such as switching behaviour, bistability or oscillations. Mathematically, the latter question amounts to identifying parameter values associated with a given qualitative feature. We introduce a procedure to partition the parameter space of a parameterized system of ordinary differential equations into regions for which the system has a unique or multiple equilibria. The procedure is based on the computation of the Brouwer degree, and it creates a multivariate polynomial with parameter depending coefficients. The signs of the coefficients determine parameter regions with and without multistationarity. A particular strength of the procedure is the avoidance of numerical analysis and parameter sampling. The procedure consists of a number of steps. Each of these steps might be addressed algorithmically using various computer programs and available software, or manually. We demonstrate our procedure on several models of gene transcription and cell signalling, and show that in many cases we obtain a complete partitioning of the parameter space with respect to multistationarity., Comment: In this version the paper has been substantially rewritten and reorganised. Theorem 1 has been reformulated and Corollary 1 added
- Published
- 2016
- Full Text
- View/download PDF
50. Intermediates and Generic Convergence to Equilibria
- Author
-
de Freitas, Michael Marcondes, Wiuf, Carsten, and Feliu, Elisenda
- Subjects
Mathematics - Dynamical Systems ,Quantitative Biology - Molecular Networks - Abstract
Known graphical conditions for the generic or global convergence to equilibria of the dynamical system arising from a reaction network are shown to be invariant under the so-called successive removal of intermediates, a systematic procedure to simplify the network, making the graphical conditions easier to check., Comment: Added theorem 1 and corrected an error in the proof of theorem 2
- Published
- 2016
Catalog
Discovery Service for Jio Institute Digital Library
For full access to our library's resources, please sign in.