Function
tripletLibraryExtension
Performs the consistency extension proposed in T-Coffee.
tripletLibraryExtension(graph, [,set1] [,set2])
Parameters
graph
An alignment graph.
set1
A STL set of sequences.
Remarks: If only one set is given the triplet extension is limited to this set of sequences. Edges to other sequences remain unchanged.
set2
A STL set of sequences.
Remarks: If a second set is given, the triplet extension is performed only on edges that have one vertex in set1 and the other one in set2.
Return Values
void
SeqAn - Sequence Analysis Library - www.seqan.de