Description Usage Arguments Value Examples
Closeness statistics of the network.
1 | topology_closeness(graph)
|
graph |
An igraph object. |
A data frame containing the closeness distribution 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)
c<-topology_closeness(net)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.