Apply style to a network in Cytoscape
This function helps to apply an existing style to particular network in a Cytoscape session, with the use of the cyREST plugin.
applyStyle(style.name, network.suid, port.number = 1234)
The name of the existing style
The network ID in the cytoscape session
The local port number used by cyREST plugin to communicate with Cytoscape
The style must exist in the Cytoscape session. This function is already included in addGraphToCytoscape().