pathway.nodes | R Documentation |
names of the pathway nodes
pathway.nodes(pathway)
pathway |
an |
If nodes in the pathway have names, then it returns a vector of nodes names. If nodes in the pathway have no name, it just returns the index of nodes (start from 1, after igraph version 0.6).
Zuguang Gu <z.gu@dkfz.de>
interaction = rbind(c("a", "b"),
c("a", "c"))
g = generate.pathway(interaction)
pathway.nodes(g)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.