Font size: Increase font size Decrease font size Switch style sheet from default to highcontrast and back

Basin hopping graph

Basin hopping graph example The Basin hopping graph framework aims to construct a landscape abstraction, or a basin hopping graph (BHG), of RNA secondary structure landscape of a chosen sequence. Nodes of BHG represent local minima basins and edges available direct connections. Edge weights correspond to saddle energy of the connection. Framework uses many heuristics, so resulting graph is NOT exact every time. Exact enumeration techniques are unfortunately limited to small RNA molecules. BHG framework consists of three parts:

  1. local minima extraction routine RNAlocmin
  2. adaptive search scheme for efficient local minima generation
  3. basin hopping graph construction program BHGbuilder

RNAlocmin alone is just improved gradient-walking routine for searching a local minima from structures. Adaptive search with RNAlocmin is responsible for generating local minima in an efficient and highly adjustable way.

The standalone program BHGbuilder then takes these local minima (or local minima generated from elsewhere, for example with barriers) and creates a basin hopping graph abstraction of the landscape. The output of BHGbuilder can provide great insight into topology of particular landscape through multitude of available outputs, e.g: saddle heights between basins, actual drawing of graph, optimal refolding paths, or kinetic rates for the treekin program.

In case you are using our software for your publications you may want to cite:

Marcel Kucharík, Ivo L. Hofacker, Peter F. Stadler, and Jing Qin
Basin Hopping Graph: A computational framework to characterize RNA folding landscapes
Bioinformatics 2014, doi:10.1093/bioinformatics/btu156, Supplementary material, ( bibtex)
Marcel Kucharík, Ivo L. Hofacker, Peter F. Stadler, and Jing Qin
Pseudoknots in RNA folding landscapes
Bioinformatics 2015, doi:10.1093/bioinformatics/btv572, Supplementary material, ( bibtex)

News

  • We have submitted the second publication regarding the BHG!!! The framework now works with a pseudoknot class called 1-structures. The supplementary material to the submitted paper can be found here.

Contact

In case of problems, found bugs, or need to chat, do not hesitate to contact us:

  • marcelATtbi.univie.ac.at -- programming
  • qinATbioinf.uni-leipzig.de -- ideas
If in doubt our program is right, nature is at fault.
Comments and bug reports should be sent to rna@tbi.univie.ac.at