vg
tools for working with variation graphs
|
#include "../handle.hpp"
Namespaces | |
vg | |
vg::algorithms | |
Functions | |
size_t | vg::algorithms::prune_complex (DeletableHandleGraph &graph, int path_length, int edge_max) |
size_t | vg::algorithms::prune_complex_with_head_tail (DeletableHandleGraph &graph, int path_length, int edge_max) |
size_t | vg::algorithms::prune_short_subgraphs (DeletableHandleGraph &graph, int min_size) |
size_t | vg::algorithms::remove_high_degree_nodes (DeletableHandleGraph &g, int max_degree) |