Description Usage Arguments Value Examples
Basic statistics of the network's topological parameters.
1 | topology_simple(graph)
|
graph |
An igraph object. |
A vector containing the simple statistics.
1 2 3 | nlocal<-data.frame(c("DVL1","DVL2","DVL3"))
net<-construction(input=nlocal,db="HPRD",species="human",ID.type="Gene symbol",hierarchy=1)
s<-topology_simple(net)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.