Description Usage Arguments Details Author(s) Examples
names of the pathway nodes
1 | 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>
1 2 3 4 | 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.