applyStyle: Apply style to a network in Cytoscape

Description Usage Arguments Details See Also

View source: R/applyStyle.R

Description

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

Usage

1
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


stringgaussnet documentation built on May 29, 2017, 10:50 a.m.