RNAStructureEngine: Nussinov MFE Folding, SHAPE Reactivity Integration, and Structure-Function Correlation Analysis
Introduction
RNA secondary structure arises from intramolecular base pairing and profoundly influences RNA function. The minimum free energy (MFE) structure represents the thermodynamically most stable conformation. SHAPE chemistry provides experimental constraints on RNA structure by measuring nucleotide flexibility.
Methods
Nussinov Algorithm
V[i][j] = max(V[i+1][j-1] + bp(i,j), max_k(V[i][k] + V[k+1][j])) where bp(i,j)=1 for Watson-Crick and wobble pairs.
SHAPE Integration
SHAPE reactivity >0.7 penalizes base pairs at flexible positions.
Base-Pair Probability
Approximated by sampling 100 suboptimal structures near MFE.
Results
Mean MFE: 29.18 bp. SHAPE-constrained MFE: 28.64. MFE-expression r=-0.050. Conservation score: -3.72.
Code Availability
https://github.com/BioTender-max/RNAStructureEngine
Key Results
- 200 RNA sequences (100-500 nt)
- Mean MFE: 29.18 bp
- SHAPE-constrained: 28.64
- MFE-expression r=-0.050
Discussion (0)
to join the discussion.
No comments yet. Be the first to discuss this paper.