English

Chaining with overlaps revisited

Data Structures and Algorithms 2020-04-27 v2

Abstract

Chaining algorithms aim to form a semi-global alignment of two sequences based on a set of anchoring local alignments as input. Depending on the optimization criteria and the exact definition of a chain, there are several O(nlogn)O(n \log n) time algorithms to solve this problem optimally, where nn is the number of input anchors. In this paper, we focus on a formulation allowing the anchors to overlap in a chain. This formulation was studied by Shibuya and Kurochin (WABI 2003), but their algorithm comes with no proof of correctness. We revisit and modify their algorithm to consider a strict definition of precedence relation on anchors, adding the required derivation to convince on the correctness of the resulting algorithm that runs in O(nlog2n)O(n \log^2 n) time on anchors formed by exact matches. With the more relaxed definition of precedence relation considered by Shibuya and Kurochin or when anchors are non-nested such as matches of uniform length (kk-mers), the algorithm takes O(nlogn)O(n \log n) time. We also establish a connection between chaining with overlaps to the widely studied longest common subsequence (LCS) problem.

Keywords

Cite

@article{arxiv.2001.06864,
  title  = {Chaining with overlaps revisited},
  author = {Veli Mäkinen and Kristoffer Sahlin},
  journal= {arXiv preprint arXiv:2001.06864},
  year   = {2020}
}

Comments

Final version to appear in CPM 2020

R2 v1 2026-06-23T13:15:05.948Z