Entering edit mode
3.4 years ago
ramsha
•
0
I am working on sequence alignment and I want to show the percentage of difference among all the pairs. I got a pairwise comparison table in CSV format from MEGA in the following format.
a
b 1
c 2 5
d 1 8 7
e 3 9 6 6
How to use this type of distance matrix file for generating heatmaps in python.