Distance Analysis

We present the comparisons of different distance types as histograms and heat maps below. Note given an N x N distance matrix we consider only the top half for these computations since the matrices are symmetric.

Index






1 comment:

  1. old normalized score calculation:
    1 - 2 * score(A,B)/(score(A,A) + score(B,B)

    new normalized score calculation:
    1 - 2 * score(A,b)/(score(sub-region(A),sub-region(A)) + score(sub-region(B),sub-region(B)))
    where sub-region is the local alignment region of sequence A and sequence B

    ReplyDelete