-
Notifications
You must be signed in to change notification settings - Fork 84
Module: Multiple Sequence Alignment
JΓΆrg Winkler edited this page Mar 12, 2018
·
5 revisions
based on Lemon Graph library
class alignment_graph
{
lemon::Digraph graph // the graph
lemon::EdgeMap weights // edge weights
TSequenceContainer const & seq // underlying sequences
std::tuple<unsigned, unsigned, unsigned> frag // fragments
// seq_id, offset, length
}
also a Guide tree, BFS search and number of components can be obtained with Lemon