Faster exon assembly by sparse spliced alignment
Alexander Tiskin

TL;DR
This paper introduces a faster algorithm for sparse spliced alignment in gene assembly, reducing the computational complexity from O(n^{2.5}) to O(n^{2.25}) using a novel quasi-local string comparison framework.
Contribution
It presents a new algorithm for sparse spliced alignment with improved time complexity, advancing computational efficiency in gene assembly tasks.
Findings
Reduced the algorithm's time complexity to O(n^{2.25})
Introduced a new quasi-local string comparison framework
Enhanced computational efficiency in gene exon assembly
Abstract
Assembling a gene from candidate exons is an important problem in computational biology. Among the most successful approaches to this problem is \emph{spliced alignment}, proposed by Gelfand et al., which scores different candidate exon chains within a DNA sequence of length by comparing them to a known related gene sequence of length n, . Gelfand et al.\ gave an algorithm for spliced alignment running in time O(n^3). Kent et al.\ considered sparse spliced alignment, where the number of candidate exons is O(n), and proposed an algorithm for this problem running in time O(n^{2.5}). We improve on this result, by proposing an algorithm for sparse spliced alignment running in time O(n^{2.25}). Our approach is based on a new framework of \emph{quasi-local string comparison}.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAlgorithms and Data Compression · RNA and protein synthesis mechanisms · Genomics and Phylogenetic Studies
