IDBA: a practical iterative de bruijn graph de novo assembler

  • Authors:
  • Yu Peng;Henry C. M. Leung;S. M. Yiu;Francis Y. L. Chin

  • Affiliations:
  • Department of Computer Science, The University of Hong Kong, Hong Kong;Department of Computer Science, The University of Hong Kong, Hong Kong;Department of Computer Science, The University of Hong Kong, Hong Kong;Department of Computer Science, The University of Hong Kong, Hong Kong

  • Venue:
  • RECOMB'10 Proceedings of the 14th Annual international conference on Research in Computational Molecular Biology
  • Year:
  • 2010

Quantified Score

Hi-index 0.00

Visualization

Abstract

The de Bruijn graph assembly approach breaks reads into k-mers before assembling them into contigs The string graph approach forms contigs by connecting two reads with k or more overlapping nucleotides Both approaches must deal with the following problems: false-positive vertices, due to erroneous reads; gap problem, due to non-uniform coverage; branching problem, due to erroneous reads and repeat regions A proper choice of k is crucial but for single k there is always a trade-off: a small k favors the situation of erroneous reads and non-uniform coverage, and a large k favors short repeat regions. We propose an iterative de Bruijn graph approach iterating from small to large k exploring the advantages of the in between values Our IDBA outperforms the existing algorithms by constructing longer contigs with similar accuracy and using less memory, both with real and simulated data The running time of the algorithm is comparable to existing algorithms. Availability: IDBA is available at http://www.cs.hku.hk/~alse/idba/