paper-with-me

Papers

PyamilySeq: A Python Tool for Interpretable Gene (Re)Clustering and Pangenomic Inference Across Species and Genera

2024-07-27 · Nicholas J. Dimonaco

PyamilySeq is a Python-based tool designed for interpretable gene clustering and pangenomic inference, supporting analyses at both species and genus levels. It facilitates the clustering of gene sequences into families based on sequence similarity using CD-HIT, and can take the output of tried-and-tested sequence clustering tools such as CD-HIT, BLAST, DIAMOND, and MMseqs2. PyamilySeq is distinctive in its ability to integrate new sequences into existing clusters, providing a robust framework for iterative analysis while preserving the original clusters, useful when reannotating genomes. In addition to the standard Species mode which as with other tools performs core-gene analysis across a species range, PyamilySeq can be run in Genus mode where it detects the presence of gene families shared across multiple genera. These features enhance the tools applicability for ongoing and past genomic studies and comparative analyses. PyamilySeq generates comprehensive outputs, including gene presence-absence matrices and aligned sequence data, enabling downstream analysis and interpretation of the identified gene groups and pangenomic data.

📄 PDF Abstract BibTeX arXiv:2407.19328

Code (1)

NickJD/PyamilySeq 공식 구현

Tasks

Clustering

Similar Papers 제목 키워드 기반

evclust: Python library for evidential clustering

2025-02-10 · Armel Soubeiga, Violaine Antoine

A recent developing trend in clustering is the advancement of algorithms that not only identify clusters within data, but also express and capture the uncertainty of cluster membership. Evidential clustering addresses th…

Clustering

HiPart: Hierarchical Divisive Clustering Toolbox

2022-09-18 · Panagiotis Anagnostou, Sotiris Tasoulis, Vassilis Plagianakos, Dimitris Tasoulis

This paper presents the HiPart package, an open-source native python library that provides efficient and interpret-able implementations of divisive hierarchical clustering algorithms. HiPart supports interactive visualiz…

ClusteringComputational Efficiency

mwetoolkit-lib: Adaptation of the mwetoolkit as a Python Library and an Application to MWE-based Document Clustering

2022-06-01 · LREC (MWE) 2022 6 · Fernando Zagatti, Paulo Augusto de Lima Medeiros, Esther da Cunha Soares, Lucas Nildaimon dos Santos Silva 외

This paper introduces the mwetoolkit-lib, an adaptation of the mwetoolkit as a python library. The original toolkit performs the extraction and identification of multiword expressions (MWEs) in large text bases through t…

PyVeritas: On Verifying Python via LLM-Based Transpilation and Bounded Model Checking for C

2025-08-11 · Pedro Orvalho, Marta Kwiatkowska arxiv

Python has become the dominant language for general-purpose programming, yet it lacks robust tools for formal verification. In contrast, programmers working in languages such as C benefit from mature model checkers, for …

Fault Diagnosis

Biarchetype analysis: simultaneous learning of observations and features based on extremes

2023-11-18 · Aleix Alcacer, Irene Epifanio, Ximo Gual-Arnau

We introduce a novel exploratory technique, termed biarchetype analysis, which extends archetype analysis to simultaneously identify archetypes of both observations and features. This innovative unsupervised machine lear…