Skip to content

Implementation of Sequence Alignment using Needleman-Wunsch and Smith-Waterman algorithms with fixed scoring values.

Notifications You must be signed in to change notification settings

leila-kasmi-lk150/SequenceAlignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Sequence Alignment Project

This project implements pairwise sequence alignment techniques including:

  • Global alignment using the Needleman-Wunsch algorithm
  • Local alignment using the Smith-Waterman algorithm

Both methods are implemented with fixed scoring values for match, mismatch, and gaps.

Screenshots

About

Implementation of Sequence Alignment using Needleman-Wunsch and Smith-Waterman algorithms with fixed scoring values.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages