Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.