WGCNA (version 1.72-5)

clusterCoef: Clustering coefficient calculation

Description

This function calculates the clustering coefficients for all nodes in the network given by the input adjacency matrix.

Usage

clusterCoef(adjMat)

Value

A vector of clustering coefficients for each node.

Arguments

adjMat

adjacency matrix

Author

Steve Horvath