Skip to content

Axl-Lvy/RNAFolding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RNAFolding

This project is a method to find the best way to fold an RNA, given its sequence.

Nussinov algorithm

The method used in this project is the Nussinov algorithm, written in Nussinov.py

Simple Nussinov

The simple Nussinov algorithm is well explained here

Multi Nussinov

Th' nussinov algorithm can be extended to be computed on a bunch of sequences instead of 2 sequences. It is written in Nussinov.py, class ACC_Computation.

You can find 2 differents ways to do so : Maximum Expected Accuracy or Maximum total accurracy.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published