I have multiple .xml files that I created on python and I want to visualize them as a dynamic network (animation), as they actually are time points of the same network. I found DynNetwork on Cytoscape but it takes a single .xgmml file and I don't know how to actually combine these graphs to make it suitable for DynNetwork. Can you help me on this issue? Or suggest another way for me to visualize these graphs as an animation?
EDIT: you're right, I should've been more specific. It's a protein-protein interaction network, a directed graph and as I've mentioned I want to use multiple of them as different time points and create an animation with nodes appearing and disappearing as they are included on each step.
.xmlfiles that you're talking about, and ideally an example.xgmmlfile. This will reduce the need to ask multiple follow-up question to work out the precise format. $\endgroup$