News

Protein sequence alignment is basic operation mostly used in protein sequence analysis. The most optimal algorithm used in sequence alignment is based on the dynamic programming method. Smith-Waterman ...
Multiple sequence alignment (MSA) is a cornerstone of computational biology, facilitating the exploration of functional, structural and evolutionary relationships among biological sequences.
Sequence alignment is a technique used in bioinformatics to compare and analyze DNA, RNA, or protein sequences. The goal is to identify similarities between the sequences that may be a consequence of ...
Sequence alignment algorithms can be divided into pairwise alignment algorithms and multiplesequence alignment algorithms (Zhan et al., 2019, 2020). Among them, the most classic solution to the ...
This is my solution to a sequence similarity problem formulated as part of the Algorithmic Thinking course, which was organised by Rice University's Department of Computer Science. Here, I modify and ...