Sequence alignment tools
-
Updated
Mar 18, 2026 - Julia
Sequence alignment tools
Python implementation of Striped Smith-Waterman Algorithm
Pairwise Sequence Aligment Tool (PSAT) a simple application to align sequences.
Global and Local Sequence Alignment
implementation and visualizations for sequence alignment algorithms
Implement parallel Smith Waterman algorithm on CUDA
💻 Project for the course of Algorithms for Bioinformtics
Web App para alinhamento de sequências de DNA
Applications that compute pairwise alignments of two biological sequences
An R script that calculates a similarity matrix for a list of protein sequences with the aid of Bleakley-Yamanishi Normalized Smith-Waterman Similarity Score.
AlnSeq runs a c coded Smith Waterman, Needleman Wunsch, and an Hirschberg.
Implementation of Sequence Alignment using Needleman-Wunsch and Smith-Waterman algorithms with fixed scoring values.
Smith Waterman algorithm Java implementation
Smith-Waterman alignment implementation
This program determines the optimal alignment of two nucleotide sequences using the Smith–Waterman algorithm. Optimality, of course, is determined by the values of the gap penalty g and the weight matrix (that lists all of the s(ai , bj )). Finally the program outputs the optimal similarity score along with the optimal alignment.
🧬 Implementation of the Smith-Waterman algorithm for aligning amino acid sequences.
Implementation of Smith-Waterman local alignment model- find closest local alignments in two given amino acid sequences. BLOSUM was used as the scoring matrix.
Sequence Alignment Algorithms: Dot Matrix Representation, Needleman-Wunsch Algorithm, and Smith-Waterman Algorithm.
Add a description, image, and links to the smith-waterman-alignment topic page so that developers can more easily learn about it.
To associate your repository with the smith-waterman-alignment topic, visit your repo's landing page and select "manage topics."