View source: R/cytoscapeAccessoryFunctions.R
getCytoscapeLayout | R Documentation |
This function retrieves the layout of an active cytoscape network using the 'RCy3' package. The layout is retrieved as node coordinates.
getCytoscapeLayout(normalise = TRUE)
normalise |
a logical, indicating whether coordinates should be normalised using the z-transform or not. |
a data.frame with the x and y coordinates of nodes. Node names are stored as rownames of the data.frame.
# getCytoscapeLayout()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.