renameCytoscapeNetwork: Rename a network

Description Usage Arguments Value Author(s) See Also Examples

Description

Renames a Cytoscape Network.

Usage

1
2
3
## S4 method for signature 'CytoscapeWindowClass'
renameCytoscapeNetwork(obj, new_title,
  copy.graph.to.R = FALSE)

Arguments

new_title

New name for the copy

copy.graph.to.R

Logical whether to copy the graph to a new object in R

object

Cytoscape network

Value

Connection to the renamed network.

Author(s)

Julia Gustavsen, j.gustavsen@gmail.com

See Also

createWindowFromSelection, existing.CytoscapeWindow, copyCytoscapeNetwork

Examples

1
2
3
4
5
## Not run: 
cw <- CytoscapeWindow('new.demo', new('graphNEL'))
renamed_net <- renameCytoscapeNetwork(cw, "renamed_network")

## End(Not run)

tmuetze/Bioconductor_RCy3_the_new_RCytoscape documentation built on May 31, 2019, 4:39 p.m.