Description Slots Methods Author(s) Examples
A class providing access to the Cytoscape application.
title
:An attrData
, the name of the window.
window.id
:An attrData
Cytoscape's identifier.
graph
:An attrData
, a graph instance.
collectTimings
:A logical
object.
suid.name.dict
:A list
object.
edge.suid.name.dict
:A list
object.
view.id
:A numeric
object.
uri
:An attrData
the address of the Cytoscape
CyREST API.
Tanja Muetze, Georgi Kolishovski, Paul Shannon
1 2 3 4 5 6 7 8 9 | ## Not run:
# first, delete existing windows to save memory:
deleteAllWindows(CytoscapeConnection())
# create a CytoscapeWindowClass object by calling the constructor
c2 <- CytoscapeWindow ('cwc demo', makeSimpleGraph ())
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.