needleman
There are 7 repositories under needleman topic.
abdullahmujahidali/Bio-Infomatics
Use the Needleman-Wunsch algorithm to align two sequences: s1 and s2. Assume that a match = +2, mismatch = -2, gap = -2
SleekPanther/sequence-alignment
Sequence Alignment (Needleman–Wunsch Algorithm using Dynamic Programming) for aligning sequences (words, sentences, DNA etc.)
Oprishri/Bioinformatics-algorithms-
Needleman and wunch algorithm
gregoryv/align
Needleman and Wunsh sequence alignment algorithm
rameziophobia/bioinformatics-algorithms
implementation and visualizations for sequence alignment algorithms
joaomota59/bioInformatica
Programas usados em BioInformática
soenneker/soenneker.utils.string.needlemanwunsch
A utility library for comparing strings via the Needleman-Wunsch algorithm