cytoscapePlot {graphite} | 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. |
## Not run: r <- pathways() cytoscapePlot(convertIdentifiers(reactome$`Unwinding of DNA`, "symbol")) ## End(Not run)