Searches / Bioinformatics (Oxford, England)[JOURNAL]

Bioinformatics (Oxford, England)[JOURNAL]

Sun 200 papers
RSS

ssHiCstuff: a package for the design and analysis of ssDNA-specific Hi-C experiments.

Mendiboure N, Modolo L, Janczarski S … +1 more , Piazza A

Bioinformatics · 2026 Jun · PMID 42330364 · Full text

MOTIVATION: Single-strand DNA-specific Hi-C (ssHi-C) is a recently developed technique enabling the capture of chromatin interactions involving single-stranded DNA (ssDNA), an intermediate of various DNA metabolic proces... MOTIVATION: Single-strand DNA-specific Hi-C (ssHi-C) is a recently developed technique enabling the capture of chromatin interactions involving single-stranded DNA (ssDNA), an intermediate of various DNA metabolic processes. ssHi-C entails the restoration of restriction sites in ssDNA regions of interest upon introduction of designer, internally barcoded "annealing oligonucleotides" prior to the restriction digestion step of Hi-C. The design of these "annealing oligonucleotides," as well as the analysis of the resulting ssHi-C data presents specific challenges, such as (i) differentiating ssDNA from dsDNA-derived contacts, (ii) tracking probe-specific interactions, and (iii) calibrating the amount of ssDNA contacts across biological samples. Dedicated computational tools are therefore needed to facilitate the design of, and extract biological information from, ssHi-C experiments. RESULTS: We present ssHiCstuff, a Rust- and Python-based package for the design of key reagents for ssHi-C experiments and for the analysis of ssHi-C data. ssHiCstuff provides (i) an automated annealing oligonucleotides design module, (ii) an end-to-end analyses pipeline, and (iii) a graphical user interface. ssHiCstuff simplifies the high-resolution analysis of ssDNA interactions at genome-wide scale. A graphical user interface (GUI) implemented in Python is also available for biologists without coding skills. AVAILABILITY: ssHiCstuff is freely available at https://github.com/Piazzalab/ssHiCstuff and https://zenodo.org/records/19677479 (https://doi.org/10.5281/zenodo.19677479) under the GPL 3.0 license. The annealing oligonucleotides design and the visualization modules are additionally freely available on a web browser at https://bioshiny.ens-lyon.fr/public/app/sshicstuff. A test dataset is available at https://zenodo.org/records/20035366 (https://doi.org/10.5281/zenodo.20035366).

DirectASRM: Uncovering allele-specific post-transcriptional RNA modifications through direct RNA sequencing.

Dai J, Zhang Y, Li J … +7 more , Ma J, Chen K, Meng J, Rigden DJ, Wei Z, Lin S, Xu Q

Bioinformatics · 2026 Jun · PMID 42330361 · Publisher ↗

SUMMARY: We developed DirectASRM, a comprehensive database for the systematic identification, integration, and annotation of allele-specific RNA modifications (ASRMs) from direct RNA sequencing data. DirectASRM enables s... SUMMARY: We developed DirectASRM, a comprehensive database for the systematic identification, integration, and annotation of allele-specific RNA modifications (ASRMs) from direct RNA sequencing data. DirectASRM enables single-base, transcript-level detection of ASRMs across multiple RNA modification types, diverse organisms and condition-specific contexts. The database further evaluates the confidence of each ASRM-SNP pair association within isoform context by jointly considering statistical evidence of allelic modification imbalance and independent support from external next-generation sequencing (NGS) - based RNA modification resources. DirectASRM also provides extensive functional annotations for ASRMs and their associated variants, including intra-sample transcript-level allele-specific expression (ASE) and allele-specific splicing, as well as additional post-transcriptional regulatory features such as miRNA binding, circRNA, RNA-protein interactions, and disease relevance. Overall, DirectASRM serves as a comprehensive resource that supports systematic investigation of the potential functional impact of genetic variants in epitranscriptomic regulation. AVAILABILITY AND IMPLEMENTATION: DirectASRM database is freely accessible at http://modinfor.com/DirectASRM/. DirectASRM pipeline is available at GitHub (https://github.com/jiayin1101/DirectASRM_pipeline) and Zenodo (DOI: https://doi.org/10.5281/zenodo.19876077). SUPPLEMENTARY INFORMATION: Supplementary data are available at Bioinformatics online.

GraphyloVar: predicting the impact of non-coding variants using a multi-species sequence model.

Lim D, Blanchette M

Bioinformatics · 2026 Jul · PMID 42330352 · Full text

