Supported algorithms

Overview

Algorithm

Motif size range

Directed / Undirected

Multi-threading

Prob. Counting

Key publication

More information

mfinder

\(3 \le s \le 8\)

Both

No

Yes

Network Motifs: Simple Building Blocks of Complex Networks [3]

Website

fanmod

\(3 \le s\) [1]

Both

No

Yes

FANMOD: a tool for fast network motif detection [4]

Website [2]

NetMODE

\(3 \le k \le 6\)

Both

Yes

No

NetMODE: Network Motif Detection without Nauty [5]

Website

PGD

\(2 \le k \le 4\)

Undirected

Yes

No

Efficient Graphlet Counting for Large Networks [6]

Website

Notes

  • mfinder reports a motif class even if it has zero samples enumerated
    • NetMODE reports only those that were enumerated.

  • pgd reports a motif distribution for undirected motifs of size \(2,3,4\) simultaneously, as a result of the same “run”.

    • Because of the way pgd reports its results, the motif_id is given in the format (motif_id, N_NODES).

    • Both of these numbers can be used with the :ref:motif_id_to_adj_mat() to reconstruct the adjacency matrix without ambiguity.