Description Usage Arguments Value Examples
Degree distribution statistics of the network.
1 | topology_degree(graph, power.law = FALSE, fit.line = TRUE)
|
graph |
An igraph object. |
power.law |
Logical value indicating whether the log ratio would be calculated in degree distribution statistics ( |
fit.line |
Logical value indicating whether to do line fitting in degree distribution statistics ( |
A data frame containing the vertex and degree information and plots.
1 2 3 4 | nlocal<-data.frame(c("DVL1","DVL2","DVL3"))
net<-construction(input=nlocal,db="HPRD",species="human",ID.type="Gene symbol",hierarchy=1)
d<-topology_degree(net)
d<-topology_degree(net,power.law=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.