GTOMdist {WGCNA} | R 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
[Package WGCNA version 1.72-5 Index]