getEdgeAttributeNames: getEdgeAttributeNames

Description Usage Arguments Value Author(s) See Also Examples

Description

Node and edge attributes belong to the Cytoscape session as a whole, not to a particular window. Use this method to find out the name of the currently definededge attributes.

Usage

1

Arguments

obj

a CytoscapeConnectionClass object or CytoscapeWindow object.

Value

A list of names.

Author(s)

Paul Shannon

See Also

getEdgeAttribute deleteEdgeAttribute getNodeAttributeNames

Examples

1
2
  cy = CytoscapeConnection ()
  print (getEdgeAttributeNames (cy))

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