Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
Last synced: 6 days 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 (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-28T17:49:17.000Z (7 months ago)
- Last Synced: 2024-04-29T15:33:47.209Z (7 months ago)
- Language: HTML
- 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.