In 2013/4, I was using a current MATLAB version of the time, the Bioinformatics Toolbox and biograph to generate network diagrams and identify errant network paths using that visualization. It worked well. I now seek to use an updated version of that code in R2024a and see that biograph is deprecated and replaced with graph (I only need an undirected graph). However, it appears that some key functionality that I used with biograph is no longer available within graph, unless I'm missing something obvious.
- I don't see how to do an EdgeCallBack to a custom function, which was very useful for breaking bad connections/edges.
- I cannot directly manipulate the position of nodes in the graph after they are displayed, which was previously (with biograph) very useful for disentangling the graph when its initial display was not ideal for identifying bad connections/edges.
Thanks for any advice you have on how to recover this functionality!