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 Sept. 18, 2024, 5:08 p.m.

Related to clusterCoef in WGCNA...