- Martin Mann, Mostafa M Mohamed, Syed M Ali, and Rolf Backofen
Interactive implementations of thermodynamics-based RNA structure and RNA-RNA interaction prediction approaches for example-driven teaching
PLOS Computational Biology, 14 (8), e1006341, 2018. - Martin Raden, Syed M Ali, Omer S Alkhnbashi, Anke Busch, Fabrizio Costa, Jason A Davis, Florian Eggenhofer, Rick Gelhausen, Jens Georg, Steffen Heyne, Michael Hiller, Kousik Kundu, Robert Kleinkauf, Steffen C Lott, Mostafa M Mohamed, Alexander Mattheis, Milad Miladi, Andreas S Richter, Sebastian Will, Joachim Wolff, Patrick R Wright, and Rolf Backofen
Freiburg RNA tools: a central online resource for RNA-focused research and teaching
Nucleic Acids Research, 46(W1), W25-W29, 2018.
Teaching - Nussinov : structure with max. #bp source at github@BackofenLab/RNA-Playground
The algorithm by
Ruth Nussinov et al. (1978)
computes for a given
RNA sequence the maximal number of base pairs of any nested structure.
To this end, dynamic programming is applied, which also enables the
identification of an according maximally base paired structure via traceback.
Here, we provide different recursions to fill the dynamic programming table $D$, where an entry $D_{i,j}$ provides the maximal number of base pairs of any nested structure for the subsequence from position $i$ to $j$. The entry $D_{1,n}$ provides the overall maximal number of base pairs for the whole sequence of length $n$. Watson-Crick as well as GU base pairs are considered complementary.
Furthermore, beside the identification of an according optimal structure via traceback, we provide an exhaustive enumeration of up to 15 suboptimal structures using the algorithm by Stefan Wuchty et al. (1999).
For each structure, the according traceback is visualized. Note, for recursions implementing an ambiguous decomposition different tracebacks might yield the same structure. These will be listed several times, once for each traceback.
Here, we provide different recursions to fill the dynamic programming table $D$, where an entry $D_{i,j}$ provides the maximal number of base pairs of any nested structure for the subsequence from position $i$ to $j$. The entry $D_{1,n}$ provides the overall maximal number of base pairs for the whole sequence of length $n$. Watson-Crick as well as GU base pairs are considered complementary.
Furthermore, beside the identification of an according optimal structure via traceback, we provide an exhaustive enumeration of up to 15 suboptimal structures using the algorithm by Stefan Wuchty et al. (1999).
For each structure, the according traceback is visualized. Note, for recursions implementing an ambiguous decomposition different tracebacks might yield the same structure. These will be listed several times, once for each traceback.
RNA sequence $S$:
Minimal loop length $l$:
Delta #bp to maximum:
Recursion to be used:
Optimal Structures |
---|
Select a structure from the list or (multiple times) a cell of $D$
to see according tracebacks. Note, the structure list is limited to
the first 15 structures identified via traceback and thus depends
on the recursion case order.
Below, we provide a graphical depiction of the selected structure. Note, the rendering does not support a minimal loop length of 0.
Below, we provide a graphical depiction of the selected structure. Note, the rendering does not support a minimal loop length of 0.
Visualization done with
forna.
Base pairs are given by red edges, the sequence backbone is given by
gray edges.