dendrograms / astrodendro

Generate a dendrogram from a dataset
https://dendrograms.readthedocs.io/
Other
37 stars 36 forks source link

[Question] Are there any tutorials in constructing dendrogram plots from SciPy linkage matrix? #162

Open jolespin opened 6 years ago

jolespin commented 6 years ago

I have been using a variation of the default SciPy & matplotlib dendrogram combo via this but would like to use astrodendro to make the dendrograms look nicer. I really like when the branches don't extend all the way like in this figure from A phylogenetic transform enhances analysis of compositional microbiota data.

Are there any tutorials that show how to create dendrogram's using your package with just a NumPy/SciPy linkage matrix and some labels (possibly cluster assignments)?

image