clusterCoef: Clustering coefficient calculation

View source: R/Functions.R

clusterCoefR Documentation

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)

Arguments

adjMat

adjacency matrix

Value

A vector of clustering coefficients for each node.

Author(s)

Steve Horvath


WGCNA documentation built on Jan. 22, 2023, 1:34 a.m.

Related to clusterCoef in WGCNA...