topology_ec: Eigenvector centrality statistics

Description Usage Arguments Value Examples

View source: R/topology.R

Description

Eigenvector centrality statistics of the network.

Usage

1
topology_ec(graph)

Arguments

graph

An igraph object.

Value

A data frame containing the vertex eigenvector centrality information and plots.

Examples

1
2
3
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)

ProNet documentation built on May 30, 2017, 2:02 a.m.