Learn R Programming

graphite (version 1.16.0)

cytoscapePlot: Plot a pathway graph in Cytoscape

Description

Renders the topology of a pathway as a Cytoscape graph.

Usage

cytoscapePlot(pathway, ...)

Arguments

pathway
a Pathway object.
...
optional arguments forwarded to pathwayGraph.

Details

Requires the RCytoscape package.

See Also

Pathway

pathwayGraph

Examples

Run this code
## Not run: 
#   r <- pathways()
#   cytoscapePlot(convertIdentifiers(reactome$`Unwinding of DNA`, "symbol"))
# ## End(Not run)

Run the code above in your browser using DataLab