Published May 15, 2025 | https://doi.org/10.59350/h1rfy-r6306

Weekly Recap (May 2025, part 2)

Creators & Contributors

Feature image

This week's recap highlights compendium of human gene functions derived from evolutionary modelling from the Gene Ontology Consortium, an AI reasoning model applied to rare disease diagnosis, an agentic AI for scRNA-seq data exploration, and applying FAIR principles to scientific workflows.

Others that caught my attention include polars-bio for fast operations on genomic intervals, LiftOn for combining DNA and protein alignments to improve genome annotation, a review on modeling and design of transcriptional enhancers, cell type annotations with ChatGPT, single-molecule protein sequencing with nanopores, genomic language models for predicting enhancers, a new cell segmentation method for spatial transcriptomics, domain-specific embeddings to uncover latent genetics knowledge, demographic inference from genealogical trees, a de novo metagenome assembler for heavily damaged ancient datasets, and an R package for epigenome-wide association studies.

Subscribe to Paired Ends (free) to get summaries like this delivered to your e-mail.

Deep dive

A compendium of human gene functions derived from evolutionary modelling

Paper: Feuermann, et al, "A compendium of human gene functions derived from evolutionary modelling," Nature, 2025, https://doi.org/10.1038/s41586-025-08592-0.

The Gene Ontology (geneontology.org) was started in the 1990s and provides what's probably the largest collection of functional annotation information about genes and gene products. There are over 43,000 hits in PubMed for Gene Ontology, and scores of software tools for analyzing genomic data with GO, from enrichment analysis to functional annotation and many others.

TLDR: This paper comprehensively maps human gene functions using evolutionary modeling, enhancing our understanding of genome biology and functional genomics. The authors integrate experimental gene function data from humans and model organisms to create detailed evolutionary models, capturing functional gains and losses, providing an enriched resource that substantially improves current functional annotations. This integrated dataset notably improves common genomic analyses, like Gene Ontology enrichment.

Summary: Feuermann and colleagues provide an extensive and integrative resource of human gene functions, developed by evolutionary modeling of functional annotations derived from experimental data. By leveraging annotations from model organisms, the authors created evolutionary models across gene families, systematically documenting functional gain and loss events, resulting in a rich dataset that includes functional annotations for approximately 82% of human protein-coding genes. The importance of this work lies in addressing gaps left by previous databases, which lacked integration of experimental evidence across species and evolutionary contexts, leading to a resource that is both comprehensive and highly reliable. This dataset enhances the accuracy and utility of common bioinformatics approaches, particularly Gene Ontology enrichment analyses, by offering non-redundant and experimentally validated annotations. Applications of this work include more accurate gene function prediction, improved interpretation of genomic data, and insights into the evolutionary dynamics of gene functions.

Methodological highlights:

  • Implements explicit evolutionary models to systematically reconstruct the historical gain and loss of gene functions across human protein-coding genes.

  • Selectively integrates experimental annotations from extensive literature, prioritizing minimally redundant, maximally informative GO terms.

  • Provides reliability estimates demonstrating high confidence (90–97%) in these evolutionary-based functional annotations.

New tools, data, and resources:

  • PAN-GO dataset: A publicly available, comprehensive set of integrated GO annotations based on evolutionary modeling for human genes, accessible at https://functionome.geneontology.org.

  • PAINT tool: Software for manual curation and integration of phylogenetic data with GO annotations, allowing users to explore and contribute to gene function evolutionary models. Available at https://github.com/pantherdb/db-PAINT.

  • Evolutionary model browser: https://pantree.org.

Extended Data Fig. 1
Extended Data Fig. 1 from Feuermann 2025: Overview of process for creating the set of human gene functions. First, experimental results from the scientific literature are captured as primary GO annotations, and stored in the GO knowledgebase (GO KB). The next step is phylogenetic integration: a massive corpus of primary annotations for genes in multiple different organisms was integrated using phylogenetic trees that represent the evolutionary relationships between genes. For each gene family tree, selected primary annotations are used to construct an explicit evolutionary model of gains and losses of gene function along branches of the phylogenetic tree, and the evolutionary model is then used to create the integrated PAN-GO annotations for human genes. The set of human gene functions reported here comprises nearly 69,000 integrated annotations.

