FANMOD
FANMOD, short for Fast Network Motif Discovery, is a software tool for identifying network motifs in biological and other complex networks. Network motifs are small subgraphs that occur in a network more often than expected by chance. FANMOD analyzes directed graphs (and can handle undirected networks) by comparing observed subgraph counts to those in randomized versions of the network.
The program uses fast enumeration of subgraphs up to a user-specified size (commonly 3 to 8 nodes)
Input and output: input is typically an edge list or adjacency representation; output includes motif patterns
Limitations: results depend on the chosen null model and sampling approach; motif discovery remains computationally intensive