This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Tools for finding a walk in a De Bruijn graph

Hi everyone, I'm searching for a tool that can find walks in a De Bruijn graph.

This can be a tool that reads an existing graph from a GFA file (or some other format), or a library.

I am also interested in programs that solve this problem internally, so I can replicate it myself from the code.

Thanks!

assembly dbsp debruijn

1 answer

Dodgr is a quite cool C++ software (with R bindings) that can efficiently calculate of many-to-many pairwise distances on Dual-Weighted Directed Graphs. Its main application is in traffic routing, but I have found it quite helpful for teaching the basics of network analysis also in a biological context, e.g. gene regulatory pathways. See the source code and the vignettes.

Log in to answer this question.