Efficient Parallel Algorithms for Solvent Accessible Surface Area of Proteins

  • Authors:
  • Natsuhiki Futamura;Srinivas Aluru;Desh Ranjan;Bhanu Hariharan

  • Affiliations:
  • Iowa State Univ., Ames, IA;Iowa State Univ., Ames, IA;New Mexico State Univ., Las Cruces, NM;Iowa State Univ., Ames, IA

  • Venue:
  • IEEE Transactions on Parallel and Distributed Systems
  • Year:
  • 2002

Quantified Score

Hi-index 0.01

Visualization

Abstract

We present faster sequential and parallel algorithms for computing the solvent accessible surface area (ASA) of protein molecules. The ASA is computed by finding the exposed surface areas of the spheres obtained by increasing the van der Waals radii of the atoms with the van der Waals radius of the solvent. Using domain specific knowledge, we show that the number of sphere intersections is only O(n), where n is the number of atoms in the protein molecule. For computing sphere intersections, we present hash-based algorithms that run in O(n) expected sequential time and O\left({n\over p}\right) expected parallel time and sort-based algorithms that run in worst-case O\left(n\log n\right) sequential time and O\left({n\log n\over p}\right) parallel time. These are significant improvements over previously known algorithms which take O\left(n^2\right) time sequentially and O\left(\frac{n^2}{p}\right) time in parallel. We present a Monte Carlo algorithm for computing the solvent accessible surface area. The basic idea is to generate points uniformly at random on the surface of spheres obtained by increasing the van der Waals radii of the atoms with the van der Waals radius of the solvent molecule and to test the points for accessibility. We also provide error bounds as a function of the sample size. Experimental verification of the algorithms is carried out using an IBM SP-2.