View source: R/transomics2cytoscape.R
| create3Dnetwork | R Documentation | 
Import multiple KEGG pathways and integrate the pathways into Cy3D renderer
create3Dnetwork(networkDataDir, networkLayers, stylexml)
| networkDataDir | Path of a directory to put the network files of the second column of networkLayers TSV. | 
| networkLayers | Path of a TSV file with the 4 columns (layer index, the network file name in networkDataDir, Z-height of the network, whether to interact not only with the nodes of each network layer but also with the edges). | 
| stylexml | Path of a XML file for Cytoscape style | 
A SUID of the 3D network.
Kozo Nishida
## Not run: 
networkDataDir <- tempfile(); dir.create(networkDataDir)
networkLayers <- system.file("extdata/usecase1", "yugi2014.tsv",
    package = "transomics2cytoscape")
stylexml <- system.file("extdata/usecase1", "yugi2014.xml",
    package = "transomics2cytoscape")
suid <- create3Dnetwork(networkDataDir, networkLayers, stylexml)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.