paper-with-me

홈 › Papers

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

2020-07-07 · G. R. Zimerman, D. Svetlitsky, M. Zehavi, M. Ziv-Ukelson

We define a new problem in comparative genomics, denoted PQ-Tree Search, that takes as input a PQ-tree $T$ representing the known gene orders of a gene cluster of interest, a gene-to-gene substitution scoring function $h$, integer parameters $d_T$ and $d_S$, and a new genome $S$. The objective is to identify in $S$ approximate new instances of the gene cluster that could vary from the known gene orders by genome rearrangements that are constrained by $T$, by gene substitutions that are governed by $h$, and by gene deletions and insertions that are bounded from above by $d_T$ and $d_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^{\gamma})$ time, where $\gamma$ is the maximum degree of a node in $T$ and $O^*$ 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).

📄 PDF Abstract BibTeX arXiv:2007.03589

Code (1)

GaliaZim/PQFinder 공식 구현 tf

Similar Papers 제목 키워드 기반

Panel Data with Unknown Clusters

2021-06-10 · Yong Cai

Clustered standard errors and approximate randomization tests are popular inference methods that allow for dependence within observations. However, they require researchers to know the cluster structure ex ante. We propo…

On the Order of Gene Distribution on Chromosomes Across the Animal Kingdom

2019-12-16 · Abdullah A. Toor, Amir A. Toor MD

Background. The large-scale pattern of distribution of genes on the chromosomes in the known animal genomes is not well characterized. We hypothesized that individual genes will be distributed on chromosomes in a mathema…

Recombinant transfer in the basic genome of E. coli

2015-07-14

An approximation to the ~4 Mbp basic genome shared by 32 strains of E. coli representing six evolutionary groups has been derived and analyzed computationally. A multiple-alignment of the 32 complete genome sequences was…

Diverse ATPase proteins in mobilomes constitute a large potential sink for prokaryotic host ATP

2021-04-02 · Hyunjin Shim, Haridha Shivram, Shufei Lei, Jennifer A. Doudna 외

Prokaryote mobilome genomes rely on host machineries for survival and replication. Given that mobile genetic elements (MGEs) derive their energy from host cells, we investigated the diversity of ATP-utilizing proteins in…

A Learning-to-Rank Formulation of Clustering-Based Approximate Nearest Neighbor Search

2024-04-17 · Thomas Vecchiato, Claudio Lucchese, Franco Maria Nardini, Sebastian Bruch

A critical piece of the modern information retrieval puzzle is approximate nearest neighbor search. Its objective is to return a set of $k$ data points that are closest to a query point, with its accuracy measured by the…

ClusteringInformation RetrievalLearning-To-Rank