Learn R Programming

RCytoscape (version 1.22.0)

getNodeAttributeNames: getNodeAttributeNames

Description

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.

Usage

getNodeAttributeNames(obj)

Arguments

obj
a CytoscapeConnectionClass object or CytoscapeWindow object.

Value

A list of names.

See Also

getNodeAttribute deleteNodeAttribute getEdgeAttributeNames

Examples

Run this code

  cy = CytoscapeConnection ()
  print (getNodeAttributeNames (cy))

Run the code above in your browser using DataLab