Conceived by Olof Karlberg and Mikael Thollesson (c) The authors(s) and SweLL, 2001
An example:
![]() | First draw all the possible
trees. For four sequences there are three possible unrooted trees. Then consider each position separately:
Hence, the shortest tree is ((1,2)(3,4)). |
Try to find the shortest tree by hand with the following sequences:
CAGATCGCAGTTAGTTCCTAA
CGGACCGCCGGTAGTACGCAG
CAGATCGCCGGTAGTACGTAA
CGGACCGCAGGTAGTTCCCAG
Try first with equal weights for all substitutions and then with transversions at twice the cost of transitions.
The answer should contain the branching order (use parantheses) and length for the shortest tree(s).