Source author record

Gerald Weber

Gerald Weber appears in the imported research catalog. Authorship, coauthor and topic links are available while profile ownership is still unclaimed.

ResearcherUnclaimed source record

Catalog footprint

What is connected

5works
9topics
4close collaborators

Actions

Connect this record

Log in to claim

Research graph

See the researcher in context

Open full explorer

Inspect adjacent papers, topics, institutions and collaborators without losing the researcher page.

Building this map preview

BZPEER is loading the nearby papers, people, topics and institutions for this page.

Published work

5 published item(s)

preprint2020arXiv

Sharp DNA denaturation in a helicoidal mesoscopic model

The Peyrard-Bishop DNA model describes the molecular interactions with simple potentials which allow efficient calculations of melting temperatures. However, it is based on a Hamiltonian that does not consider the helical twist or any other relevant molecular dimensions. Here, we start from a more realistic 3D model and work out several approximations to arrive at a new non-linear 1D Hamiltonian with a twist angle dependence. Our approximations were numerically compared to full 3D calculations, and established its validity in the regime of small angles. For long DNA sequences we obtain sharp, first-order-like melting, transitions.

preprint2014arXiv

Detection of construction biases in biological databases: the case of miRBase

Biological databases can be analysed as a complex network which may reveal some its underlying biological mechanisms. Frequently, such databases are identified as scale-free networks or as hierarchical networks depending on connectivity distributions or clustering coefficients. Since these databases do grow over time, one would expect that their network topology may undergo some changes. Here, we analysed the historical versions of miRBase, a database of microRNAs where we performed an alignment of all mature and precursor miRNAs and calculated a pairwise similarity index. We found that the clustering coefficient shows important changes during the growth of this database. For two consecutive versions of the year 2009 we found a strong modification of the network topology which we were able to associate to a technological change in miRNA discovery. To evaluate if these changes could have happened by chance, we performed a set of simulations of the database growth by sampling the final version of miRBase and creating several alternative histories of miRBase. None of the simulations were close to the actual historical evolution of this database, which we understand as a clear indication of a very strong construction bias.

preprint2014arXiv

Speeding up SOR Solvers for Constraint-based GUIs with a Warm-Start Strategy

Many computer programs have graphical user interfaces (GUIs), which need good layout to make efficient use of the available screen real estate. Most GUIs do not have a fixed layout, but are resizable and able to adapt themselves. Constraints are a powerful tool for specifying adaptable GUI layouts: they are used to specify a layout in a general form, and a constraint solver is used to find a satisfying concrete layout, e.g.\ for a specific GUI size. The constraint solver has to calculate a new layout every time a GUI is resized or changed, so it needs to be efficient to ensure a good user experience. One approach for constraint solvers is based on the Gauss-Seidel algorithm and successive over-relaxation (SOR). Our observation is that a solution after resizing or changing is similar in structure to a previous solution. Thus, our hypothesis is that we can increase the computational performance of an SOR-based constraint solver if we reuse the solution of a previous layout to warm-start the solving of a new layout. In this paper we report on experiments to test this hypothesis experimentally for three common use cases: big-step resizing, small-step resizing and constraint change. In our experiments, we measured the solving time for randomly generated GUI layout specifications of various sizes. For all three cases we found that the performance is improved if an existing solution is used as a starting solution for a new layout.

preprint2013arXiv

CG-content log-ratio distributions of Caenorhabditis elegans and Drosophila melanogaster mirtrons

Mirtrons are a special type of pre-miRNA which originate from intronic regions and are spliced directly from the transcript instead of being processed by Drosha. The splicing mechanism is better understood for the processing of mRNA for which was established that there is a characteristic CG content around splice sites. Here we analyse the CG-content ratio of pre-miRNAs and mirtrons and compare them with their genomic neighbourhood in an attempt to establish key properties which are easy to evaluate and to understand their biogenesis. We propose a simple log-ratio of the CG-content comparing the precursor sequence and is flanking region. We discovered that Caenorhabditis elegans and Drosophila melanogaster mirtrons, so far without exception, have smaller CG-content than their genomic neighbourhood. This is markedly different from usual pre-miRNAs which mostly have larger CG-content when compared to their genomic neighbourhood. We also analysed some mammalian and primate mirtrons which, in contrast the invertebrate mirtrons, have higher CG-content ratio.

preprint2013arXiv

Kaczmarz Algorithm with Soft Constraints for User Interface Layout

The Kaczmarz method is an iterative method for solving large systems of equations that projects iterates orthogonally onto the solution space of each equation. In contrast to direct methods such as Gaussian elimination or QR-factorization, this algorithm is efficient for problems with sparse matrices, as they appear in constraint-based user interface (UI) layout specifications. However, the Kaczmarz method as described in the literature has its limitations: it considers only equality constraints and does not support soft constraints, which makes it inapplicable to the UI layout problem. In this paper we extend the Kaczmarz method for solving specifications containing soft constraints, using the prioritized IIS detection algorithm. Furthermore, the performance and convergence of the proposed algorithms are evaluated empirically using randomly generated UI layout specifications of various sizes. The results show that these methods offer improvements in performance over standard methods like Matlab's LINPROG, a well-known efficient linear programming solver.