Results 1 -
8 of
8
TT2NE: a novel algorithm to predict RNA secondary structures with pseudoknots
- Nucleic Acids Res
, 2011
"... We present TT2NE, a new algorithm to predict RNA secondary structures with pseudoknots. The method is based on a classification of RNA struc-tures according to their topological genus. TT2NE is guaranteed to find the minimum free energy structure regardless of pseudoknot topology. This unique profic ..."
Abstract
-
Cited by 10 (0 self)
- Add to MetaCart
(Show Context)
We present TT2NE, a new algorithm to predict RNA secondary structures with pseudoknots. The method is based on a classification of RNA struc-tures according to their topological genus. TT2NE is guaranteed to find the minimum free energy structure regardless of pseudoknot topology. This unique proficiency is obtained at the expense of the maximum length of sequences that can be treated, but comparison with state-of-the-art algo-rithms shows that TT2NE significantly improves the quality of predictions. Analysis of TT2NE’s incorrect predictions sheds light on the need to study how sterical constraints limit the range of pseudoknotted structures that can be formed from a given sequence. An implementation of TT2NE on a public server can be found at
New Width Parameters of Graphs
, 2012
"... The main focus of this thesis is on using the divide and conquer technique to efficiently solve graph problems that are in general intractable. We work in the field of parameterized algorithms, using width parameters of graphs that indicate the complexity inherent in the structure of the input graph ..."
Abstract
-
Cited by 6 (2 self)
- Add to MetaCart
(Show Context)
The main focus of this thesis is on using the divide and conquer technique to efficiently solve graph problems that are in general intractable. We work in the field of parameterized algorithms, using width parameters of graphs that indicate the complexity inherent in the structure of the input graph. We use the notion of branch decompositions of a set function introduced by Robert-son and Seymour to define three new graph parameters, boolean-width, max-imum matching-width (MM-width) and maximum induced matching-width (MIM-width). We compare these new graph width parameters to existing graph parameters by defining partial orders of width parameters. We focus on tree-width, branch-width, clique-width, module-width and rank-width, and include a Hasse diagram of these orders containing 32 graph parameters. We use the size of a maximum matching in a bipartite graph as a set function to define MM-width and show that MM-width never differs by more than a multiplicative factor 3 from tree-width. The main reason for introduc-
doi:10.1093/bioinformatics/btq218 Thermodynamics of RNA structures by Wang–Landau sampling
"... Vol. 26 ISMB 2010, pages i278–i286 ..."
The Extragalactic Reference
- International Celestial Reference
, 1995
"... observed in the atenolol group could be related to more favourable changes in con-founding factors, as compared with the control group. Interestingly, although we did not assess triglyceride levels (a poten-tially modifiable confounding variable) at follow-up, the latter might be expected to increas ..."
Abstract
-
Cited by 4 (0 self)
- Add to MetaCart
observed in the atenolol group could be related to more favourable changes in con-founding factors, as compared with the control group. Interestingly, although we did not assess triglyceride levels (a poten-tially modifiable confounding variable) at follow-up, the latter might be expected to increase only in the beta-blockade group2, which, in contrast with Yildiz et al.’s fears, might have limited the favourable auto-nomic mediated effect on CRP serum levels shown in atenolol treated patients.
On the Page Number of Secondary Structures with Pseudoknots
, 2011
"... Let S denote the set of (possibly noncanonical) base pairs {i, j} of an RNA tertiary structure; i.e. {i, j} ∈ S if there is a hydrogen bond between the ith and jth nucleotide. The page number of S, denoted π(S), is the minimum number k such that S can be decomposed into a disjoint union of k second ..."
Abstract
- Add to MetaCart
Let S denote the set of (possibly noncanonical) base pairs {i, j} of an RNA tertiary structure; i.e. {i, j} ∈ S if there is a hydrogen bond between the ith and jth nucleotide. The page number of S, denoted π(S), is the minimum number k such that S can be decomposed into a disjoint union of k secondary structures. Here, we show that computing the page number is NP-complete; we describe an exact computation of page number, using constraint programming, and determine the page number of a collection of RNA tertiary structures, for which the topological genus is known. We describe two greedy algorithms, and show by an example that neither is optimal. We describe an algorithm running in time O(n log n) that produces a decomposition of an RNA structure S on n bases into at most ω(S)·log n disjoint secondary structures, where ω(S) denotes the maximum number of base pairs that may cross a given base pair. It follows that ω(S) ≤ π(S) ≤ ω(S) · log n, where π(S) denotes the page number of S. We give an O(n 3/2) time algorithm for finding a 2-page decomposition of bisecondary structures for RNA sequences of size n, and we provide bounds on the expected page number of random structures having pseudoknots.
OF PROCESSES
"... Proteomics techniques have been used to generate com-prehensive lists of protein interactions in a number of species. However, relatively little is known about how these interactions result in functional multiprotein com-plexes. This gap can be bridged by combining data from proteomics experiments w ..."
Abstract
- Add to MetaCart
(Show Context)
Proteomics techniques have been used to generate com-prehensive lists of protein interactions in a number of species. However, relatively little is known about how these interactions result in functional multiprotein com-plexes. This gap can be bridged by combining data from proteomics experiments with data from established structure determination techniques. Correspondingly, in-tegrative computational methods are being developed to provide descriptions of protein complexes at varying lev-els of accuracy and resolution, ranging from complex compositions to detailed atomic structures. Molecular & Cellular Proteomics 9:1689–1702, 2010. A 3-D enhanced version of this article is available. The text is identical to this version but includes interactive figures. Viewing the enhanced version of this article requires the use of a browser plug-in. Please install the plug-in when prompted.
Impact Of The Energy Model On The Complexity Of RNA Folding With Pseudoknots
"... Abstract. Predicting the folding of an RNA sequence, while allow-ing general pseudoknots (PK), consists in finding a minimal free-energy matching of its n positions. Assuming independently contributing base-pairs, the problem can be solved in Θ(n3)-time using a variant of the maximal weighted matchi ..."
Abstract
- Add to MetaCart
(Show Context)
Abstract. Predicting the folding of an RNA sequence, while allow-ing general pseudoknots (PK), consists in finding a minimal free-energy matching of its n positions. Assuming independently contributing base-pairs, the problem can be solved in Θ(n3)-time using a variant of the maximal weighted matching. By contrast, the problem was previously proven NP-Hard in the more realistic nearest-neighbor energy model. In this work, we consider an intermediate model, called the stacking-pairs energy model. We extend a result by Lyngsø, showing that RNA folding with PK is NP-Hard within a large class of parametrization for the model. We also show the approximability of the problem, by giving a practical Θ(n3) algorithm that achieves at least a 5-approximation for any parametrization of the stacking model. This contrasts nicely with the nearest-neighbor version of the problem, which we prove cannot be approximated within any positive ratio, unless P = NP.