GTOMdist: Generalized Topological Overlap Measure

View source: R/Functions.R

GTOMdistR Documentation

Generalized Topological Overlap Measure

Description

Generalized Topological Overlap Measure, taking into account interactions of higher degree.

Usage

GTOMdist(adjMat, degree = 1)

Arguments

adjMat

adjacency matrix. See details below.

degree

integer specifying the maximum degree to be calculated.

Value

Matrix of the same dimension as the input adjMat.

Author(s)

Steve Horvath and Andy Yip

References

Yip A, Horvath S (2007) Gene network interconnectedness and the generalized topological overlap measure. BMC Bioinformatics 2007, 8:22


WGCNA documentation built on Sept. 18, 2024, 5:08 p.m.

Related to GTOMdist in WGCNA...