MOTIVATION: Understanding the functional impact of genetic variants is a key problem for precision medicine. Tools like CADD, PhyloP, and PhastCons are useful, but they often look at each position in the genome in isolat... MOTIVATION: Understanding the functional impact of genetic variants is a key problem for precision medicine. Tools like CADD, PhyloP, and PhastCons are useful, but they often look at each position in the genome in isolation. This means they can miss important information from the evolutionary history that connects different species. In this paper, we extend our previous model, Graphylo, to predict the effects of variants. Our new model, GraphyloVar, is built to directly utilize the phylogenetic tree that relates the species. RESULTS: GraphyloVar is a deep learning model that considers both DNA sequence and evolutionary patterns from many species. It uses two main components: Graph Convolutional Networks (GCNs) to process the phylogenetic tree, and Transformer encoders to extract features from the DNA sequences. Pre-trained to predict population-level allele frequencies on the TOPMed whole-genome sequencing cohort, GraphyloVar achieves an AUROC of 0.6246 zero-shot on ∼149M held-out variants, and an ensemble with CADD reaches 0.6442 (+0.020, P<10-15). Fine-tuned GraphyloVar achieves the highest AUROC across all 13 MPRA benchmark datasets. By integrating deep learning with explicit phylogenetic input, GraphyloVar offers a powerful and complementary approach to variant effect prediction that utilizes the full evolutionary history from many species to better identify and prioritize important non-coding variants. AVAILABILITY AND IMPLEMENTATION: Code and datasets are available at https://github.com/DongjoonLim/GraphyloVar under DOI: 10.5281/zenodo.20616818.

Fitness translocation: improving variant effect prediction with biologically-grounded data augmentation.

Mialland A, Fukunaga S, Katsuki R … +3 more , Dong Y, Yamaguchi H, Saito Y

Bioinformatics · 2026 Jun · PMID 42324601 · Publisher ↗

MOTIVATION: Data scarcity limits the characterization of protein fitness landscapes and the development of accurate variant effect prediction models. To address this challenge, we introduce fitness translocation, a data... MOTIVATION: Data scarcity limits the characterization of protein fitness landscapes and the development of accurate variant effect prediction models. To address this challenge, we introduce fitness translocation, a data augmentation strategy that generates synthetic variants for a target protein by leveraging variant fitness data previously measured in homologous proteins. Using embeddings from protein language models, the method computes the difference between each homolog variant and its wild type and applies these offsets to the target wild-type embedding to create synthetic variants in embedding space. RESULTS: We illustrate the utility of fitness translocation in the context of variant effect prediction on three protein families: IGPS, GFP, and SARS-CoV-2 spike proteins, across different models and training data sizes. Fitness translocation consistently improves predictive performance, particularly under limited training data, and is effective even when augmenting with remote homologs sharing as little as 35% sequence identity. These results illustrate how biologically grounded data augmentation can expand and diversify protein fitness landscapes, supporting more data-efficient protein engineering. AVAILABILITY AND IMPLEMENTATION: The code and datasets are available at https://github.com/adrienmialland/ProtFitTrans. SUPPLEMENTARY INFORMATION: Supplementary data are available at Bioinformatics online.

DeepSynBa: Actionable Drug Combination Prediction with Complete Dose-Response Profiles.

Kuru HI, Zhang H, Rattray M … +4 more , Ek CH, Cicek AE, Tastan O, Milo M

Bioinformatics · 2026 Jun · PMID 42324597 · Publisher ↗

Many cancer monotherapies demonstrate limited clinical efficacy, making combination therapies a relevant treatment strategy. The extensive number of potential drug combinations and context-specific response profiles comp... Many cancer monotherapies demonstrate limited clinical efficacy, making combination therapies a relevant treatment strategy. The extensive number of potential drug combinations and context-specific response profiles complicates the prediction of drug combination responses. Existing computational models are typically trained to predict a single aggregated synergy score, which summarises drug responses across different dosage combinations, such as Bliss or Loewe scores. This oversimplification of the drug-response surface leads to high prediction uncertainty and limited actionability, as these models fail to distinguish between potency and efficacy. We introduce DeepSynBa, an actionable model that predicts the complete dose-response matrix of drug pairs instead of relying on an aggregated synergy score. This is achieved by predicting parameters describing the response surface as an intermediate layer in the model. Evaluated on the NCI-ALMANAC and the O'Neil datasets, DeepSynBa outperforms the state-of-the-art methods in the dose-response matrix prediction task across most evaluation scenarios, including testing on novel drug combinations, cell lines, and drugs, across nine different tissue types. We also show that DeepSynBa yields reliable synergy score predictions. More importantly, DeepSynBa can predict drug combination responses across different dosages for untested combinations. The intermediate dose-response parameter layer enables the separation of efficacy from potency, informing the selection of dosage ranges that optimise efficacy while limiting off-target toxicity in experimental screens. The predictive capability and the downstream actionability make DeepSynBa a powerful tool for advancing drug combination research beyond the limitations of the current approaches. The code and the dataset for DeepSynBa are available at https://github.com/hikuru/DeepSynBa.

