Predict RNA secondary structure using Nussinov algorithm. Calculate minimum free energy (MFE), dot-bracket notation, and visualize base pairs with circular arc diagram.
RNA secondary structure is the set of base pairs that form when an RNA molecule folds on itself. These structures include stems (consecutive base pairs), loops, bulges, and junctions. Understanding RNA folding is crucial for predicting function in ribozymes, riboswitches, and regulatory elements.
Quick guide to predict structure:
This tool is useful for:
The Nussinov algorithm uses dynamic programming to find the maximum number of base pairs in RNA secondary structure. It considers Watson-Crick pairs (GC, AU) and optionally G-U wobble pairs. The MFE score represents the maximum number of base pairs found (higher = more stable).
Result components explained:
Q: What's the minimum loop size?
A: Typically 3 nucleotides. Smaller loops are sterically unfavorable.
Q: Should I allow G-U wobble pairs?
A: Yes, G-U pairs are common in RNA and stabilize structures, though weaker than Watson-Crick pairs.