| Literature DB >> 26209431 |
Abstract
UNLABELLED: dendextend is an R package for creating and comparing visually appealing tree diagrams. dendextend provides utility functions for manipulating dendrogram objects (their color, shape and content) as well as several advanced methods for comparing trees to one another (both statistically and visually). As such, dendextend offers a flexible framework for enhancing R's rich ecosystem of packages for performing hierarchical clustering of items.Entities:
Mesh:
Year: 2015 PMID: 26209431 PMCID: PMC4817050 DOI: 10.1093/bioinformatics/btv428
Source DB: PubMed Journal: Bioinformatics ISSN: 1367-4803 Impact factor: 6.937
Available options for the ‘what’ parameter when using the set function for adjusting the look of a dendrogram
| Description | Option name |
|---|---|
| Set the labels' names, color (per color, or with k clusters), size, turn to character | labels, labels_to_character, labels_colors, labels_cex, labels_to_character |
| Set the leaves' point type, color, size, height | leaves_pch, leaves_col, leaves_cex, hang_leaves |
| Set all nodes' point type, color, size | nodes_pch, nodes_col, nodes_cex |
| Set branches' line type, color, width - per branch, based on clustering the labels, and for specific labels | branches_lty, branches_col, branches_lwd, branches_k_color, by_labels_branches_lty, by_labels_branches_col, by_labels_branches_lwd |
Fig. 1.A dendrogram after modifying various graphical attributes
Fig. 2.A tanglegram for comparing two clustering algorithms used on 15 flowers from the Iris dataset. Similar sub-trees are connected by lines of the same color, while branches leading to distinct sub-trees are marked by a dashed line