Using iterative MapReduce for parallel virtual screening

← Back to publications

Published: 2013-12-02

Formatted citation

Ahmed L, Edlund A, Laure E, Spjuth O. Using iterative MapReduce for parallel virtual screening.
Proceedings of the International Conference on Cloud Computing Technology and Science, CloudCom. 2, 27-32. (2013). DOI: 10.1109/CloudCom.2013.99

Abstract

Virtual Screening is a technique in chemo informatics used for Drug discovery by searching large libraries of molecule structures. Virtual Screening often uses SVM, a supervised machine learning technique used for regression and classification analysis. Virtual screening using SVM not only involves huge datasets, but it is also compute expensive with a complexity that can grow at least up to O(n2). SVM based applications most commonly use MPI, which becomes complex and impractical with large datasets. As an alternative to MPI, MapReduce, and its different implementations, have been successfully used on commodity clusters for analysis of data for problems with very large datasets. Due to the large libraries of molecule structures in virtual screening, it becomes a good candidate for MapReduce. In this paper we present a MapReduce implementation of SVM based virtual screening, using Spark, an iterative MapReduce programming model. We show that our implementation has a good scaling behaviour and opens up the possibility of using huge public cloud infrastructures efficiently for virtual screening. © 2013 IEEE.