I would like to change the sizes of the selected nodes in Cytoscape app. Also, for large networks when manual selection is very tedious, then is it also possible to set the sizes of source and target nodes differently?
I would like to change the sizes of the selected nodes in Cytoscape app. Also, for large networks when manual selection is very tedious, then is it also possible to set the sizes of source and target nodes differently?
There are a few ways to set the sizes of selected nodes in Cytoscape:
Regarding sizing source and targets: Cytoscape's style pane does not have access to this model information. The best approach is probably #3 above. You likely already have a table defining source and target nodes outside of Cytoscape. You can use that to create explicit table columns and then create a mapping to Node Size.
Hope this helps!