Evidence Aggregator: AI reasoning applied to rare disease diagnostics

Paper: Twede et al., "Evidence Aggregator: AI reasoning applied to rare disease diagnostics," bioRxiv, 2025, https://doi.org/10.1101/2025.03.10.642480.

I spent my grad school and postdoc years in the late 2000s in genetic epidemiology, right around when the first GWAS were being performed on AMD. I wish a tool like this (and data to power it) existed back then.

TLDR: This paper introduces an AI-driven pipeline that greatly reduces the burden of manual literature review in rare disease diagnosis. The Evidence Aggregator (EvAgg) automates extraction and synthesis of literature-based genetic variant evidence, significantly speeding up the diagnostic workflow and demonstrating strong benchmark performance, including a notable 34% reduction in analyst review time.

Summary: The authors describe Evidence Aggregator (EvAgg), an AI pipeline leveraging large language models (LLMs) to automate literature review for diagnosing rare genetic diseases. EvAgg consists of three modules: selecting relevant papers, identifying genetic variants from these papers, and extracting detailed content such as phenotype, variant type, and inheritance patterns. The significance of this work lies in addressing the major bottleneck of manually reviewing and synthesizing genetic evidence from extensive literature, thereby expediting rare disease diagnoses and potentially increasing diagnostic accuracy and efficiency. Practical applications include facilitating faster variant assessments, supporting genetic analysts in clinical and research settings, and potentially reducing diagnostic latency for patients suffering from rare diseases.

Methodological highlights:

  • Implements a consensus-based approach combining keyword matching and LLM classification to select relevant literature with extremely high recall (97%).

  • Employs normalization and validation techniques, including HGVS nomenclature standards and external tools such as Mutalyzer, to robustly extract genetic variant data.

  • Includes rigorous benchmarking against manually curated datasets and incorporates user feedback to evaluate real-world performance and utility in clinical workflows.

