Does anyone know of any components that wrap around the Collapsible Tree similar to:
https://kyhau.github.io/d3-collapsible-tree-demo/collapsible_tree.html
or
R’s Collapsible Tree package (with integration to Shiny):
https://adeelk93.github.io/collapsibleTree/
I really love the R version with the ability to open one node at a time and show the immediate edges and not all subordinate nodes and edges at once as we see in Cystoscape’s implementation. It is also nice to have the ability to collapse nodes.
I saw some enhancement requests that kinda do similar functionality to R’s package in Cytoscape:
I know it is possible to create custom Dash components that wrap around something like the first link, but I’m not very good with Javascript/D3, etc.
Thanks!