Description Usage Arguments Value Examples
Shortest path statistics of the network.
1 | topology_shortest_paths(graph)
|
graph |
An igraph object. |
An array containing the vertex path information and plots.
1 2 3 | nlocal<-data.frame(c("DVL1","DVL2","DVL3"))
net<-construction(input=nlocal,db="HPRD",species="human",ID.type="Gene symbol",hierarchy=1)
p<-topology_shortest_paths(net)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.