View source: R/transomics2cytoscape.R
createTransomicEdges | 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 7 columns (layer index of the source node, the column name for which you want to find the attribute value of the source node, the attribute value of the source node should have, layer index of a target node name or KEGG object ID that the source node should have, layer index of the target node, the column name for which you want to find the attribute value of the target node, the attribute value of the target node should have, name or KEGG object ID that the target node should have, interaction type). |
A SUID of the 3D network.
Kozo Nishida
## Not run:
layer1to2 <- system.file("extdata/usecase1", "k2e.tsv",
package = "transomics2cytoscape")
suid <- createTransomicEdges(suid, layer1to2)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.