acc-Motif Detection Tool
Luis A. A. Meira, Vinicius R. M\'aximo, \'Alvaro L. Fazenda, Arlindo, F. da Concei\c{c}\~ao

TL;DR
This paper introduces new algorithms for exactly counting small directed network motifs of sizes 3, 4, and 5, demonstrating significantly faster performance than existing tools like FANMOD and Kavosh.
Contribution
The paper presents novel algorithms with improved time complexities for motif detection in directed graphs, and provides an efficient implementation available online.
Findings
Algorithms outperform FANMOD and Kavosh in speed
Exact counting of motifs of sizes 3, 4, and 5 achieved
Implementation is publicly accessible online
Abstract
Network motif algorithms have been a topic of research mainly after the 2002-seminal paper from Milo \emph{et al}, that provided motifs as a way to uncover the basic building blocks of most networks. In Bioinformatics, motifs have been mainly applied in the field of gene regulation networks. This paper proposes new algorithms to exactly count isomorphic pattern motifs of sizes 3, 4 and 5 in directed graphs. Let be a directed graph with . We describe an time complexity algorithm to count isomorphic patterns of size 3. In order to count isomorphic patterns of size 4, we propose an algorithm. To count patterns with 5 vertices, the algorithm is . The new algorithms were implemented and compared with FANMOD and Kavosh motif detection tools. The experiments show that our algorithms are expressively faster than FANMOD and Kavosh's. We also let…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsBioinformatics and Genomic Networks · Gene Regulatory Network Analysis · Gene expression and cancer classification
