build_J0 {motifcluster} | R Documentation |
Build missing-edge indicator matrix
Description
Build the missing-edge indicator matrix J0
from a
graph adjacency matrix.
Usage
build_J0(adj_mat)
Arguments
adj_mat |
The original adjacency matrix. |
Value
A missing-edge indicator matrix J0
.
[Package motifcluster version 0.2.3 Index]