cytoscapePlot | R Documentation |
Renders the topology of a pathway as a Cytoscape graph.
cytoscapePlot(pathway, ..., cy.ver = 3)
pathway |
a |
... |
optional arguments forwarded to |
cy.ver |
select a Cytoscape version. Only version 3 is supported in this release. |
Requires the RCy3
package.
An invisible list with two items:
graph |
the |
suid |
the RCy3 network SUID. |
Pathway
pathwayGraph
## Not run:
r <- pathways()
cytoscapePlot(convertIdentifiers(reactome$`Unwinding of DNA`, "symbol"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.