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