Learn R Programming

ProNet (version 1.0.0)

topology_simple: Basic statistics

Description

Basic statistics of the network's topological parameters.

Usage

topology_simple(graph)

Arguments

graph
An igraph object.

Value

A vector containing the simple statistics.

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)
s<-topology_simple(net)

Run the code above in your browser using DataLab