mam_Md: Perform the motif adjacency matrix calculations for motif Md
Description
Perform the motif adjacency matrix calculations for motif Md
Usage
mam_Md(adj_mat, mam_weight_type)
Value
A motif adjacency matrix.
Arguments
- adj_mat
Adjacency matrix from which to build the motif
adjacency matrix.
- mam_weight_type
The weighting scheme to use.
One of "unweighted"
, "mean"
or "product"
.