Swiftly computing center strings

  • Authors:
  • Franziska Hufsky;Léon Kuchenbecker;Katharina Jahn;Jens Stoye;Sebastian Böcker

  • Affiliations:
  • Lehrstuhl für Bioinformatik, Friedrich-Schiller-Universität Jena, Jena, Germany and International Max Planck Research School, Jena, Germany;AG Genominformatik, Technische Fakultät, Universität Bielefeld, Germany;AG Genominformatik, Technische Fakultät, Universität Bielefeld, Germany;AG Genominformatik, Technische Fakultät, Universität Bielefeld, Germany;Lehrstuhl für Bioinformatik, Friedrich-Schiller-Universität Jena, Jena, Germany

  • Venue:
  • WABI'10 Proceedings of the 10th international conference on Algorithms in bioinformatics
  • Year:
  • 2010

Quantified Score

Hi-index 0.00

Visualization

Abstract

The center string (or closest string) problem is a classical computer science problem with important applications in computational biology. Given k input strings and a distance threshold d, we search for a string within Hamming distance d to each input string. This problem is NP-complete. In this paper, we focus on exact methods for the problem that are also fast in application. First, we introduce data reduction techniques that allow us to infer that certain instances have no solution, or that a center string must satisfy certain conditions. Then, we describe a novel search tree strategy that is very efficient in practice. Finally, we present results of an evaluation study for instances from a biological application. We find that data reduction is mandatory for the notoriously difficult case d = dopt - 1.