noa: noa

Description Usage Arguments Value Author(s) See Also Examples

Description

Retrieve the value of the specified node attribute for every node in the graph.

Usage

1
noa(graph, node.attribute.name)

Arguments

graph

typically, a bioc graphNEL)

node.attribute.name

a character string

Value

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

Author(s)

Tanja Muetze, Georgi Kolishovski, Paul Shannon

See Also

noa.names

Examples

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

  g <- makeSimpleGraph ()
  noa (g, 'type')
    #             A                      B                      C 
    #      "kinase" "transcription factor"         "glycoprotein" 

## End(Not run)

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