New tools, data, and resources:

  • Evidence Aggregator (EvAgg): An open-source AI tool designed to automate literature review for rare genetic disease diagnostics, significantly reducing review time and enhancing variant analysis workflows. Available at https://github.com/microsoft/healthfutures-evagg, implemented primarily using Python and Azure OpenAI services.

  • Integrated seqr analysis interface: EvAgg outputs have been integrated into seqr, a web-based genome analysis platform (https://seqr.broadinstitute.org/), facilitating direct incorporation into existing genomic diagnostic workflows.

Figure 1 from Twede 2025: Overview of the Evidence Aggregator. The Evidence Aggregator leverages generative artificial intelligence (AI) to perform analyst's literature review tasks, which are currently a manual process in their gene/variant analysis workflow. Analysts conduct literature review for one variant and gene at a time, curating gene-level phenotypes, variant locations, and pathogenicity mechanisms to support or refute variant pathogenicity and relevance to the case under review.

CompBioAgent: An LLM-powered agent for single-cell RNA-seq data exploration

Paper: Zhang, et al., "CompBioAgent: An LLM-powered agent for single-cell RNA-seq data exploration," bioRxiv, 2025, https://doi.org/10.1101/2025.03.17.643771.

TLDR: This paper introduces a chatbot-like interface for single-cell RNA-seq analysis that converts plain-language queries into detailed data visualizations. CompBioAgent integrates LLMs with databases and visualization tools to automate single-cell data exploration, lowering barriers for non-computational researchers.

Summary: Zhang and colleagues present CompBioAgent, a web-based AI tool leveraging large language models (LLMs) to streamline the analysis and visualization of single-cell RNA sequencing data without requiring coding expertise. Users interact with CompBioAgent via natural language queries, which the system then translates into structured database requests and visualization commands. This tool addresses a significant bottleneck by automating complex bioinformatics workflows, making high-dimensional single-cell data analyses accessible to a broader audience. CompBioAgent notably integrates with CellDepot for dataset access and Cellxgene for visualization, providing rich graphical outputs such as UMAP embeddings, heatmaps, and violin plots, facilitating quicker insights into disease mechanisms and cellular behaviors.

Methodological highlights:

  • Uses prompt engineering with both simple and complex structured templates to effectively convert user queries into precise JSON-formatted commands.

  • Employs few-shot prompting techniques to enhance the accuracy and flexibility of interpreting user input through various LLMs.

  • Implements robust error detection and correction to handle inconsistent outputs from LLMs, thus ensuring stable and reliable user interactions.

New tools, data, and resources:

Screenshot of the web app interface at (celldepot.bxgenomics.com/compbioagent) showing the results from the query: "Give me gene expression of TYK2 in MS disease separated by disease vs. control."

Applying the FAIR Principles to computational workflows

Paper: Wilkinson, et al., "Applying the FAIR Principles to computational workflows," Scientific Data, 2025, https://doi.org/10.1038/s41597-025-04451-9.

You all know by now I'm a Nextflow evangelist. Search this blog at the top for "Nextflow" and you'll find coverage of dozens of papers either developing tools in Nextflow or applying Nextflow pipelines for analysis. I'm also a fan of what Seqera and the nf-core community are doing for the life sciences community. This paper is about FAIR principles in computational workflows — something that's baked into the very core of Nextflow and the nf-core ecosystem.

TLDR: This paper caught my eye because it thoughtfully extends the FAIR (Findable, Accessible, Interoperable, Reusable) principles to computational workflows, significantly clarifying how researchers can practically enhance reproducibility and usability in computational research. The authors systematically adapt and apply FAIR principles for both software and data to computational workflows, providing concrete guidelines and illustrative examples to improve workflow discoverability, interoperability, and reusability.

Summary: Wilkinson and colleagues present a detailed discussion and practical recommendations for applying the FAIR principles (originally designed for data and software) to computational workflows. The FAIR workflows working group (WCI-FW) has addressed this by carefully considering how workflows, as complex combinations of software and data, can be structured to improve their FAIRness. The significance of this contribution lies in its potential to enhance scientific reproducibility and collaborative sharing by making workflows easier to find, access, integrate, and reuse across different research environments. Methodologically, the paper provides explicit recommendations, such as assigning persistent identifiers to workflow versions, using standardized metadata schemas (like CWL and RO-Crate), and ensuring clear licensing and provenance documentation. These recommendations have wide-ranging implications for computational biology and other fields reliant on reproducible computational analysis, facilitating more robust and transparent science.

Methodological highlights:

  • Clearly defines workflow-specific interpretations of FAIR principles, accounting for workflows' composite nature, including their executable and data components.

  • Proposes detailed metadata standards (e.g., CWL, RO-Crate, schema.org) and encourages persistent identifiers for individual workflow components, enhancing their discoverability and traceability.

  • Highlights practical considerations for ensuring long-term accessibility and reproducibility, especially regarding software dependencies and execution environments.

New tools, data, and resources:

Fig. 1
Figure 1 from Wilkinson 2025: A workflow specification formally specifies the data flow and/or execution control between components such as reference datasets, executable scripts, and AI/ML models. These components can be reused as parts of other workflow specifications. Using a workflow specification means instantiating it as a workflow run – typically by executing it within a workflow management system – by feeding it inputs like parameters and experimental/observational data as required. During execution, components will be used in some order, finally resulting in output data as well as logs and provenance metadata.

Subscribe now

Other papers of note

The workflow chart of the easyEWAS. Abbreviations: DNAm, DNA methylation; DMP, differentially methylated position; DMR, differentially methylated region; GLM, general linear model; LMM, linear mixed-effects model; CoxPH, Cox proportional hazards model; QQ: quantile–quantile; Boot.CI, bootstrap-derived CI; KEGG, Kyoto Encyclopedia of Genes and Genomes.
Figure 1 from Wang 2025: The workflow chart of the easyEWAS.

Subscribe to Paired Ends (free) to get summaries like this delivered to your e-mail.

Additional details

Description

Comprehensive evolutionary modeling of human gene function, an AI reasoning model for rare disease diagnosis, an AI agent for scRNA-seq data exploration, FAIR scientific workflows, ...

Dates

Issued
2025-05-15T14:37:46
Updated
2025-05-15T14:37:46