Microbial Named Entity Recognition and Normalisation for AI-assisted Literature Review and Meta-Analysis.

Patel D, Lain AD, Vijayaraghavan A … +5 more , Faghih-Mirzaei N, Mweetwa MN, Wang M, Beck T, Posma JM

Bioinformatics · 2026 Jun · PMID 42324596 · Publisher ↗

MOTIVATION: Manual curation of biomedical literature is slow and error-prone and while large language models trained on general texts have shown to be useful for text summarisation, these methods lack the domain-specific... MOTIVATION: Manual curation of biomedical literature is slow and error-prone and while large language models trained on general texts have shown to be useful for text summarisation, these methods lack the domain-specific expertise required to perform this task accurately. Here we describe the creation of the first microbiome-specific text corpus, use this to train deep learning algorithms for named-entity recognition (NER) and entity linking (EL), and demonstrate their use to meta-analyse microbiome literature. RESULTS: The training and validation set (n = 1,410) contained a total of 90,150 annotations (both long form and abbreviations). Using the gold-standard test set (n = 288), with an inter-annotator agreement rate of 99.52% for NER and 88.31% for EL, the trained models were evaluated and our fine-tuned BioBERT model achieved an F1-score of 96% for NER surpassing a rule- and dictionary-based annotation pipeline (94%). For EL the accuracy obtained by the deep learning models greatly surpassed that of the pipeline (91% vs 69%). Evaluated across the entire available literature (n = 6,927) across 14 domains, our models annotate an entire full-text document in only 7 seconds. AVAILABILITY: All codes are available for automatic annotation and model training, with instructions on how to deploy the model on new text, from GitHub and Zenodo. The redistributable, annotated training set and unannotated test set are made available from Zenodo with the redistributable, human-labelled test set hosted as benchmark on Codabench for NER only and NER+EL for evaluation. The annotated documents for all available literature are hosted separately at Zenodo. SUPPLEMENTARY INFORMATION: Supplementary data are available at Bioinformatics online.

Protein-Nucleic Acid Binding Site Prediction Using Interpretable Kolmogorov-Arnold Networks with Hypergraph Representation Learning.

Zhu Y, Sun G, Zhu W … +4 more , Fan Y, Wu Z, Zheng X, Pan X

Bioinformatics · 2026 Jun · PMID 42323855 · Publisher ↗

MOTIVATION: In recent years, protein language models (pLMs) and graph neural networks (GNNs) have demonstrated powerful expressive and reasoning capabilities in modeling protein-RNA/DNA interactions. However, existing me... MOTIVATION: In recent years, protein language models (pLMs) and graph neural networks (GNNs) have demonstrated powerful expressive and reasoning capabilities in modeling protein-RNA/DNA interactions. However, existing methods, which use simple graphs to describe the relationships between residues, struggle to effectively capture the high-order, multi-body residue interactions present in protein-nucleic acid complex structures. In fact, spatially continuous but sequence-wise discontinuous residues often cooperatively determine nucleic acid binding capacity. RESULTS: In this study, we present IKANbind, a computational approach that combines hypergraph representation learning and interpretable Kolmogorov-Arnold Networks (KANs), for identifying nucleic acid binding residues (NBRs) in proteins. By combining the advantages of pLM, hypergraph neural networks and symbolic KAN, IKANbind outperforms existing methods on multiple NBR benchmark datasets. We also demonstrated that the pLM used in IKANbind can implicitly learn the physicochemical properties of binding residues, such as charge and hydrophobicity. In addition, the symbolic KAN, which uses a unique weighted mechanism of decomposable basis functions, can accurately identify the features with the greatest contribution to NBR recognition. We found that polarity and charge make greater contributions to NBR prediction than other physicochemical properties or evolutionary information. Finally, IKANbind achieves promising performance when extended to other ligand-binding residue prediction tasks. AVAILABILITY: IKANbind is freely available at https://github.com/yangfengzhuguet/IKANBind. SUPPLEMENTARY INFORMATION: Supplementary data are available at Bioinformatics online.

