Learn R Programming

ProNet (version 1.0.0)

topology_closeness: Closeness statistics

Description

Closeness statistics of the network.

Usage

topology_closeness(graph)

Arguments

graph
An igraph object.

Value

A data frame containing the closeness distribution and plots.

Examples

Run this code
nlocal<-data.frame(c("DVL1","DVL2","DVL3"))
net<-construction(input=nlocal,db="HPRD",species="human",ID.type="Gene symbol",hierarchy=1)
c<-topology_closeness(net)

Run the code above in your browser using DataLab