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 defined edge attributes.

Usage

1

Arguments

obj

a CytoscapeConnectionClass object or CytoscapeWindow object.

Value

A list of names.

Author(s)

Tanja Muetze, Georgi Kolishovski, Paul Shannon

See Also

getEdgeAttribute deleteEdgeAttribute getNodeAttributeNames

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
  ## Not run: 
  # first, delete existing windows to save memory:
  deleteAllWindows(CytoscapeConnection())

  cw <- CytoscapeWindow ('demo.getEdgeAttributeNames', graph=makeSimpleGraph())
  displayGraph (cw)
  print (getEdgeAttributeNames (cw))
    # [1] "name"        "interaction" "edgeType"    "score"       "misc"   

## End(Not run)

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