JAL-1620 version bump and release notes
[jalview.git] / help / html / calculations / tree.html
index 0e9ba3e..b5f574b 100755 (executable)
@@ -1,21 +1,24 @@
 <html>
 <!--
- * Jalview - A Sequence Alignment Editor and Viewer (Version 2.6)
- * Copyright (C) 2010 J Procter, AM Waterhouse, G Barton, M Clamp, S Searle
+ * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.2b1)
+ * Copyright (C) 2014 The Jalview Authors
  * 
  * This file is part of Jalview.
  * 
  * Jalview is free software: you can redistribute it and/or
  * modify it under the terms of the GNU General Public License 
- * as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
- * 
+ * as published by the Free Software Foundation, either version 3
+ * of the License, or (at your option) any later version.
+ *  
  * Jalview is distributed in the hope that it will be useful, but 
  * WITHOUT ANY WARRANTY; without even the implied warranty 
  * of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
  * PURPOSE.  See the GNU General Public License for more details.
  * 
- * You should have received a copy of the GNU General Public License along with Jalview.  If not, see <http://www.gnu.org/licenses/>.
--->
+ * You should have received a copy of the GNU General Public License
+ * along with Jalview.  If not, see <http://www.gnu.org/licenses/>.
+ * The Jalview Authors are detailed in the 'AUTHORS' file.
+ -->
 <head><title>Tree Calculation</title></head>
 <body>
 <p><strong>Calculation of trees from alignments</strong></p>
@@ -30,17 +33,24 @@ constructing the tree from one of two algorithms :
 <p><strong>Distance Measures</strong></p>
 <p>Trees are calculated on the basis of a measure of similarity
 between each pair of sequences in the alignment :
-<ul>
-<li><strong>PID</strong><br>The percentage identity between the two
-sequences at each aligned position.<ul><li>PID = Number of equivalent
-aligned non-gap symbols * 100 / Smallest number of non-gap positions
-in either of both sequences<br><em>This is essentially the 'number of
-identical bases (or residues) per 100 base pairs (or residues)'.</em></li></ul>
-<li><strong>BLOSUM62</strong><br>The sum of BLOSUM62 scores for the
-residue pair at each aligned position.
-</ul>
-</p>
-<p><strong>Tree Construction Methods</strong></p>
+       <ul>
+               <li><strong>PID</strong><br>The percentage identity between
+                       the two sequences at each aligned position.
+                       <ul>
+                               <li>PID = Number of equivalent aligned non-gap symbols * 100 /
+                                       Smallest number of non-gap positions in either of both sequences<br>
+                               <em>This is essentially the 'number of identical bases (or
+                                               residues) per 100 base pairs (or residues)'.</em>
+                               </li>
+                       </ul>
+               <li><strong>BLOSUM62, PAM250, DNA</strong><br>These options
+                       use one of the available substitution matrices to compute a sum of
+                       scores for the residue pairs at each aligned position. For details
+                       about each model, see the <a href="scorematrices.html">list of
+                               built-in score matrices.</a></li>
+       </ul>
+       </p>
+       <p><strong>Tree Construction Methods</strong></p>
 <p>Jalview currently supports two kinds of agglomerative clustering
 methods. These are not intended to substitute for rigorous
 phylogenetic tree construction, and may fail on very large alignments.