tanglegram icon indicating copy to clipboard operation
tanglegram copied to clipboard

Plot tanglegrams from two dendrograms

Results 9 tanglegram issues
Sort by recently updated
recently updated
newest added

![tanglegram_example](https://user-images.githubusercontent.com/7161148/29683302-c2cc22e0-8905-11e7-9091-97e55bce1ddb.png)

enhancement

Produce proper docs (check out the [furo](https://github.com/pradyunsg/furo) theme).

enhancement

As an alternative to the matplotlib backend.

enhancement

These would bundle a bunch of existing functions such as `.plot`, `.untangle` and `.entanglement` while also providing a platform for future additions like similarity metrics. Internally, they would make it...

enhancement

Updated: - Redefine the "entanglement" function - Rewrite the "refine" function - Change the name of the new untangle method from "permutations" to "ShUnTan"

Hi @Vannghia69. I just now had a chance to test your new implementation of the dendrogram optimization on a more realistic and larger dataset: depending on the size and the...

It would be great to have objective measures of how well two dendrogram match. Are you considering to add something equivalent to Tal Galili's [cor.dendlist](https://www.rdocumentation.org/packages/dendextend/versions/1.13.4/topics/cor.dendlist) (mainly the cophenetic and baker...

enhancement

I have dendrograms with hundreds of entries. Thus, I need a higher plot size. I suggest to add `figsize` or `figheight` as a parameter: ``` def gen_tangle(a, b, labelsA=None, labelsB=None,...

Would it be possible to implement the color functionality contained in the original R code so that the middle panel isnt just grey? I have tons of items in my...