-
Hi,
Very pleased to use your lib to visualize Heatmaps, but it would be great to be able to flip dendrogram to have a better control on clustered groups and thus produce more talkative visuals.
I…
-
# Dendrogram | Kwan Lin
A network diagram that shows the hierarchical relationship between things.
[https://www.kwanlin.com/blog/series-visualization/dendrogram/](https://www.kwanlin.com/blog/series…
-
- [x] add metadata to dendrogram
- [x] cpd search feature
- [x] add dendrogram to trait view -> allow recoloring
- [ ] in dendrogram: instead of only gene presence-absence, show gene count!
- [x] …
-
Dear all,
thank you for this super useful, and handy package!
Have you ever thought about a function to cluster (by sample) the CNV profile of multiple samples and add metadata?
I'm already ma…
-
This is one of the few things I still load up R to plot.
![](http://i.stack.imgur.com/m25OG.png)
I think there are two parts to implement this: `Stat.heatmap` that computes pairwise distances and op…
-
I want to plot the expression of a group of genes (rows) in different conditions (columns), but I want to cluster them based on their sequence similarity, not on their expression values. When I apply …
-
### What problem does this feature solve?
A dendrogram is a diagram that shows the hierarchical relationship between objects. It is most commonly created as an output from hierarchical clustering. Th…
-
Implement other seriation methods for when NOT including dendrogram (i.e.: using plotly's heatmap)
-
在初始化树图布局时是无法通过api来得到每个节点的宽高,对于自定义节点,具有不同的宽高,无论是CompactBox和Dendrogram都会存在节点相互遮挡问题
_Originally posted by @warriorhj in https://github.com/antvis/G6/issues/6061#issuecomment-2269192969_
…
-
As discussed in #20, part of the infrastructure in the `Structure` class (e.g. the tree index) relies on the dendrogram being immutable after the computation. One of the suggestions we mentioned there…