ChromBERT-tools: a versatile toolkit for context-specific regulatory representations of transcription regulators across different cell types.

Chen Q, Li Z, Yu Z … +1 more , Zhang Y

Bioinformatics · 2026 Jun · PMID 42320030 · Full text

SUMMARY: Representations that encode the genome-wide regulatory behavior of transcription regulators provide a foundation for flexible transcription modeling and in silico regulatory analysis. Existing regulator represen... SUMMARY: Representations that encode the genome-wide regulatory behavior of transcription regulators provide a foundation for flexible transcription modeling and in silico regulatory analysis. Existing regulator representations are commonly derived from gene co-expression, motif annotations, or static protein features, which capture useful but limited aspects of regulator identity but do not directly model how regulators participate in region-specific regulatory programs across the genome. ChromBERT addresses this gap by learning context-aware regulatory representations from large-scale ChIP-seq data. However, routine bioinformatics applications require lightweight, accessible, and modular tools for generating, adapting, and interpreting these representations in user-defined biological contexts. Here, we present ChromBERT-tools, a user-oriented toolkit built upon ChromBERT that converts its regulatory representation framework into practical workflows for customizable analysis across cellular contexts. ChromBERT-tools provides command-line interfaces and Python APIs organized into three functional layers: representation generation, predictive modeling, and regulatory interpretation. The representation generation layer produces representations of genomic regions and transcription regulators. The predictive modeling layer fine-tunes ChromBERT for genome-wide regulatory activity prediction through classification or regression tasks, with optimized implementation to reduce running time and computational resource requirements. The regulatory interpretation layer supports inference of the context-specific roles of cis-regulatory elements and transcription regulators. These modules can be used independently or integrated into end-to-end workflows, enabling flexible analyses across diverse datasets. ChromBERT-tools lowers the barrier to applying context-specific regulatory representations in routine genomic analyses. AVAILABILITY AND IMPLEMENTATION: ChromBERT-tools is freely available at https://github.com/TongjiZhanglab/ChromBERT-tools, with documentation at https://chrombert-tools.readthedocs.io/en/latest/. A frozen archival snapshot is available on Zenodo under DOI: 10.5281/zenodo.20094206.

Membrane Kymograph Generator: a cross-platform GUI software for automated generation and analysis of kymographs along dynamic cell boundaries.

Banerjee T, Abubaker-Sharif B, Devreotes PN … +1 more , Iglesias PA

Bioinformatics · 2026 Jun · PMID 42316814 · Full text

SUMMARY: The plasma membrane and accompanying cortex serve as major hubs of signal transduction and cytoskeletal activities that collectively regulate cell physiological processes such as migration, polarity, macropinocy... SUMMARY: The plasma membrane and accompanying cortex serve as major hubs of signal transduction and cytoskeletal activities that collectively regulate cell physiological processes such as migration, polarity, macropinocytosis, phagocytosis, and cytokinesis. Yet, dynamically tracking membrane-cortex associated protein or lipid kinetics from live-cell image series remains challenging, primarily due to the difficulty of accurately extracting and aligning the cell boundary between consecutive frames as the cell continuously deforms and moves. Here, we present Membrane Kymograph Generator, a cross-platform software that accepts multichannel time-lapse live-cell fluorescent imaging datasets and automates boundary tracking, inter-frame alignment, and intensity sampling along the boundary. The software implements a rotational offset minimization algorithm that aligns boundaries across consecutive frames by exhaustively searching for the optimal angular shift that minimizes point-to-point distances, while handling variations in boundary point counts due to cell shape changes. The software outputs kymographs representing spatiotemporal dynamics of membrane-associated proteins or biosensors, allows users to fine-tune visualization parameters through an interactive interface, and provides built-in correlation analysis tools for multi-channel datasets. Furthermore, a native Python API enables programmatic usage for batch processing and further downstream analysis. Validation tests demonstrated that the Membrane Kymograph Generator accurately tracks, visualizes, and quantitates the spatial kinetics of a wide array of membrane proteins and lipid biosensors over extended time periods, in a variety of cell types including Dictyostelium amoeba, human neutrophils, mouse macrophages, and mammalian cancer cells. The GUI-based software is user-friendly, requires no technical expertise, and significantly reduces the manual effort required for kymograph generation and analysis while ensuring high accuracy and reproducibility. AVAILABILITY AND IMPLEMENTATION: Membrane Kymograph Generator is free and open-source, licensed under GNU General Public License 3.0 or later. It can be installed on both x86-64 and AArch64/ARM64 computers running Windows, macOS, or any standard Linux distribution. The software is distributed as standalone installer files and portable executables targeting specific architectures and operating systems, requiring no dependency resolution. The source code, documentation/wiki, installers, portable binaries, and test data are freely available at https://github.com/tatsatb/membrane-kymograph-generator. The software can also be installed via PIP (package ID: membrane-kymograph, https://pypi.org/project/membrane-kymograph) and accessed programmatically via a built-in Python API. The source code is also archived on Zenodo (DOI: 10.5281/zenodo.20318834).

