Abstract

Many students are taught about genome assembly using the dichotomy between the complexity of finding Eulerian and Hamiltonian cycles (easy versus hard, respectively). This dichotomy is sometimes used to motivate the use of de Bruijn graphs in practice. In this paper, we explain that while de Bruijn graphs have indeed been very useful, the reason has nothing to do with the complexity of the Hamiltonian and Eulerian cycle problems. We give 2 arguments. The first is that a genome reconstruction is never unique and hence an algorithm for finding Eulerian or Hamiltonian cycles is not part of any assembly algorithm used in practice. The second is that even if an arbitrary genome reconstruction was desired, one could do so in linear time in both the Eulerian and Hamiltonian paradigms.

Highlights

  • When you learned about genome assembly algorithms, you might have heard a story that goes something like this: In the overlap-layout paradigm, solving the assembly problem requires solving the Hamiltonian cycle problem in the overlap graph

  • The assembly problem becomes the problem of finding an Eulerian cycle in the de Bruijn graph, which is solvable in linear time

  • We explain that while de Bruijn graphs have been very useful, the reason has nothing to do with the complexity of the Hamiltonian and Eulerian cycle problems

Read more

Summary

Introduction

When you learned about genome assembly algorithms, you might have heard a story that goes something like this: In the overlap-layout paradigm, solving the assembly problem requires solving the Hamiltonian cycle problem in the overlap graph. The assembly problem becomes the problem of finding an Eulerian cycle in the de Bruijn graph, which is solvable in linear time. We explain that while de Bruijn graphs have been very useful, the reason has nothing to do with the complexity of the Hamiltonian and Eulerian cycle problems.

Results
Conclusion
Full Text
Published version (Free)

Talk to us

Join us for a 30 min session where you can share your feedback and ask us any queries you have

Schedule a call