Open yubau1112 opened 2 years ago
Morpheus.R uses R code to perform clustering so the results will differ from the website which uses JavaScript. If you want identical clustering results to the JavaScript implementation, please use https://github.com/cmap/morpheus-export
Hi, I used
morpheus https://software.broadinstitute.org/morpheus/
It's a good tool to make heatmap!
but I need to automatically generate pictures.
So, I used
Morpheus.js-based heat map widget in R. https://github.com/cmap/morpheus.R
but how to do "Hierarchical Clustering" in R
I want to use Hierarchical Clustering
My command:
But heatmap different with web results
how to do Hierarchical Clustering in R like use web model results?
thanks!
yubau