GMHAN: a heterogeneous graph attention framework for prioritizing coding and non-coding driver genes.

Meng P, Zhang T, Wang G

Bioinformatics · 2026 Jun · PMID 42316799 · Full text

MOTIVATION: Cancer, a disease of high complexity. Identifying cancer driver genes is fundamental for elucidating oncogenesis and promoting precision medicine. Currently, most approaches mainly focus on homogeneous gene n... MOTIVATION: Cancer, a disease of high complexity. Identifying cancer driver genes is fundamental for elucidating oncogenesis and promoting precision medicine. Currently, most approaches mainly focus on homogeneous gene networks and single-omics data, thereby mainly identifying coding driver genes while ignoring non-coding driver genes. RESULT: Thus, we introduced GMHAN, a novel framework based on HAN. Firstly, we integrated the three types of omics data of genes and PPI network topology feature, together with the multi-dimensional features of miRNAs. Afterwards, we used heterogeneous graph attention networks to obtain deep feature embeddings of genes and miRNAs. Finally, the deep feature embeddings are input multilayer perceptron to obtain the probability that genes and miRNAs being cancer drivers. In a comparative evaluation against seven methods, GMHAN demonstrates better performance across both pan-cancer and cancer-specific datasets, achieving higher scores in AUC and AUPR. It has confirmed its effectiveness in identifying carcinogenic drivers. AVAILABILITY AND IMPLEMENTATION: The source code of GMHAN is available at: https://github.com/mping315/GMHAN and https://doi.org/10.5281/zenodo.20154736.

Movi 2: Fast and Space-Efficient Queries on Pangenomes.

Zakeri M, Brown NK, Gagie T … +1 more , Langmead B

Bioinformatics · 2026 Jun · PMID 42312341 · Publisher ↗

MOTIVATION: Space-efficient compressed indexing methods are critical for pangenomics and for avoiding reference bias. In the Movi study, we implemented the move-structure index, highlighting its locality-of-reference and... MOTIVATION: Space-efficient compressed indexing methods are critical for pangenomics and for avoiding reference bias. In the Movi study, we implemented the move-structure index, highlighting its locality-of-reference and speed. However, Movi had a high memory footprint compared to other compressed indexes. RESULTS: Here we introduce Movi 2 and describe new methods that greatly reduce size and memory footprint of move structure-based indexes. The most compressed version of Movi 2 reduces the Movi index's space footprint more than fivefold. We also introduce sampling approaches that enable trade-offs between query and space efficiency. To demonstrate, we show that Movi 2 achieves advantageous time and space tradeoffs when applied to large pangenome collections, including both the first and second releases of the Human Pangenome Reference Consortium (HPRC) collection, the latter of which spans over 460 human haplotypes. We show that Movi 2 dominates prior methods on both speed and memory footprint, including both r-index-based and our previous move-structure-based method. AVAILABILITY AND IMPLEMENTATION: The methods we developed for Movi 2 are publicly available at https://github.com/mohsenzakeri/Movi.

Praxis-BGM: clustering of omics data using semi-supervised transfer learning for Gaussian mixture models via natural-gradient variational inference.

Jia Q, Goodrich JA, Conti DV

Bioinformatics · 2026 Jun · PMID 42308558 · Full text

MOTIVATION: High-dimensional omics data are typically measured on limited sample sizes, which challenges model-based clustering methods such as Gaussian mixture models (GMMs), often leading to instability and poor genera... MOTIVATION: High-dimensional omics data are typically measured on limited sample sizes, which challenges model-based clustering methods such as Gaussian mixture models (GMMs), often leading to instability and poor generalization under complex mixture structures. To address these limitations, we developed Praxis-BGM, a natural-gradient variational inference framework for GMMs. Praxis-BGM enables semi-supervised transfer learning by incorporating an informative prior GMM estimated from large-scale reference data with robust cluster structures. The prior model can encode cluster-specific means, covariance structures, and structural connectivity patterns, and is updated using the target data with variational inference to improve clustering in small-sample settings. RESULTS: Using the Variational Online Newton (VON) algorithm, we derived natural-gradient updates for the standard parameters of GMMs. Implemented in the Python library JAX for accelerator-oriented computation, Praxis-BGM is computationally efficient and scalable. Across extensive simulations and two real-world applications-breast cancer bulk transcriptomics for subtype recovery and single-cell transcriptomics for cross-platform cell-type label transfer-Praxis-BGM improves posterior clustering performance, stability, and biological interpretability, even when priors are partially mismatched. AVAILABILITY AND IMPLEMENTATION: Praxis-BGM is freely available at https://github.com/ContiLab-usc/Praxis-BGM, and an archival version is available on Zenodo at https://doi.org/10.5281/zenodo.19657680.

