raiseWindow: raiseWindow

Description Usage Arguments Value Author(s) See Also Examples

Description

Raise this window to the top on the Cytoscape desktop, so that it can be seen.

Usage

1
raiseWindow(obj, window.title=NA)

Arguments

obj

a CytoscapeConnectionClass object, or its subclass, CytoscapeWindowClass.

window.title

a string.

Value

None.

Author(s)

Tanja Muetze, Georgi Kolishovski, Paul Shannon

See Also

resizeWindow

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
  ## Not run: 
  # WARNING: Method RCy3::raiseWindow() is not implemented in RCy3!
  
  # first, delete existing windows to save memory:
  deleteAllWindows(CytoscapeConnection())

  cw <- CytoscapeWindow ('raiseWindow.test', graph=makeSimpleGraph())
  cw2 <- CytoscapeWindow ('raiseWindow.test2', graph=makeSimpleGraph())
  
  raiseWindow (cw)

## End(Not run)

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