Pattern Matching for DNA Sequencing Data Using Multiple Bloom Filters

Biomed Res Int. 2019 Apr 14:2019:7074387. doi: 10.1155/2019/7074387. eCollection 2019.

Abstract

Storing and processing of large DNA sequences has always been a major problem due to increasing volume of DNA sequence data. However, a number of solutions have been proposed but they require significant computation and memory. Therefore, an efficient storage and pattern matching solution is required for DNA sequencing data. Bloom filters (BFs) represent an efficient data structure, which is mostly used in the domain of bioinformatics for classification of DNA sequences. In this paper, we explore more dimensions where BFs can be used other than classification. A proposed solution is based on Multiple Bloom Filters (MBFs) that finds all the locations and number of repetitions of the specified pattern inside a DNA sequence. Both of these factors are extremely important in determining the type and intensity of any disease. This paper serves as a first effort towards optimizing the search for location and frequency of substrings in DNA sequences using MBFs. We expect that further optimizations in the proposed solution can bring remarkable results as this paper presents a proof of concept implementation for a given set of data using proposed MBFs technique. Performance evaluation shows improved accuracy and time efficiency of the proposed approach.

MeSH terms

  • Algorithms
  • Computational Biology / methods*
  • Data Accuracy
  • Humans
  • Probability
  • Sequence Analysis, DNA / methods*
  • Time Factors