getFirstNeighbors: getFirstNeighbors

Description Usage Arguments Value Author(s) See Also Examples

Description

Returns a non-redundant ('uniquified') list of all of the first neighbors of the supplied list of nodes.

Usage

1
getFirstNeighbors(obj, node.names)

Arguments

obj

a CytoscapeWindowClass object.

node.names

a String list object.

Value

A list of node names.

Author(s)

Paul Shannon

See Also

selectNodes selectFirstNeighborsOfSelectedNodes

Examples

1
2
3
4
5
6
  cw <- new.CytoscapeWindow ('getFirstNeighbors.test', graph=makeSimpleGraph())
  displayGraph (cw)
  redraw (cw)
  layoutNetwork(cw, 'jgraph-spring')
  print (getFirstNeighbors (cw, 'A'))
  selectNodes (cw, getFirstNeighbors (cw, 'A'))  # note that A is not selected

RCytoscape documentation built on Nov. 17, 2017, 10:52 a.m.