Description Usage Arguments Value Author(s) See Also Examples
Retrieve the value of the specified node attribute for every node in the graph.
1 | noa(graph, node.attribute.name)
|
graph |
typically, a bioc graphNEL) |
node.attribute.name |
a character string |
A list, the contents of which are the attribute values, the names of which are the names of the nodes.
Paul Shannon
noa.names
1 2 3 4 | g <- makeSimpleGraph ()
noa (g, 'type')
# A.A B.B C.C
# "kinase" "transcription factor" "glycoprotein"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.