Skip to content

radotzki/sequence-alignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sequence Alignment

This is a small project that computes the dynamic programming matrices for any two sequences and a score function using these algorithms:

  • Needleman-Wunsch
  • Smith-Waterman
  • Overlap-Alignment

In addition, it computes the traceback for these matrices and present the optimal alignment.
That project handled as an homework assignment for the course: "Algorithms in Computational Biology".



Enjoy!