motif_summary {motifr} | R Documentation |
Returns a data frame with counts and statistical properties (expectation,
variances) of six selected motifs in the given network. Note that this
function implicitly assumes that the network is undirected, cf.
motifr::to_py_graph
.
motif_summary(net, lvl_attr = c("sesType"))
net |
network object |
lvl_attr |
character vector specifying the attribute name where level
information is stored in |
dataframe with motif counts, expectations and variances for set of selected motifs
## Not run:
motif_summary(ml_net)
## End(Not run)