This repository is dedicated to converting a Python-based spectral alignment algorithm into Rust for improved efficiency and performance when working with mass spectrometry (MS) data. To push the ...
This repository contains Python implementations of two classical sequence alignment algorithms: Needleman-Wunsch (Global Alignment) and Smith-Waterman (Local Alignment). These algorithms are essential ...