eda.names: eda.names

Description Usage Arguments Value Author(s) See Also Examples

View source: R/RCytoscape.R

Description

Retrieve the names of the edge attributes in the specified graph. These are typically strings like 'score', 'weight', 'link', and (strongly recommended when you create a graph) 'edgeType'. Once you are reminded of the names of the edge attributes, you can use the method 'eda' to get all the values of this attribute for the edges in the graph.

Usage

1
eda.names (graph)

Arguments

graph

typically, a bioc graphNEL)

Value

A list, the contents of which are the attribute values, the names of which are the names of the edges.

Author(s)

Paul Shannon

See Also

eda

Examples

1
2
3
  g <- makeSimpleGraph()
  eda.names (g)
   # "edgeType" "score"    "misc"

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