Skip to content

C# implementation of Needleman-Wunsch global sequence alignment algorithm.

Notifications You must be signed in to change notification settings

mstfymrtc/NeedlemanWunsch

Repository files navigation

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

About

C# implementation of Needleman-Wunsch global sequence alignment algorithm.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages