eda.names: eda.names

Description Usage Arguments Value Author(s) See Also Examples

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)

Tanja Muetze, Georgi Kolishovski, Paul Shannon

See Also

noa, eda, noa.names

Examples

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

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

## End(Not run)

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