https://github.com/samstan4/pairwise-sequence-alignment-algorithm
An implementation of the pairwise sequence alignment algorithm with an affine gap penalty implemented in C++
https://github.com/samstan4/pairwise-sequence-alignment-algorithm
algorithms datastructures dynamic-programming genomics matrix sequence-alignment sequence-alignment-visualization
Last synced: 8 months ago
JSON representation
An implementation of the pairwise sequence alignment algorithm with an affine gap penalty implemented in C++
- Host: GitHub
- URL: https://github.com/samstan4/pairwise-sequence-alignment-algorithm
- Owner: SamStan4
- Created: 2025-04-11T17:18:05.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-04-19T21:26:08.000Z (10 months ago)
- Last Synced: 2025-05-21T16:16:03.323Z (9 months ago)
- Topics: algorithms, datastructures, dynamic-programming, genomics, matrix, sequence-alignment, sequence-alignment-visualization
- Language: C++
- Homepage:
- Size: 305 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pairwise-Sequence-Alignment-Algorithm
An implementation of the pairwise sequence alignment algorithm with an affine gap penalty