Description Usage Arguments Details Value Examples
Sets the coordinates for each node in the target network to the coordinates of a matching node in the source network.
1 2 3 4 5 6 7 8 9 | 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
1 | layoutCopycat('network1','network2')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.