Expand description
Containers for path-compressed De Bruijn graphs
Structs§
- Base
Graph - A compressed DeBruijn graph carrying auxiliary data on each node of type
D. This type does not carry the sorted index arrays the allow the graph to be walked efficiently. TheDeBruijnGraphtype wraps this type and add those vectors. - Debruijn
Graph - A compressed DeBruijn graph carrying auxiliary data on each node of type
D. The struct carries sorted index arrays the allow the graph to be walked efficiently. - Edge
Iter - iterator over the edges of the de bruijn graph
- Iter
Components - Node
- Unbranched sequence in the DeBruijn graph
- Node
Into Iter - Iterator over nodes in a
DeBruijnGraph - Node
Iter - Iterator over nodes in a
DeBruijnGraph - Node
Kmer - A
DebruijnGraphnode with a reference to the sequence of the node. - Node
Kmer Iter - An iterator over the kmers in a
DeBruijn graph node - Path
Comp Iter