Description Usage Arguments Value Author(s) See Also Examples
Renames a Cytoscape Network.
1 2 3 | ## S4 method for signature 'CytoscapeWindowClass'
renameCytoscapeNetwork(obj, new_title,
copy.graph.to.R = FALSE)
|
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 |
Connection to the renamed network.
Julia Gustavsen, j.gustavsen@gmail.com
createWindowFromSelection
, existing.CytoscapeWindow
, copyCytoscapeNetwork
1 2 3 4 5 | ## Not run:
cw <- CytoscapeWindow('new.demo', new('graphNEL'))
renamed_net <- renameCytoscapeNetwork(cw, "renamed_network")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.