English

Approximate Search for Known Gene Clusters in New Genomes Using PQ-Trees

Genomics 2020-07-08 v1 Data Structures and Algorithms

Abstract

We define a new problem in comparative genomics, denoted PQ-Tree Search, that takes as input a PQ-tree TT representing the known gene orders of a gene cluster of interest, a gene-to-gene substitution scoring function hh, integer parameters dTd_T and dSd_S, and a new genome SS. The objective is to identify in SS approximate new instances of the gene cluster that could vary from the known gene orders by genome rearrangements that are constrained by TT, by gene substitutions that are governed by hh, and by gene deletions and insertions that are bounded from above by dTd_T and dSd_S, respectively. We prove that the PQ-Tree Search problem is NP-hard and propose a parameterized algorithm that solves the optimization variant of PQ-Tree Search in O(2γ)O^*(2^{\gamma}) time, where γ\gamma is the maximum degree of a node in TT and OO^* is used to hide factors polynomial in the input size. The algorithm is implemented as a search tool, denoted PQFinder, and applied to search for instances of chromosomal gene clusters in plasmids, within a dataset of 1,487 prokaryotic genomes. We report on 29 chromosomal gene clusters that are rearranged in plasmids, where the rearrangements are guided by the corresponding PQ-tree. One of these results, coding for a heavy metal efflux pump, is further analysed to exemplify how PQFinder can be harnessed to reveal interesting new structural variants of known gene clusters. The code for the tool as well as all the data needed to reconstruct the results are publicly available on GitHub (github.com/GaliaZim/PQFinder).

Keywords

Cite

@article{arxiv.2007.03589,
  title  = {Approximate Search for Known Gene Clusters in New Genomes Using PQ-Trees},
  author = {G. R. Zimerman and D. Svetlitsky and M. Zehavi and M. Ziv-Ukelson},
  journal= {arXiv preprint arXiv:2007.03589},
  year   = {2020}
}

Comments

45 pages, 9 figures

R2 v1 2026-06-23T16:55:30.493Z