R dendrogram by cluster
1
0
Entering edit mode
7.1 years ago
oselm ▴ 50

Hi all,

I am using R to plot a dendrogram of a hierarchial clustering.

I have realised a hierarchical clustering of ~3000 elements. The plot of the corresponding tree is obviously super messy. These 3000 elements are clustered in 20 groups using the cutree function. What I want is to plot the tree by cluster (i.e. truncated at the nodes where each cluster originate labeled appropriately by cluster => a tree with 20 terminal leaves).

Thanks

O.

R dendrogram • 2.7k views
ADD COMMENT
1
Entering edit mode
7.1 years ago
Jake Warner ▴ 830

collapse_branch() in the package dendextend should do what you're looking for. https://cran.r-project.org/web/packages/dendextend/vignettes/introduction.html

ADD COMMENT
0
Entering edit mode

Also take a look at the part about using dynamicTreeCut() and removing the labels, while printing a color bar. That might look nicer than cutting off all of the leaves.

ADD REPLY

Login before adding your answer.

Traffic: 2331 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6