My ultimate goal is to make a plot that combines a heatmap and a phylogenetic tree. I performed Heatmap and I also found the ETE2 package in BioPython that could help me combine the two types of graphs, however, for ETE2, the Newick format (similar to a tree) is required, and not the distance matrix (which I have) as input. Does anyone know a module in BioPython to help me do this?
source
share