Open lix2k3 opened 3 years ago
Dear @lix2k3, I could not reproduce the situation that you described. Please provide some details:
multilvl_ex
and qgraph2
look like? What sort of graph objects are they (network, tidygraph, igraph, etc.)? Which nodal attributes do they provide?Detailed traceback: File "...site-packages/sma/rbridge.py", line 38, in translateGraph % (typeAttr, str(attributeNames)))
)
Thank you!
Hi, running the following results in error: Error in py_call_impl(callable, dots$args, dots$keywords) : KeyError: 0
motifr::count_motifs(multilvl_ex, lvl_attr = "lvl", motifs = list("1,2[I.C]", "1,2[II.C]", "2,1[I.C]", "2,1[II.C]"), directed = FALSE )
motif_summary(qgraph2, lvl_attr = "lvl")
Both function calls return the same error. reticulate is loaded, by the way.