What is the clustering method in plotMarkerHeatmap and how are pseudo-bulk profiles generated? #892
Unanswered
RegnerM2015
asked this question in
Questions / Documentation
Replies: 1 comment 3 replies
-
Line 151 in 968e442 I would look up the documentation in ComplexHeatmap if you want to know more. ArchR uses Ward D2 hierarchical clustering as the default and we have not provided an easy way to change this but could implement it if there is a good rationale. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like find out if hierarchical clustering is used in the generation of heatmaps for plotMarkerHeatmap. If so, what linkage method is used?
Also, how are the cells within a given cell type aggregated to form one profile for each column in the heatmap? Is it a sum of counts or an average of counts?
Beta Was this translation helpful? Give feedback.
All reactions