more menu doco.
[jalview.git] / help / html / calculations / tree.html
1 <html>\r
2 <head><title>Tree Calculation</title></head>\r
3 <body>\r
4 <p><strong>Calculation of trees from alignments</strong></p>\r
5 <p>Trees are calculated on either the complete alignment, or just the\r
6 currently selected group of sequences. There are four different\r
7 calculations, using one of two distance measures and constructing the\r
8 tree from one of two algorithms :\r
9 </p>\r
10 <p><strong>Distance Measures</strong></p>\r
11 <p>Trees are calculated on the basis of a measure of similarity\r
12 between each pair of sequences in the alignment :\r
13 <ul>\r
14 <li><strong>PID</strong><br>The percentage identity between the two\r
15 sequences at each aligned position.\r
16 <li><strong>BLOSUM62</strong><br>The sum of BLOSUM62 scores for the\r
17 residue pair at each aligned position.\r
18 </ul>\r
19 </p>\r
20 <p><strong>Tree Construction Methods</strong></p>\r
21 <p>Jalview currently supports two kinds of agglomerative clustering\r
22 methods. These are not intended to substitute for rigorous\r
23 phylogenetic tree construction, and may fail on very large alignments.\r
24 <ul>\r
25 <li><strong>UPGMA tree</strong><br>\r
26   UPGMA stands for Unweighted Pair-Group Method using Arithmetic\r
27   averages. Clusters are iteratively formed and extended by finding a\r
28   non-member sequence with the lowest average dissimilarity over the\r
29   cluster members.\r
30 <p></p>\r
31 </li>\r
32 <li><strong>Neighbour Joining tree</strong><br>\r
33   First described in 1987 by Saitou and Nei, this method applies a\r
34   greedy algorithm to find the tree with the shortest branch\r
35   lengths.<br>\r
36   This method, as implemented in Jalview, is considerably more\r
37   expensive than UPGMA.\r
38 </li>\r
39 </ul>\r
40 </p>\r
41 <p>A newly calculated tree will be displayed in a new <a\r
42 href="../calculations/treeviewer.html">tree viewing window</a>. In\r
43 addition, a new entry with the same tree viewer window name will be added in the <a href="../calculations/sort.html">Sort\r
44 menu</a> so that the alignment can be reordered to reflect the ordering of\r
45 the leafs of the tree. If the tree was calculated on a selected region\r
46 of the alignment, then the title of the tree view will reflect this.</p>\r
47 \r
48 <p><strong>External Sources for Phylogenetic Trees</strong></p>\r
49   <p>A number of programs exist for the reliable construction of\r
50   phylogenetic trees, which can cope with large numbers of sequences,\r
51   use better distance methods and can perform bootstrapping. Jalview\r
52   can read <a\r
53   href="http://evolution.genetics.washington.edu/phylip/newick_doc.html">Newick</a>\r
54   format tree files using the 'Load Associated Tree' entry of the\r
55   alignment's File menu. Sequences in the alignment will be\r
56   automatically associated to nodes in the\r
57   </p>\r
58 \r
59 \r
60 </body>\r
61 </html>\r