ncborcherding / escape

Easy single cell analysis platform for enrichment
https://www.borch.dev/uploads/screpertoire/articles/running_escape
MIT License
152 stars 20 forks source link

Displaying the clustering trees in `escape::heatmapEnrichment()`? #110

Closed denvercal1234GitHub closed 3 months ago

denvercal1234GitHub commented 3 months ago

Hi, Nick,

I was wondering if we could show the trees that used to order the rows and columns by hierarchical clustering in the escape::heatmapEnrichment()?

Thanks again for all your help.

ncborcherding commented 3 months ago

@denvercal1234GitHub

Unfortunately no - dendrograms with ggplot are a little difficult. There is a package for it: https://github.com/NicolasH2/ggdendroplot if you are interested in trying it yourself. Likely you will have to make a custom plotting function as well.

Sorry, Nick