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

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).

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.