From: Jim Procter
Date: Tue, 3 Jun 2014 13:27:21 +0000 (+0100)
Subject: JAL-1503 additional tree score functions
X-Git-Tag: Release_2_8_1~4^2~5^2~7
X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=8fb68bdd03fd4be2a8dd536e547c9b1d59b60734;p=jalview.git
JAL-1503 additional tree score functions
---
diff --git a/help/html/calculations/tree.html b/help/html/calculations/tree.html
index ba3582b..11b79ae 100755
--- a/help/html/calculations/tree.html
+++ b/help/html/calculations/tree.html
@@ -31,17 +31,24 @@ constructing the tree from one of two algorithms :
Distance Measures
Trees are calculated on the basis of a measure of similarity
between each pair of sequences in the alignment :
-
-- PID
The percentage identity between the two
-sequences at each aligned position.- PID = Number of equivalent
-aligned non-gap symbols * 100 / Smallest number of non-gap positions
-in either of both sequences
This is essentially the 'number of
-identical bases (or residues) per 100 base pairs (or residues)'.
- - BLOSUM62
The sum of BLOSUM62 scores for the
-residue pair at each aligned position.
-
-
-Tree Construction Methods
+
+ - PID
The percentage identity between
+ the two sequences at each aligned position.
+
+ - PID = Number of equivalent aligned non-gap symbols * 100 /
+ Smallest number of non-gap positions in either of both sequences
+ This is essentially the 'number of identical bases (or
+ residues) per 100 base pairs (or residues)'.
+
+
+ - BLOSUM62, PAM250, DNA
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 list of
+ built-in score matrices.
+
+
+ Tree Construction Methods
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.