iVis-at-Bilkent / cytoscape.js-fcose

fCoSE: a fast Compound Spring Embedder
MIT License
134 stars 25 forks source link

Ignore edges to ancestors in nesting hierarchy #43

Closed ugurdogrusoz closed 3 years ago

ugurdogrusoz commented 3 years ago

Currently cose-bilkent fails to perform layout on graphs where an edge is between a child node and parent (or ancestor) one. I presume fcose (directly or indirectly) does the same thing. Why not simply ignore such edges there is not much to layout for these edges anyhow?

ugurdogrusoz commented 3 years ago

https://github.com/iVis-at-Bilkent/pathway-mapper/issues/251