Description Usage Arguments Value Examples
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
.
1 | 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
1 2 3 4 | ## Not run:
motif_summary(ml_net)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.