-
Hello, I have a huge graph i want to calculate motifs from but for years i have been struggling to find a scalable library to calculate motifs. How does dotmotif scale ? Is there a Big O complexity an…
-
Hi,
I am looking for an algorithm that can find the largest common monomorphic subgraph between two graphs. Specifically, I have two graphs G1 and G2, and I would like to identify the largest subgr…
-
Hi,
I'm wondering if in networkx or this library I'm limited to DiGraph subgraph isomorphism search?
I need multi.
Thanks.
-
Reaching out to a few known stakeholders to see if the community leverages the Neo4j / docker components of this library. We will keep the Cypher conversion, but looking for comments on if we could re…
-
Hi,
I am getting following error while executing the following code:
from dotmotif import Motif
from dotmotif.executors.NeuPrintExecutor import NeuPrintExecutor
ModuleNotFoundError …
-
Hey There,
I'm using dotmotif to query the neuPrint dataset and have found some of the neurons have properties that aren't accepted in the query string format
e.g. `'AVLP(R)': True,`
Is there a w…
-
I was running the notebook DotMotif-Search-in-Pinky100.ipynb and the following cell gives error.
```
motif = Motif("""
A -> B [spine_vol_um3 > 0.25]
B -> C
C -> A
""")
```
Output:
```…
-
Leaving this issue here for newcomers who might want to contribute.
--------
@dschult to address the final point:
> What about having a function from_node_dataframe?
I like the idea! I thi…
-
-
My use case is a perfect fit for this feature. I do not know exactly the depth of a branch, so I would like to search for depth starting from a node all the way down or to a limit. It would be good i…