Description Usage Arguments Value Author(s) See Also Examples
Retrieve the names of the node attributes in the specified graph. These are typically strings like 'type', 'label', 'count', and (strongly recommended when you create a graph) 'nodeType'. Once you are reminded of the names of the edge attributes, you can use the method 'noa' to get all the values of this attribute for the nodes in the graph.
1 | noa.names(graph)
|
graph |
typically, a bioc graphNEL) |
A list, the contents of which are the attribute values, the names of which are the names of the edges.
Tanja Muetze, Georgi Kolishovski, Paul Shannon
noa eda eda.names
1 2 3 4 5 6 7 8 9 | ## Not run:
# first, delete existing windows to save memory:
deleteAllWindows(CytoscapeConnection())
g <- makeSimpleGraph()
noa.names (g)
# [1] "type" "lfc" "label" "count"
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.