getNodeAttributeNames | R Documentation |
Node and node 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 node attributes.
getNodeAttributeNames(obj)
obj |
a CytoscapeConnectionClass object or CytoscapeWindow
object. |
A list of names.
Paul Shannon
getNodeAttribute deleteNodeAttribute getEdgeAttributeNames
cy = CytoscapeConnection () print (getNodeAttributeNames (cy))