Skip to main content

Showing 1–18 of 18 results for author: Fagerberg, R

.
  1. arXiv:2404.02692  [pdf, other

    cs.DM cs.LG q-bio.MN

    Automated Inference of Graph Transformation Rules

    Authors: Jakob L. Andersen, Akbar Davoodi, Rolf Fagerberg, Christoph Flamm, Walter Fontana, Juri Kolčák, Christophe V. F. P. Laurent, Daniel Merkle, Nikolai Nøjgaard

    Abstract: The explosion of data available in life sciences is fueling an increasing demand for expressive models and computational methods. Graph transformation is a model for dynamic systems with a large variety of applications. We introduce a novel method of the graph transformation model construction, combining generative and dynamical viewpoints to give a fully automated data-driven model inference meth… ▽ More

    Submitted 3 April, 2024; originally announced April 2024.

    Comments: Preprint

  2. arXiv:2309.10629  [pdf, ps, other

    q-bio.MN cs.DM

    On the Realisability of Chemical Pathways

    Authors: Jakob L. Andersen, Sissel Banke, Rolf Fagerberg, Christoph Flamm, Daniel Merkle, Peter F. Stadler

    Abstract: The exploration of pathways and alternative pathways that have a specific function is of interest in numerous chemical contexts. A framework for specifying and searching for pathways has previously been developed, but a focus on which of the many pathway solutions are realisable, or can be made realisable, is missing. Realisable here means that there actually exists some sequencing of the reaction… ▽ More

    Submitted 19 September, 2023; originally announced September 2023.

    Comments: Accepted in LNBI proceedings

  3. arXiv:2308.12735  [pdf, other

    q-bio.BM cs.DB q-bio.MN

    Reconciling Inconsistent Molecular Structures from Biochemical Databases

    Authors: Casper Asbjørn Eriksen, Jakob Lykke Andersen, Rolf Fagerberg, Daniel Merkle

    Abstract: Information on the structure of molecules, retrieved via biochemical databases, plays a pivotal role in various disciplines, such as metabolomics, systems biology, and drug discovery. However, no such database can be complete, and the chemical structure for a given compound is not necessarily consistent between databases. This paper presents StructRecon, a novel tool for resolving unique and corre… ▽ More

    Submitted 24 August, 2023; originally announced August 2023.

    Comments: 14 pages, 4 figures, accepted at ISBRA 2023

  4. arXiv:2201.04515  [pdf, other

    cs.DM physics.chem-ph q-bio.MN

    Representing catalytic mechanisms with rule composition

    Authors: Jakob L. Andersen, Rolf Fagerberg, Christoph Flamm, Walter Fontana, Juri Kolčák, Christophe V. F. P. Laurent, Daniel Merkle, Nikolai Nøjgaard

    Abstract: Reaction mechanisms are often presented as sequences of elementary steps, such as codified by arrow pushing. We propose an approach for representing such mechanisms using graph transformation. In this framework, each elementary step is a rule for modifying a molecular graph and a mechanism is a sequence of such rules. To generate a compact representation of a multi-step reaction, we compose the ru… ▽ More

    Submitted 25 August, 2022; v1 submitted 12 January, 2022; originally announced January 2022.

    Comments: Preprint

  5. arXiv:2201.04360  [pdf, other

    cs.DM

    Efficient Modular Graph Transformation Rule Application

    Authors: Jakob L. Andersen, Rolf Fagerberg, Juri Kolčák, Christophe V. F. P. Laurent, Daniel Merkle, Nikolai Nøjgaard

    Abstract: Graph transformation formalisms have proven to be suitable tools for the modelling of chemical reactions. They are well established in theoretical studies and increasingly also in practical applications in chemistry. The latter is made feasible via the development of programming frameworks which makes the formalisms executable. The application of such frameworks to large networks of chemical rea… ▽ More

    Submitted 25 August, 2022; v1 submitted 12 January, 2022; originally announced January 2022.

    Comments: preprint

  6. arXiv:2102.03292  [pdf, other

    q-bio.MN cs.DM q-bio.QM

    Graph Transformation for Enzymatic Mechanisms

    Authors: Jakob L. Andersen, Rolf Fagerberg, Christoph Flamm, Walter Fontana, Juraj Kolčák, Christophe V. F. P. Laurent, Daniel Merkle, Nikolai Nøjaard

    Abstract: Motivation: The design of enzymes is as challenging as it is consequential for making chemical synthesis in medical and industrial applications more efficient, cost-effective and environmentally friendly. While several aspects of this complex problem are computationally assisted, the drafting of catalytic mechanisms, i.e. the specification of the chemical steps-and hence intermediate states-that t… ▽ More

    Submitted 26 March, 2021; v1 submitted 5 February, 2021; originally announced February 2021.

    Comments: Preprint submitted to ISMB/ECCB 2021. Prototype implementation source code available at https://github.com/Nojgaard/mechsearch Live demo available at https://cheminf.imada.sdu.dk/mechsearch/ Supplementary material available at https://cheminf.imada.sdu.dk/preprints/ECCB-2021

  7. arXiv:2102.00338  [pdf, ps, other

    cs.DS

    Fragile Complexity of Adaptive Algorithms

    Authors: Prosenjit Bose, Pilar Cano, Rolf Fagerberg, John Iacono, Riko Jacob, Stefan Langerman

    Abstract: The fragile complexity of a comparison-based algorithm is $f(n)$ if each input element participates in $O(f(n))$ comparisons. In this paper, we explore the fragile complexity of algorithms adaptive to various restrictions on the input, i.e., algorithms with a fragile complexity parameterized by a quantity other than the input size n. We show that searching for the predecessor in a sorted array has… ▽ More

    Submitted 30 January, 2021; originally announced February 2021.

    Comments: Appears at proceedings of the 12th International Conference on Algorithms and Complexity (CIAC 2021)

    MSC Class: 68W05; 68W20 ACM Class: F.2.2

  8. arXiv:1901.02857  [pdf, other

    cs.DS cs.CC

    Fragile Complexity of Comparison-Based Algorithms

    Authors: Peyman Afshani, Rolf Fagerberg, David Hammer, Riko Jacob, Irina Kostitsyna, Ulrich Meyer, Manuel Penschuck, Nodari Sitchinava

    Abstract: We initiate a study of algorithms with a focus on the computational complexity of individual elements, and introduce the fragile complexity of comparison-based algorithms as the maximal number of comparisons any individual element takes part in. We give a number of upper and lower bounds on the fragile complexity for fundamental problems, including Minimum, Selection, Sorting and Heap Construction… ▽ More

    Submitted 3 September, 2019; v1 submitted 9 January, 2019; originally announced January 2019.

  9. Biased Predecessor Search

    Authors: Prosenjit Bose, Rolf Fagerberg, John Howat, Pat Morin

    Abstract: We consider the problem of performing predecessor searches in a bounded universe while achieving query times that depend on the distribution of queries. We obtain several data structures with various properties: in particular, we give data structures that achieve expected query times logarithmic in the entropy of the distribution of queries but with space bounded in terms of universe size, as well… ▽ More

    Submitted 4 July, 2017; originally announced July 2017.

    Comments: Also appeared at LATIN'14

    Journal ref: Algorithmica 76(4): 1097-1105 (2016)

  10. arXiv:1704.03596  [pdf, other

    cs.CG

    On Plane Constrained Bounded-Degree Spanners

    Authors: Prosenjit Bose, Rolf Fagerberg, André van Renssen, Sander Verdonschot

    Abstract: Let $P$ be a finite set of points in the plane and $S$ a set of non-crossing line segments with endpoints in $P$. The visibility graph of $P$ with respect to $S$, denoted $Vis(P,S)$, has vertex set $P$ and an edge for each pair of vertices $u,v$ in $P$ for which no line segment of $S$ properly intersects $uv$. We show that the constrained half-$θ_6$-graph (which is identical to the constrained Del… ▽ More

    Submitted 21 June, 2018; v1 submitted 11 April, 2017; originally announced April 2017.

  11. arXiv:1412.0760  [pdf, other

    cs.CG

    Competitive Local Routing with Constraints

    Authors: Prosenjit Bose, Rolf Fagerberg, André van Renssen, Sander Verdonschot

    Abstract: Let $P$ be a set of $n$ vertices in the plane and $S$ a set of non-crossing line segments between vertices in $P$, called constraints. Two vertices are visible if the straight line segment connecting them does not properly intersect any constraints. The constrained $Θ_m$-graph is constructed by partitioning the plane around each vertex into $m$ disjoint cones, each with aperture $θ= 2 π/m$, and ad… ▽ More

    Submitted 13 May, 2017; v1 submitted 1 December, 2014; originally announced December 2014.

    ACM Class: F.2.2; G.2.2

  12. arXiv:1409.6397  [pdf, other

    cs.CG

    Optimal local routing on Delaunay triangulations defined by empty equilateral triangles

    Authors: Prosenjit Bose, Rolf Fagerberg, André van Renssen, Sander Verdonschot

    Abstract: We present a deterministic local routing algorithm that is guaranteed to find a path between any pair of vertices in a half-$θ_6$-graph (the half-$θ_6$-graph is equivalent to the Delaunay triangulation where the empty region is an equilateral triangle). The length of the path is at most $5/\sqrt{3} \approx 2.887$ times the Euclidean distance between the pair of vertices. Moreover, we show that no… ▽ More

    Submitted 22 September, 2014; originally announced September 2014.

    Comments: 26 pages, 18 figures. Journal version of results presented at SODA 2012 and CCCG 2012

  13. arXiv:1408.4099  [pdf, other

    cs.CG

    Continuous Yao Graphs

    Authors: Luis Barba, Prosenjit Bose, Jean-Lou De Carufel, Mirela Damian, Rolf Fagerberg, André van Renssen, Perouz Taslakian, Sander Verdonschot

    Abstract: In this paper, we introduce a variation of the well-studied Yao graphs. Given a set of points $S\subset \mathbb{R}^2$ and an angle $0 < θ\leq 2π$, we define the continuous Yao graph $cY(θ)$ with vertex set $S$ and angle $θ$ as follows. For each $p,q\in S$, we add an edge from $p$ to $q$ in $cY(θ)$ if there exists a cone with apex $p$ and aperture $θ$ such that $q$ is the closest point to $p$ insid… ▽ More

    Submitted 18 August, 2014; originally announced August 2014.

    Comments: 7 pages, 7 figures. Presented at CCCG 2014

  14. arXiv:1309.7198  [pdf, other

    cs.CC q-bio.MN

    On the Complexity of Reconstructing Chemical Reaction Networks

    Authors: Rolf Fagerberg, Christoph Flamm, Daniel Merkle, Philipp Peters, Peter F. Stadler

    Abstract: The analysis of the structure of chemical reaction networks is crucial for a better understanding of chemical processes. Such networks are well described as hypergraphs. However, due to the available methods, analyses regarding network properties are typically made on standard graphs derived from the full hypergraph description, e.g.\ on the so-called species and reaction graphs. However, a recons… ▽ More

    Submitted 27 September, 2013; originally announced September 2013.

  15. New and Improved Spanning Ratios for Yao Graphs

    Authors: Luis Barba, Prosenjit Bose, Mirela Damian, Rolf Fagerberg, Wah Loon Keng, Joseph O'Rourke, André van Renssen, Perouz Taslakian, Sander Verdonschot, Ge Xia

    Abstract: For a set of points in the plane and a fixed integer $k > 0$, the Yao graph $Y_k$ partitions the space around each point into $k$ equiangular cones of angle $θ=2π/k$, and connects each point to a nearest neighbor in each cone. It is known for all Yao graphs, with the sole exception of $Y_5$, whether or not they are geometric spanners. In this paper we close this gap by showing that for odd… ▽ More

    Submitted 14 March, 2019; v1 submitted 22 July, 2013; originally announced July 2013.

    Comments: 35 pages. This version includes a correction to Lemma 13 in the journal version. We are grateful to Davood Bakhshesh for making us aware of the error

    Journal ref: Journal of Computational Geometry, 6(2):19-53, 2015. Special issue for SoCG 2014

  16. arXiv:1111.1665  [pdf, other

    cs.DS

    De-amortizing Binary Search Trees

    Authors: Prosenjit Bose, Sébastien Collette, Rolf Fagerberg, Stefan Langerman

    Abstract: We present a general method for de-amortizing essentially any Binary Search Tree (BST) algorithm. In particular, by transforming Splay Trees, our method produces a BST that has the same asymptotic cost as Splay Trees on any access sequence while performing each search in O(log n) worst case time. By transforming Multi-Splay Trees, we obtain a BST that is O(log log n) competitive, satisfies the sca… ▽ More

    Submitted 7 November, 2011; originally announced November 2011.

  17. An O(loglog n)-Competitive Binary Search Tree with Optimal Worst-Case Access Times

    Authors: Prosenjit Bose, Karim Douïeb, Vida Dujmovic, Rolf Fagerberg

    Abstract: We present the zipper tree, an $O(\log \log n)$-competitive online binary search tree that performs each access in $O(\log n)$ worst-case time. This shows that for binary search trees, optimal worst-case access time and near-optimal amortized access time can be guaranteed simultaneously.

    Submitted 27 February, 2010; originally announced March 2010.

    Comments: IMADA-preprint-cs

  18. arXiv:cs/0609085  [pdf, ps, other

    cs.DS

    Improved Approximate String Matching and Regular Expression Matching on Ziv-Lempel Compressed Texts

    Authors: Philip Bille, Rolf Fagerberg, Inge Li Goertz

    Abstract: We study the approximate string matching and regular expression matching problem for the case when the text to be searched is compressed with the Ziv-Lempel adaptive dictionary compression schemes. We present a time-space trade-off that leads to algorithms improving the previously known complexities for both problems. In particular, we significantly improve the space bounds, which in practical a… ▽ More

    Submitted 3 May, 2007; v1 submitted 15 September, 2006; originally announced September 2006.