DyMamba: dynamic Mamba for microscopy image semantic segmentation.

Cai B, Wang X, Jia Z … +3 more , Zhang F, Hu B, Wan X

Bioinformatics · 2026 Jun · PMID 42308553 · Full text

MOTIVATION: Segmentation of cell bodies and organelles in microscopy images is critical for biological research, particularly in scenarios with multiple regions of interest where spatial continuity is essential. The Mamb... MOTIVATION: Segmentation of cell bodies and organelles in microscopy images is critical for biological research, particularly in scenarios with multiple regions of interest where spatial continuity is essential. The Mamba architecture, derived from State Space Models (SSMs), has recently gained attention for efficiently modeling long-range dependencies in sequences, achieving excellent results in both natural and medical image segmentation. However, in vision tasks, current Mamba scanning strategies mainly focus on raster-scanning and local-scanning, which introduce spatial discontinuities, severely affecting the effectiveness of segmentation at the pixel level, especially in dense segmentation tasks. RESULTS: In this article, we propose DyMamba, a Mamba-based model featuring a dynamic scanning strategy that adaptively plans scanning paths based on local features and complexity. In addition, to address the challenges of detail prediction and small object detection, we introduce a local aware module that performs pixel-level regional processing on images. DyMamba achieves robust segmentation across diverse microscopy image types, including cell-, organelle- and tissue-scale images. Experiments on six datasets and multiple scanning strategies demonstrate the excellent performance of our method in segmenting microscopy images, achieving an average improvement of 6.9% in mDice and 4.3% in mIoU over state-of-the-art methods across all datasets. AVAILABILITY: The code is released at https://github.com/cbqBit/dymamba.

Robust prioritization of genomic features with stability selection.

Yang G, Lu X, Wu C

Bioinformatics · 2026 Jun · PMID 42308532 · Publisher ↗

MOTIVATION: The heterogeneity of complex diseases including cancer leads to heavy-tailed distributions in the disease traits. In such settings, non-robust variable selection methods are inherently susceptible to data con... MOTIVATION: The heterogeneity of complex diseases including cancer leads to heavy-tailed distributions in the disease traits. In such settings, non-robust variable selection methods are inherently susceptible to data contamination and can yield unstable or misleading results. This vulnerability becomes more severe for recently proposed approaches that introduce pseudo-features as negative controls, as these methods further amplify the curse of dimensionality by expanding the genotype matrix in the presence of outliers and high-dimensional genomic features. RESULTS: We develop a robust variable selection framework with stability selection to prioritize genomic features in the presence of contamination. In contrast to existing approaches that rely on pseudo-features for error control, the proposed method achieves double robustness. First, it adopts least absolute deviation (LAD) LASSO to ensure robustness against outliers and heavy-tailed errors in disease traits. Second, it avoids augmenting the genotype matrix with pseudo-features, thereby mitigating the curse of dimensionality that is particularly problematic in high-dimensional genomic data. The proposed method has been extensively evaluated in simulation studies to demonstrate its effectiveness over multiple competing methods for variable selection. In addition, we have applied the proposed method and competing approaches to two real-data case studies: the The Cancer Genome Atlas (TCGA) Skin Cutaneous Melanoma (SKCM) dataset and an eQTL dataset. The results demonstrate that the proposed method achieves superior performance by identifying genomic features with higher reproducibility. AVAILABILITY AND IMPLEMENTATION: The source code for implementing the proposed methods is publicly available at https://github.com/cenwu/RSS with an archival DOI https://doi.org/10.6084/m9.figshare.32306883.

needLR: long-read structural variant annotation with population-scale frequency estimation.

Gustafson JA, Lin J, Zalusky MPG … +2 more , Eichler EE, Miller DE

Bioinformatics · 2026 Jul · PMID 42308524 · Full text

