topology_betweenness: Betweenness statistics

Description Usage Arguments Value Examples

View source: R/topology.R

Description

Betweenness statistics of the network.

Usage

1

Arguments

graph

An igraph object.

Value

A data frame containing the betweenness distribution 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)
b.g<-topology_betweenness(net)

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