标签: python hierarchical hierarchical-clustering
我使用pylab和scipy编写了一个python脚本,根据这篇文章从表达式矩阵输出层次化的簇热图和树形图: plotting results of hierarchical clustering ontop of a matrix of data in python
现在我想将我的数组和基因(列和行)树形图导出到文本文件,以便程序TreeView也可以查看这些数据(例如,cdt,gtr,atr文件)。有没有人有这方面的经验?
由于