vg
tools for working with variation graphs
|
Namespaces | |
vg | |
Functions | |
bool | vg::edit_is_match (const Edit &e) |
bool | vg::edit_is_sub (const Edit &e) |
bool | vg::edit_is_insertion (const Edit &e) |
bool | vg::edit_is_deletion (const Edit &e) |
bool | vg::edit_is_empty (const Edit &e) |
pair< Edit, Edit > | vg::cut_edit_at_to (const Edit &e, size_t to_off) |
pair< Edit, Edit > | vg::cut_edit_at_from (const Edit &e, size_t from_off) |
Edit | vg::reverse_complement_edit (const Edit &e) |
bool | vg::operator== (const Edit &e1, const Edit &e2) |