eda: eda

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Obtain the value of the specified edge attribute for every edge in the graph.

Usage

1
eda(graph, edge.attribute.name)

Arguments

graph

typically, a bioc graphNEL object

edge.attribute.name

a character string

Details

The edge.attribute.name may be obtained from the function, eda.names.

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

eda.names

Examples

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

  g  <- makeSimpleGraph()
  eda (g, 'edgeType')
    #             A|B                B|C                C|A
    # "phosphorylates" "synthetic lethal"        "undefined"


## End(Not run)

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