Learn R Programming

ProNet (version 1.0.0)

topology_ec: Eigenvector centrality statistics

Description

Eigenvector centrality statistics of the network.

Usage

topology_ec(graph)

Arguments

graph
An igraph object.

Value

A data frame containing the vertex eigenvector centrality 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)
ec<-topology_ec(net)

Run the code above in your browser using DataLab