noaR Documentation

noa

Description

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

Usage

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)

Paul Shannon

See Also

noa.names

Examples

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