layoutCopycat | R Documentation |
Sets the coordinates for each node in the target network to the coordinates of a matching node in the source network.
layoutCopycat(
sourceNetwork,
targetNetwork,
sourceColumn = "name",
targetColumn = "name",
gridUnmapped = TRUE,
selectUnmapped = TRUE,
base.url = .defaultBaseUrl
)
sourceNetwork |
( |
targetNetwork |
( |
sourceColumn |
(optional |
targetColumn |
(optional |
gridUnmapped |
(optional |
selectUnmapped |
optional |
base.url |
(optional) Ignore unless you need to specify a custom domain, port or version to connect to the CyREST API. Default is http://localhost:1234 and the latest version of the CyREST API supported by this version of RCy3. |
Optional parameters such as gridUnmapped
and selectUnmapped
determine the behavior of target network nodes that could not be matched.
None
layoutCopycat('network1','network2')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.