From 1dff84dcfc6852d1010626c583a0b5c5f915c7ae Mon Sep 17 00:00:00 2001 From: Jim Procter Date: Wed, 9 Sep 2015 11:54:33 +0100 Subject: [PATCH] JAL-1483 description of the sequence feature based tree calculation --- help/html/calculations/tree.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/help/html/calculations/tree.html b/help/html/calculations/tree.html index 5ca9fcb..b532aa3 100755 --- a/help/html/calculations/tree.html +++ b/help/html/calculations/tree.html @@ -48,7 +48,14 @@ between each pair of sequences in the alignment : scores for the residue pairs at each aligned position. For details about each model, see the list of built-in score matrices. - +
  • Sequence Feature Similarity
    Trees + are constructed from a distance matrix formed from the normalised + hamming distance between the sequence features observed in each column of + the alignment.

    Distances are computed based on + the currently displayed feature types. Sequences with similar + distributions of features of the same type will be grouped + together in trees computed with this metric.
  • +

    Tree Construction Methods

    Jalview currently supports two kinds of agglomerative clustering -- 1.7.10.2