Description Usage Arguments Value Author(s) See Also Examples
The specified panel will be hidden, and no longer visible in the Cytoscape
Desktop of, if floating, elsewhere on the computer screen. The
panelName
parameter is very flexible: a match is defined as a
case-independent match of the supplied panelName to any starting
characters in the actual panelName. Thus, 'd' and 'DA' both identify
'Data Panel'. Possible options also include: 'WEST', 'EAST', 'SOUTH',
'SOUTH_WEST'. The 'SOUTH' panel is the Data Panel and the 'WEST' panel
is the control panel.
1 | hidePanel(obj, panelName)
|
obj |
a |
panelName |
a character string, providing a partial or complete case-independent match to the start of the name of an actual panel. |
Nothing.
Tanja Muetze, Georgi Kolishovski, Paul Shannon
floatPanel dockPanel hideAllPanels
1 2 3 4 5 6 7 8 9 10 11 12 | ## Not run:
# first, delete existing windows to save memory:
deleteAllWindows(CytoscapeConnection())
cy <- CytoscapeConnection ()
hidePanel (cy, 'Control Panel')
# or
hidePanel (cy, 'c')
# or
hidePanel (cy, 'WEST')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.