Learn R Programming

RCy3 (version 1.2.0)

getAttributeClassNames: getAttributeClassNames

Description

Retrieve the names of the recognized and supported names for the class of any node or edge attribute. Two or three options are provided for each of the basic types, with the intention that you can use names that seem natural to you, and RCytoscape will recognize them.

Usage

getAttributeClassNames(obj)

Arguments

obj
a CytoscapeConnectionClass object.

Value

A list of character strings group, e.g., "floating|numeric|double", "integer|int", "string|char|character"

Examples

Run this code
  # first, delete existing windows to save memory:
  deleteAllWindows(CytoscapeConnection())

  cyw <- CytoscapeConnection ()
  getAttributeClassNames (cyw)
   # [1] "floating|numeric|double" "integer|int"             "string|char|character"  

Run the code above in your browser using DataLab