Learn R Programming

ProNet (version 1.0.0)

topology_anc: Average neighborhood connectivity statistics

Description

Average neighborhood connectivity statistics of the network.

Usage

topology_anc(graph)

Arguments

graph
An igraph object.

Value

A data frame containing the average neighborhood connectivity information 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)
anc<-topology_anc(net)

Run the code above in your browser using DataLab