How To Find And Display Biclusterings For Gene Expression From R Or Python?
What are some available packages in either Python or R for creating biclustering heatmaps with dendrograms for gene expression value (e.g., from RNASEQ), as in this figure?
http://www.ploscompbiol.org/article/info:doi/10.1371/journal.pcbi.1002936#pcbi-1002936-g003
the clustering is done across two dimensions (rows and columns), displayed as as a heat map with dendrograms for both axes.
• 3,839 views
•
link
0 answers
No answers yet.
Log in to answer this question.
This is possibly a duplicate of several heatmap related questions, see: heatmap in R the heatmap type of functions are all biclustering cabable by default: How do I make a heatmap in R?, Clustering data (RNA-seq) using R to produce a heatmap, How do I draw a heatmap in R with both a color key and multiple color side bars?, Heatmap visualisations?, How to draw a csv data file as a heatmap using numpy and matplotlib, etc. etc. etc. In fact there are so many related questions that it seems very hard to justify to keep another one open. Please tell me, if that settles your claim.
No. This is not a simple how to draw a heatmap. It's a biclustering which is a statistical procedure, whose output happens to be visualized as a heatmap with two dendrograms, along each side. It's not the same as these simple how to make a heatmap questions at all. It requires clustering wrt two dimensions and then appropriate dendrogram visualization
But that is nothing special, all R solutions mentioned above do biclustering by default.