English

Using cascading Bloom filters to improve the memory usage for de Brujin graphs

Data Structures and Algorithms 2013-05-22 v2

Abstract

De Brujin graphs are widely used in bioinformatics for processing next-generation sequencing data. Due to a very large size of NGS datasets, it is essential to represent de Bruijn graphs compactly, and several approaches to this problem have been proposed recently. In this work, we show how to reduce the memory required by the algorithm of [3] that represents de Brujin graphs using Bloom filters. Our method requires 30% to 40% less memory with respect to the method of [3], with insignificant impact to construction time. At the same time, our experiments showed a better query time compared to [3]. This is, to our knowledge, the best practical representation for de Bruijn graphs.

Keywords

Cite

@article{arxiv.1302.7278,
  title  = {Using cascading Bloom filters to improve the memory usage for de Brujin graphs},
  author = {Kamil Salikhov and Gustavo Sacomoto and Gregory Kucherov},
  journal= {arXiv preprint arXiv:1302.7278},
  year   = {2013}
}

Comments

12 pages, submitted

R2 v1 2026-06-21T23:34:34.188Z