createTransomicEdges {transomics2cytoscape} | R Documentation |
Create Trans-Omic edges between layers of the network
createTransomicEdges(suid, transomicEdges)
suid |
A SUID of Cytoscape network |
transomicEdges |
Path of a TSV file with the 9 columns (layer index of a source node, name or KEGG object ID that the source node should have, layer index of a target node, name or KEGG object ID that the target node should have, interaction type). |
A SUID of the 3D network.
Kozo Nishida
## Not run: transomicEdges <- system.file("extdata", "allosteric.tsv", package = "transomics2cytoscape") createTransomicEdges(suid, transomicEdges) ## End(Not run)