getAttributeClassNames: getAttributeClassNames

Description Usage Arguments Value Author(s) Examples

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

1

Arguments

obj

a CytoscapeConnectionClass object.

Value

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

Author(s)

Paul Shannon

Examples

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

RCytoscape documentation built on Nov. 17, 2017, 10:52 a.m.