Convert distance matrix to Newick format

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?

+3
source share
1 answer

There seems to be thread in Biostars . Which indicates the answer for converting these formats, and then after this discussion is the ETE mailing list.

, , .


offtopic, Google...

+1

All Articles