Description Usage Arguments Details Value Examples
Converts the AOPN to CytoscapeJSON
1 | toCytoscape(igraphobj)
|
igraphobj |
an object of class |
This function converts an igraph network to a cytoscape JSON network
cytoscape_aopn a character
object that contains the JSON encoded AOPN
1 2 3 4 5 | ## Not run:
x <- get_aopn("Steatosis")
cytoscape_aopn <- toCytoscape(x)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.