dockPanel: dockPanel

Description Usage Arguments Value Author(s) See Also Examples

Description

The specified panel is returned to its 'home' position in the Cytoscape Desktop if it had been previously floating or hidden. 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.

Usage

1
dockPanel(obj, panelName)

Arguments

obj

a CytoscapeConnectionClass object.

panelName

a character string, providing a partial or complete case-independent match to the start of the name of an actual panel.

Value

Nothing.

Author(s)

Tanja Muetze, Georgi Kolishovski, Paul Shannon

See Also

floatPanel hidePanel

Examples

 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 ()
  dockPanel (cy, 'Control Panel')
   # or
  dockPanel (cy, 'c')
  
  dockPanel (cy, 'EAST')

## End(Not run)

tmuetze/Bioconductor_RCy3_the_new_RCytoscape documentation built on May 31, 2019, 4:39 p.m.