Drug Designing: Open Access

Drug Designing: Open Access
Open Access

ISSN: 2169-0138

Fractal MapReduce decomposition of sequence alignment


International Conference and Exhibition on Computer Aided Drug Design & QSAR

October 29-31, 2012 DoubleTree by Hilton Chicago-North Shore, USA

S. A. Muslimov, E. R. Muldashev, L. A. Musina, R. T. Nigmatullin, A. I. Lebedeva, O. R. Shangina and R. A. Khasanov

Accepted Abstracts: Drug Design

Abstract :

Background: The dramatic fall in the cost of genomic sequencing, and the increasing convenience of distributed cloud computing resources, positions the MapReduce coding pattern as a cornerstone of scalable bioinformatics algorithm development. In some cases an algorithm will find a natural distribution via use of map functions to process vectorized components, followed by a reduce of aggregate intermediate results. However, for some data analysis procedures such as sequence analysis, a more fundamental reformulation may be required. Results: In this report we describe a solution to sequence comparison that can be thoroughly decomposed into multiple rounds of map and reduce operations. The route taken makes use of iterated maps, a fractal analysis technique, that has been found to provide a "alignment-free" solution to sequence analysis and comparison. That is, a solution that does not require dynamic programming, relying on a numeric Chaos Game Representation (CGR) data structure. This claim is demonstrated in this report by calculating the length of the longest similar segment by inspecting only the USM coordinates of two analogous units: with no resort to dynamic programming. Conclusions: The procedure described is an attempt at extreme decomposition and parallelization of sequence alignment in anticipation of a volume of genomic sequence data that cannot be met by current algorithmic frameworks. The solution found is delivered with a browser-based application (webApp), highlighting the browser's emergence as an environment for high performance distributed computing.

Top