Description Usage Arguments Value References Examples
Create tanglegram. Removes markers, that are not in both trees. Calculates alternating light and dark shades of grey. This function is a wrapper to functions of dendextend
1 | makeTangle(dend1, dend2, cutheight, k = NULL, ncol = k, ...)
|
dend1 |
First dendrogram. Required. |
dend2 |
Second dendrogram. Required. |
cutheight |
The height, at which dend1 is cut. Influences number of colors. |
k |
Number of desired linkage groups. |
ncol |
Number of desired colors. |
... |
Other parameters are forwarded to the tanglegram command. |
None. Plotting only.
Galili T. (2015), dendextend: an R package for visualizing, adjusting and comparing trees of hierarchical clustering, Bioinformatics
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.