Skip to content

Commit 5519d30

Browse files
committed
Merge branch 'main' of github.com:Graphlet-AI/graphml-class into main
2 parents 51a9fc5 + fde5ee8 commit 5519d30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Note: the Python version is set to `3.10.11` because Jupyter Stacks have not bee
7676

7777
## Network Motifs
7878

79-
This course now covers network motifs in pyspark / [GraphFrames](https://graphframes.github.io/graphframes/docs/_site/index.html).
79+
This course now covers [network motifs](https://www.sciencedirect.com/topics/biochemistry-genetics-and-molecular-biology/network-motif#:~:text=A%20network%20motif%20is%20a,multiple%20times%20within%20a%20network.) in property graphs (frequent patterns of structure) using pyspark / [GraphFrames](https://graphframes.github.io/graphframes/docs/_site/index.html) (see [motif.py](https://github.com/Graphlet-AI/graphml-class/blob/main/graphml_class/stats/motif.py), no notebook yet).
8080
It supports directed motifs, not undirected. All the 4-node motifs are outlined below. Note that GraphFrames can also filter the
8181
paths returned by its `f.find()` method using any Spark `DataFrame` filter - enabling temporal and complex property graph motifs.
8282

0 commit comments

Comments
 (0)