layoutCopycat {RCy3} | 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')