I've made several netweorks using Cytoscape and want to combine them into one labeled plot grid (A, B, C, D) to use for publication later. Is there a way to do this with RCy3?
I tried to save the documentation's createNetworkFromDataFrames example as a variable as follows:
d1 <- createNetworkFromDataFrames(nodes,edges, title="my first network", collection="DataFrame Example")
But d1 wasn't saved as a plot but as this instead:
networkSUID 31915
Edit: I managed to import the images with magick package and got what I wanted. Still, any answers on this particular point would be appreciated for future reference.