kymata-atlas / kymata-core

Core Kymata codebase, including statistical analysis and plotting tools
https://kymata.org
MIT License
5 stars 0 forks source link

Add little outgoing edges from terminal nodes #383

Closed caiw closed 1 month ago

caiw commented 1 month ago

Fixes #379

Adds trailing "future" edges to all non-terminal nodes in the graph.

This means in cases with full TR we get nice results:

image

But in cases with suboptimal TR we get potentially undesirable (?) results:

image

Arguably this is "correct" though?

Also fixes #382