English

Comparing DNA sequence collections by direct comparison of compressed text indexes

Genomics 2013-04-23 v1

Abstract

Popular sequence alignment tools such as BWA convert a reference genome to an indexing data structure based on the Burrows-Wheeler Transform (BWT), from which matches to individual query sequences can be rapidly determined. However the utility of also indexing the query sequences themselves remains relatively unexplored. Here we show that an all-against-all comparison of two sequence collections can be computed from the BWT of each collection with the BWTs held entirely in external memory, i.e. on disk and not in RAM. As an application of this technique, we show that BWTs of transcriptomic and genomic reads can be compared to obtain reference-free predictions of splice junctions that have high overlap with results from more standard reference-based methods. Code to construct and compare the BWT of large genomic data sets is available at http://beetl.github.com/BEETL/ as part of the BEETL library.

Keywords

Cite

@article{arxiv.1304.5535,
  title  = {Comparing DNA sequence collections by direct comparison of compressed text indexes},
  author = {Anthony J. Cox and Tobias Jakobi and Giovanna Rosone and Ole B. Schulz-Trieglaff},
  journal= {arXiv preprint arXiv:1304.5535},
  year   = {2013}
}

Comments

Springer LNCS (Lecture Notes in Computer Science) should be considered as the original place of publication, please cite accordingly. The final version of this manuscript is available at http://link.springer.com/chapter/10.1007/978-3-642-33122-0_17

R2 v1 2026-06-22T00:03:16.218Z