Tutorial: A tale of two heatmap function
It is critical to understand how scale parameters work inside the heatmap and heatmap.2 function. It is also critical to choose distance measure and linkage method for heatmap.
I put my 2 cents here http://rpubs.com/crazyhottommy/a-tale-of-two-heatmap-functions
Enjoy!
Tommy
clustering
heatmap
• 2,337 views
•
link
updated
by
Ram
•
written
by
Ming Tommy Tang
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Tutorial: How to make a heatmap in R and deep understand it
written by Ming Tommy TangHi all, I made a video on making heatmap with R and how to understand it deeply https://www.youtube.com/watch?v=7fQkPUqusTg&t=1s The Rmarkdown file https://github.com/crazyhottommy/compbio_tutorials/blob/main/scripts/01_how_to_make_a_heatmap.Rmd If you use …
-
Pheatmap/Complexheatmap: making a continuous color scale with NAs
written by Ridha •Hello everyone, hope you are doing well:) I have a question regarding making a heatmap to visualize significance AND presense of pathways across different conditions. …
-
Correlation heatmaps: use correlation as clustering distance or not?
written by CuriousGuy •Hi all, I have seen two widespread practices when dealing with correlation heatmaps and I am not exactly sure what's best, if such concept applies …
-
gplots heatmap.2 scale function not generating Z-scores between -1 to +1
written by jaime alvarez •Hello, I am trying to display a heatmap using gplots heatmap.2 function, borrowing the data from: http://www.opiniomics.org/you-probably-dont-understand-heatmaps/ My problem is with regards to the scale="row" …
-
Tutorial: How to generate PCA plot and heatmaps in R
written by Ming Tommy TangI recently wrote a tutorial on how to do heatmap and PCA in R. you can follow the link here http://rpubs.com/crazyhottommy/heatmap_demystified Enjoy! Tommy
-
yes, I probably do not quite understand heatmap
written by Ming Tommy TangHi Biostars, I recently read a post on heatmap by Mick Watson https://biomickwatson.wordpress.com/2015/04/05/you-probably-dont-understand-heatmaps/ Also see a previous post at biostars https://www.biostars.org/p/91978/ They cleared some of …
-
Correlation-heatmap alongside a protein level heatmap
written by s.w.vanderlaan •Hi, I have data for 380 individuals and 29 proteins. I'd like to visualise a couple of things and I have some related questions. 1. …
-
RNAseq heatmap.2 log2FC clustering
written by Ming Tommy TangHi there, I have a RNA-seq experiment with four samples. control, treatment1, treatment2, treatment3. each with duplicates, I used DEseq to determined the differentially expressed …
-
Differences Between Eisen Hierarchical Clustering In Bioconductor/R Versus Heatmap.2?
written by userI'm comparing two ways of creating heatmaps with dendrograms in R, one with `made4`'s `heatplot` (from bioconductor) and one with `gplots` of `heatmap.2`. The appropriate …
-
Extract Dendrogram Information From Heatmap Generated By Heatmap.2
written by Ming Tommy Tang<p>Hi all,</p> <p>I am having a hard time to extract the corresponding subgroup members in the heatmap generated by heatmap.2 in gplots. I have looked …
I'm really enjoying this little series. Keep them coming.
I am glad it helps. It took so long to understand heatmap :) and I want to share what I learned.