- The type of distances
- PID – #-of-matches / alignment-length-including-gaps-in-the-middle
- AvgLocal – Score(A,B) / Avg (Score(A’A’), Score(B’,B’)) where A’ and B’ indicate the aligned regions in the original A and B sequences
- MaxGlobal – Score(A,B) / Max(Score(A,A), Score(B,B))
- MaxLocal – Score(A,B) / Max(Score(A’A’, B’B’)
- MinGlobal – Score(A,B) / Min(Score(A,A), Score(B,B))
- MinLocal – Score(A,B) / Min(Score(A’A’), Score(B’B’))
- Heatmaps for vs PID
|
|
|
|
| |
- Heatmaps of vs AvgLocal
|
|
|
|
- Heatmaps of vs MaxGlobal
|
|
| |
- Heatmaps of vs MaxLocal
|
|
- Heatmaps of vs MinLocal
| |
No comments:
Post a Comment