An Automaton for Motifs Recognition in DNA Sequences

  • Authors:
  • Gerardo Perez;Yuridia P. Mejia;Ivan Olmos;Jesus A. Gonzalez;Patricia Sánchez;Candelario Vázquez

  • Affiliations:
  • Facultad de Ciencias de la Computación, Benemérita Universidad Autónoma de Puebla, Puebla, México;Facultad de Ciencias de la Computación, Benemérita Universidad Autónoma de Puebla, Puebla, México;Facultad de Ciencias de la Computación, Benemérita Universidad Autónoma de Puebla, Puebla, México;Instituto Nacional de Astrofísica, Óptica y Electrónica, Tonantzintla, México;Departamento de Ciencias Microbiológicas, Benemérita Universidad Autónoma de Puebla, Puebla, México;Departamento de Ciencias Microbiológicas, Benemérita Universidad Autónoma de Puebla, Puebla, México

  • Venue:
  • MICAI '09 Proceedings of the 8th Mexican International Conference on Artificial Intelligence
  • Year:
  • 2009

Quantified Score

Hi-index 0.00

Visualization

Abstract

In this paper we present a new algorithm to find inexact motifs (which are transformed into a set of exact subsequences) from a DNA sequence. Our algorithm builds an automaton that searches for the set of exact subsequences in the DNA database (that can be very long). It starts with a preprocessing phase in which it builds the finite automaton, in this phase it also considers the case in which two different subsequences share a substring (in other words, the subsequences might overlap), this is implemented in a similar way as the KMP algorithm. During the searching phase, the algorithm recognizes all instances in the set of input subsequences that appear in the DNA sequence. The automaton is able to perform the search phase in linear time with respect to the dimension of the input sequence. Experimental results show that the proposed algorithm performs better than the Aho-Corasick algorithm, which has been proved to perform better than the naive approach, even more; it is considered to run in linear time.