Popular recipes by xapple http://code.activestate.com/recipes/users/4189256/2014-02-19T11:09:36-08:00ActiveState Code RecipesHierarchical Clustering Heatmap Python (Python) 2014-02-19T11:09:36-08:00xapplehttp://code.activestate.com/recipes/users/4189256/http://code.activestate.com/recipes/578834-hierarchical-clustering-heatmap-python/ <p style="color: grey"> Python recipe 578834 by <a href="/recipes/users/4189256/">xapple</a> (<a href="/recipes/tags/clustering/">clustering</a>, <a href="/recipes/tags/heatmap/">heatmap</a>, <a href="/recipes/tags/hierarchical/">hierarchical</a>, <a href="/recipes/tags/microarray/">microarray</a>, <a href="/recipes/tags/python/">python</a>, <a href="/recipes/tags/rnaseq/">rnaseq</a>). Revision 2. </p> <p>A python class that performs hierarchical clustering and displays a heatmap using scipy and matplotlib. Improved to be require only as input a pandas DataFrame.</p>