SUMMARY: We present needLR, a structural variant (SV) annotation tool that can be used for filtering and prioritization of candidate pathogenic SVs from long-read sequencing data using population allele frequencies, anno... SUMMARY: We present needLR, a structural variant (SV) annotation tool that can be used for filtering and prioritization of candidate pathogenic SVs from long-read sequencing data using population allele frequencies, annotations for genomic context, and gene-phenotype associations. When using population data from 500 presumably healthy individuals to evaluate nine test cases with known pathogenic SVs, needLR assigned allele frequencies to over 97.5% of all detected SVs and reduced the average number of novel genic SVs to 121 per case while retaining all known pathogenic variants. AVAILABILITY AND IMPLEMENTATION: needLR is implemented in bash with dependencies including Truvari v4.2.2, BEDTools v2.31.1, and BCFtools v1.19. Source code, documentation, and pre-computed population allele frequency data are freely available at https://github.com/jgust1/needLR under an MIT license and archived on Zenodo at https://zenodo.org/records/19463479.

NanoSimFormer: an end-to-end transformer-based nanopore signal simulator with basecaller guidance.

Xie S, Ding L, Liu L … +3 more , Ong YS, Li J, Zhu Z

Bioinformatics · 2026 Jun · PMID 42302398 · Full text

MOTIVATION: High-fidelity simulation of nanopore sequencing signals is critical for rigorous benchmarking and validation of the nanopore signal processing pipeline. However, existing signal simulators often fail to captu... MOTIVATION: High-fidelity simulation of nanopore sequencing signals is critical for rigorous benchmarking and validation of the nanopore signal processing pipeline. However, existing signal simulators often fail to capture the non-linear dynamics of nanopore current signals, relying on static pore models or lacking optimization objectives tied to basecalling, resulting in synthetic signals with low basecalling accuracy and fidelity. RESULTS: We introduce NanoSimFormer, an end-to-end Transformer-based signal simulator that integrates basecaller guidance during training to generate high-fidelity nanopore signals. NanoSimFormer achieves a median basecalling accuracy exceeding 99% and Q-scores above 22.8 for Oxford Nanopore Technologies' latest DNA R10.4.1 and direct RNA sequencing, closely mirroring real experimental baselines. It faithfully recapitulates experimental variant calling performance across the five human samples, achieving F1-scores of 0.9953-0.9973 and 0.7862-0.8612 for single-nucleotide polymorphisms and small indels detections, respectively. Compared with previous simulators, NanoSimFormer also substantially reduces false positives in homopolymer and short tandem repeat regions. NanoSimFormer-derived reads enable high-quality de novo bacterial assembly with consensus error rates below one mismatch per 100 kbp and maintain high correlations with experimental abundance in metagenomic and transcriptomic datasets. AVAILABILITY AND IMPLEMENTATION: NanoSimFormer is freely available on GitHub at: https://github.com/BioinfoSZU/NanoSimFormer.

GT-Mamba: A Topology-Aware Graph-State Space Model for Robust and Interpretable Epigenetic Age Prediction.

Wang H, Wang H, Tong Y … +4 more , Liu Y, Jing Q, Lin GN, Zhang L

Bioinformatics · 2026 Jun · PMID 42302397 · Publisher ↗

MOTIVATION: Current epigenetic clocks face a trade-off between predictive accuracy and biological interpretability, often relying on dataset-specific correction to generalize across cohorts. We propose GT-Mamba, a novel... MOTIVATION: Current epigenetic clocks face a trade-off between predictive accuracy and biological interpretability, often relying on dataset-specific correction to generalize across cohorts. We propose GT-Mamba, a novel architecture that integrates a Structure-Aware Graph Transformer with the Mamba state space model. This design captures CpG topological correlations and genome-wide long-range dependencies. RESULTS: GT-Mamba demonstrates strong out-of-the-box robustness across heterogeneous independent validation cohorts, achieving a weighted average MAE of 4.43 years. Notably, it effectively generalizes to EPIC 850k arrays despite partial feature missingness, and maintains consistent performance across homologous age distribution shifts (MAE 2.94 years in a young cohort). Ablation studies confirm that graph topology contributes to improved robustness against noise.Mechanistic analysis suggests that the model captures methylation patterns associated with both developmental and functional processes. AVAILABILITY: Source code and pre-trained models are freely available at https://github.com/NENUBioCompute/GT-Mamba and archived on Zenodo (DOI: 10.5281/zenodo.19703155). SUPPLEMENTARY INFORMATION: Supplementary data are available at Bioinformatics online.

barbieQ: an R software package for analysing barcode count data from clonal tracking experiments.

Fei L, Maksimovic J, Oshlack A

