topology_shortest_paths: Shortest path statistics

Description Usage Arguments Value Examples

View source: R/topology.R

Description

Shortest path statistics of the network.

Usage

1

Arguments

graph

An igraph object.

Value

An array containing the vertex path information and plots.

Examples

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)

ProNet documentation built on May 30, 2017, 2:02 a.m.