Skip to content

naimsassine/Sequence-Alignment-Bioinformatics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The goal of this project is to try and implement the Needleman-Wunsch (global) and Smith-Waterman (local) for global and local alignment.

The Needleman-Wunsch algorithm is mainly used in bioinformatics to align protein or nucleotoide sequences. It is based on dynamic programming.

The Smith-Waterman algorithm is also based on dynamic programming and the main difference between these two algorithms is the fact that the former is used for global sequence alignment and the latter for local sequence alignment.

About

The goal of this repo is to try and implement two different sequence alignment algorithms (Bioinformatics) based on dynamic programming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors