English

An Faster Network Motif Detection Tool

Data Structures and Algorithms 2018-04-27 v1

Abstract

Network motif provides a way to uncover the basic building blocks of most complex networks. This task usually demands high computer processing, specially for motif with 5 or more vertices. This paper presents an extended methodology with the following features: (i) search for motifs up to 6 vertices, (ii) multithread processing, and a (iii) new enumeration algorithm with lower complexity. The algorithm to compute motifs solve isomorphism in O(1)O(1) with the use of hash table. Concurrent threads evaluates distinct graphs. The enumeration algorithm has smaller computational complexity. The experiments shows better performance with respect to other methods available in literature, allowing bioinformatic researchers to efficiently identify motifs of size 3, 4, 5, and 6.

Keywords

Cite

@article{arxiv.1804.09741,
  title  = {An Faster Network Motif Detection Tool},
  author = {Luis A. A. Meira and Vinícius R. Máximo and Alvaro L. Fazenda and Arlindo F. da Conceição},
  journal= {arXiv preprint arXiv:1804.09741},
  year   = {2018}
}
R2 v1 2026-06-23T01:35:55.341Z