Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 461 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 461 Bytes

NeedlemanWunsch

C# implementation of Needleman-Wunsch sequence alignment algorithm. (University of Cukurova, Computational Biology and Advanced Topics Course Homework - 2020)

Features

  • Fills in solution matrix based on given match, mismatch and gap values.
  • Finds optimal score.
  • Finds all possible backtraces recursively.
  • Finds all possible sequence alignments based on backtraces.

Output

Image of Yaktocat