getNodes,graphGML-method | R Documentation |
get nodes from graphGML object
## S4 method for signature 'graphGML'
getNodes(x, y, order = c("default", "bfs", "dfs", "tsort"), only.names = TRUE)
x |
|
y |
|
order |
|
only.names |
|
It returns the node names and population names by default. Or return the entire nodeData associated with each node.
## Not run:
g <- read.gatingML.cytobank(xmlfile)
getNodes(g)
getNodes(g, only.names = FALSE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.