getEdgeAttributeNames | R Documentation |
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.
getEdgeAttributeNames(obj)
obj |
a CytoscapeConnectionClass object or CytoscapeWindow
object. |
A list of names.
Paul Shannon
getEdgeAttribute deleteEdgeAttribute getNodeAttributeNames
cy = CytoscapeConnection () print (getEdgeAttributeNames (cy))