Cambridge Journals Online

Cambridge Journals Online
Skip to content
Journal of Functional Programming (2006), 16: 75-81 Cambridge University Press
Copyright © 2005 Cambridge University Press
doi:10.1017/S0956796805005708
Published online by Cambridge University Press 13 Sep 2005


Article

Calculating PSSM probabilities with lazy dynamic programming


KETIL MALDE a1 and ROBERT GIEGERICH a2
a1 Department of Informatics, University of Bergen, Bergen, Norway (e-mail: ketil@ii.uib.no)
a2 Faculty of Technology, University of Bielefeld, Bielefeld, Germany (e-mail: robert@techfak.uni-bielefeld.de)

Article author query
malde k   [Google Scholar
giegerich r   [Google Scholar
 

Abstract

Position-specific scoring matrices are one way to represent approximate string patterns, which are commonly encountered in the field of bioinformatics. An important problem that arises with their application is calculating the statistical significance of matches. We review the currently most efficient algorithm for this task, and show how it can be implemented in Haskell, taking advantage of the built-in non-strictness of the language. The resulting program turns out to be an instance of dynamic programming, using lists rather the typical dynamic programming matrix.



Cambridge University Press