Learn R Programming

stringgaussnet (version 1.0)

applyStyle: Apply style to a network in Cytoscape

Description

This function helps to apply an existing style to particular network in a Cytoscape session, with the use of the cyREST plugin.

Usage

applyStyle(style.name, network.suid, port.number = 1234)

Arguments

style.name
The name of the existing style
network.suid
The network ID in the cytoscape session
port.number
The local port number used by cyREST plugin to communicate with Cytoscape

Details

The style must exist in the Cytoscape session. This function is already included in addGraphToCytoscape().

See Also

addGraphToCytoscape, addNetworkStyle