Bioinformatics · 2026 Jun · PMID 42302391 · Full text

MOTIVATION: A 'clone' encompasses a progenitor cell and its progeny cells. Tracking clonal composition as cells differentiate or evolve is useful in many fields. Various single-cell lineage tracing (clonal tracking) tech... MOTIVATION: A 'clone' encompasses a progenitor cell and its progeny cells. Tracking clonal composition as cells differentiate or evolve is useful in many fields. Various single-cell lineage tracing (clonal tracking) technologies use unique DNA barcodes that are passed from progenitor cells to their offspring. The barcode count for each sample indicates cell number in clones. However, analysis of barcode count data is often bespoke and relies on visualisations and heuristics. A generalized workflow for preprocessing and robust statistical analysis of barcode count data across protocols is needed. RESULTS: We introduce barbieQ, a Bioconductor R package for analysing barcode count data across groups of samples. It provides data-driven quality control and filtering, extensive visualisations, and two statistical tests: (1) Differential barcode proportion (differences in proportions between sample groups), and (2) Differential barcode occurrence (differences in presence/absence odds between groups). Both tests handle complex experimental designs using regression models and rigorously account for sample-to-sample variability. We validated both tests on semi-simulated, real data and a case study, demonstrating that they hold their size, are sufficiently powered to detect true differences, and outperform existing approaches. AVAILABILITY: barbieQ is available on Bioconductor at https://doi.org/10.18129/B9.bioc.barbieQ.

VIJB: a companion of the JBROWSE genome browser for the visually impaired people.

Nashed S, Uguen P, Sachs LM … +1 more , Buisine N

Bioinformatics · 2026 Jun · PMID 42302388 · Publisher ↗

MOTIVATION: The availability of touch-sensitive and haptic devices has been a keystone development for the inclusion of visually impaired people (VIPs) in modern, highly digitized work environments. Braille displays have... MOTIVATION: The availability of touch-sensitive and haptic devices has been a keystone development for the inclusion of visually impaired people (VIPs) in modern, highly digitized work environments. Braille displays have proven efficient and versatile enough to parse large and complex text files, making bioinformatics and text-heavy programming accessible to VIPs. However, the complex graphical objects -combining numerous datasets- typically generated during data integration remain challenging, even with the aid of descriptive AI. This is particularly true in functional genomics. Here, we present VIJB, a simple application that displays the multilayered output of the JBROWSE genome browser on a Braille reader, enabling VIPs to fully participate in data integration in functional genomics. AVAILABILITY AND IMPLEMENTATION: VIJB is programmed in Python and relies on the scientific library NumPy, the braillegraph and pyBigWig libraries, and the TABIX software. The architecture is summarized in Supplementary Material 1. VIJB is available for download at the GitHub repository https://GitHub.com/NiBuMNHN/VIJB and is licenced under the GPL 3.0. SUPPLEMENTARY INFORMATION: Supplementary data are available at Bioinformatics online.

PhyloNaP: a user-friendly database of Phylogeny for Natural Product-producing enzymes.

Korenskaia A, Adamek M, Szenei J … +4 more , Vader L, Blin K, Weber T, Ziemert N

Bioinformatics · 2026 Jun · PMID 42302386 · Publisher ↗

SUMMARY: Phylogenetic analysis is widely used to predict enzyme function, yet building annotated and reusable trees is labor-intensive and requires extensive knowledge about the specific enzymes. Existing resources rarel... SUMMARY: Phylogenetic analysis is widely used to predict enzyme function, yet building annotated and reusable trees is labor-intensive and requires extensive knowledge about the specific enzymes. Existing resources rarely cover biosynthetic enzymes and lack the context needed for meaningful analysis.We present PhyloNaP, the first large-scale resource dedicated to phylogenies of biosynthetic enzymes. PhyloNaP provides ∼51,000 annotated and interactive trees enriched with chemical, functional, and taxonomic information. Users can classify their own sequences via phylogenetic placement, enabling functional inference in an evolutionary context. A contribution portal allows the community to submit curated trees. By combining scale, breadth of annotation, and interactive functionality, PhyloNaP fills a major gap in bioinformatics resources for enzyme discovery and annotation, with immediate applications to secondary metabolism and beyond. AVAILABILITY AND IMPLEMENTATION: Freely available on the web at https://phylonap.cs.uni-tuebingen.de. SUPPLEMENTARY INFORMATION: Supplementary data are available at Bioinformatics online.
← Prev Page 3 of 10 Next →

About

Frequency
Sun
Papers found
200
RSS feed
Subscribe