Skip to content

Program to determine the similarity of two amino acid sequences

Notifications You must be signed in to change notification settings

Kok-Herng/amino-acid-sequence-alignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

amino-acid-sequence-alignment

This program uses C++ to determine the similarity of two amino acid sequences, and output the final aligned sequence. The main aim of this program is to to find out the best sequence alignment by calculating the highest possible score.

It introduce gaps into the sequences to make the lengths equal. Any extra gaps inserted will lead to increment of penalty. This program requires users to enter the sequences and mis match penalty and gap penalty.

Algorithms and concepts used:

  • Needleman-Wunsch algorithm
  • Dynamic programming
  • Divide-and-conquer strategy

Releases

No releases published

Packages

No packages published

Languages