build_Gd {motifcluster} | R Documentation |
Build double-edge adjacency matrix
Description
Build the sparse double-edge adjacency matrix Gd
from a
graph adjacency matrix.
Usage
build_Gd(adj_mat)
Arguments
adj_mat |
The original adjacency matrix. |
Value
A double-edge adjacency matrix Gd
in sparse form.
[Package motifcluster version 0.2.3 Index]