Hi Karim,
Thank you. You’re of course right, the nodes are indeed only the original lists of midics. What is missing from your make-graph output, however, are the weights attached to each node (i.e., each original list of midics.) As far as I can see, the graph class implements an undirected graph with weighted edges… I’d really like to be able to plot it as it would offer a good way of visually representing the whole network.
Do you know if there’s a way to access the values of the weight function through make-graph? If I had access to the gweight values (of the edges), I think it would become very easy to plot the graph class.
All the best,
António