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)

Tanja Muetze, Georgi Kolishovski, Paul Shannon

Examples

1
2
3
4
5
6
7
8
9
  ## Not run: 
  # first, delete existing windows to save memory:
  deleteAllWindows(CytoscapeConnection())

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

## End(Not run)

tmuetze/Bioconductor_RCy3_the_new_RCytoscape documentation built on May 31, 2019, 4:39 p.m.