https://github.com/vercetti322/rna-folding
This is a dynamic programming implementation with an SDL visualization of conversion from mRNA to most optimal secondary structure (most number of base pairs).
https://github.com/vercetti322/rna-folding
cpp doxygen dsa-algorithm python rna-folding
Last synced: 2 months ago
JSON representation
This is a dynamic programming implementation with an SDL visualization of conversion from mRNA to most optimal secondary structure (most number of base pairs).
- Host: GitHub
- URL: https://github.com/vercetti322/rna-folding
- Owner: vercetti322
- License: mit
- Created: 2024-04-25T08:53:57.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-28T17:49:17.000Z (about 2 years ago)
- Last Synced: 2025-06-09T23:05:38.073Z (about 1 year ago)
- Topics: cpp, doxygen, dsa-algorithm, python, rna-folding
- Language: HTML
- Homepage:
- Size: 547 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RNA-Folding
This is a dynamic programming implementation with an tkinter and matplotlib (python) visualization of conversion from mRNA to most optimal secondary structure (most number of base pairs). The main algorithm is implemented and tested in C++. The documentation has been made for code and analysis HTML pages too.