Description Usage Arguments Value Author(s) See Also Examples
Makes a copy of a Cytoscape Network with all of its edges and nodes
1 2 3 | ## S4 method for signature 'CytoscapeWindowClass'
copyCytoscapeNetwork(obj, new_title,
copy.graph.to.R = FALSE)
|
obj |
Cytoscape network |
new_title |
New name for the copy |
copy.graph.to.R |
Logical whether to copy the graph to a new object in R |
Connection to new copy of network.
Julia Gustavsen, j.gustavsen@gmail.com
createWindowFromSelection
, existing.CytoscapeWindow
, renameCytoscapeNetwork
1 2 3 4 5 | ## Not run:
cw <- CytoscapeWindow('new.demo', new('graphNEL'))
copy_of_your_net <- copyCytoscapeNetwork(cw, "new_copy")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.