Published April 24, 2025 | https://doi.org/10.59350/gg2ns-xje57

Weekly Recap (April 2025, part 2)

Creators & Contributors

Feature image

This week's recap highlights FLAMES for prioritizing genes at trait-associated GWAS hits, integrating protein language models and an automatic biofoundry for enhanced protein evolution, benchmarking DNA sequence models for causal regulatory variant prediction, and the doubletrouble R/Bioconductor package for identifying and classifying gene and genome duplications.

Others that caught my attention include a perspective about the genome as a generative model of an organism, genomic data sharing, a long context generative genomic foundation model, secure QTL mapping with privateQTL, a suite of Python libraries for computation of average nucleotide identity, a Nextflow pipeline for QC and polygenic score development, automated hypothesis validation with agents, AI for modeling infectious disease epidemics, transcription factor target search, a Nextflow annotation pipeline for prokaryotic assemblies, and gene and TE expression in early mammalian development.

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

Deep dive

Prioritizing effector genes at trait-associated loci using multimodal evidence

Paper: Schipper, M., et al., "Prioritizing effector genes at trait-associated loci using multimodal evidence," Nature Genetics, 2025. DOI: 10.1038/s41588-025-02084-7.

I think I analyzed my first GWAS data around 2008 or so, and in the early days of GWAS we'd report the closest gene to the lead SNP(s) and HARK about what that gene might be doing. Needless to say, we've come a long way.

TL;DR: This paper introduces FLAMES, a machine learning framework that prioritizes effector genes in GWAS loci by integrating SNP-to-gene links with convergence-based functional evidence. Unlike existing methods that rely on either strategy alone, FLAMES improves gene prioritization accuracy by combining both. They show that FLAMES outperforms current tools in multiple benchmarks and use it to identify key genes in dizygotic twinning and schizophrenia risk.

Summary: GWAS studies produce large numbers of trait-associated SNPs, but linking these variants to effector genes remains a challenge. FLAMES (Fine-mapped Locus Assessment Model of Effector genes) addresses this by combining two major approaches: (1) direct SNP-to-gene annotations (e.g., chromatin interactions, QTLs, expression data) and (2) convergence-based methods that assess whether GWAS signals cluster into functional pathways. The model employs XGBoost machine learning, integrating 22 SNP-to-gene annotation types and gene-level functional scores (PoPS) to generate a single FLAMES score per locus. In benchmark comparisons, FLAMES outperforms L2G, cS2G, and MAGMA, showing improved recall without sacrificing precision. They apply FLAMES to a dizygotic twinning GWAS, correctly resolving the FSHB locus, and to schizophrenia risk loci, identifying genes involved in synaptic signaling and neurodevelopment. The study highlights FLAMES as a scalable and interpretable approach for prioritizing causal genes in GWAS studies.

Methodological highlights:

  • Combines SNP-to-gene evidence and convergence-based methods into a single prediction score for each gene in a fine-mapped GWAS locus.

  • Uses an XGBoost classifier trained on curated and data-driven locus-gene pairs, improving predictive power.

  • Benchmarked against leading tools (L2G, cS2G, PoPS), showing superior accuracy and robustness across multiple datasets.

New tools, data, and resources:

Table 1 from Schipper 2025: SNP-to-gene annotations integrated in FLAMES.

Integrating protein language models and automatic biofoundry for enhanced protein evolution

Paper: Zhang, Q., et al., "Integrating protein language models and automatic biofoundry for enhanced protein evolution," Nature Communications, 2025. https://doi.org/10.1038/s41467-025-56751-8.

If protein engineering and protein design are new to you, I'd highly recommend watching David Baker's 2024 Nobel Price lecture on the topic. This paper (not from Baker's lab) presents an exciting step towards AI-driven protein engineering and could drastically speed up enzyme design for industrial, biomedical, and synthetic biology applications.

TL;DR: This paper introduces PLMeAE, a closed-loop protein evolution system that combines protein language models (PLMs) and an automated biofoundry to accelerate protein engineering. By integrating zero-shot variant prediction from PLMs with high-throughput automated construction and testing, the platform enables faster and more efficient directed evolution. In just 10 days, they optimized a tRNA synthetase, achieving a 2.4-fold improvement in enzyme activity and a 12.1-fold increase in protein yield.

Summary: Traditional protein engineering approaches like directed evolution are powerful but slow and labor-intensive. This paper presents PLMeAE, a novel automated Design-Build-Test-Learn (DBTL) platform that integrates PLMs (like ESM-2) for predicting high-fitness mutants and biofoundry automation for rapid experimental validation. Using Methanocaldococcus jannaschii p-cyanophenylalanine tRNA synthetase (pCNF-RS) as a model, the system iteratively optimized enzyme activity over four rounds, significantly improving its efficiency for incorporating non-canonical amino acids (ncAAs) into proteins. Compared to traditional directed evolution, PLMeAE achieves similar or better results in a fraction of the time, highlighting its potential for industrial and research applications.

Methodological highlights:

  • Combines protein language models (PLMs) with automated biofoundry to create a self-learning, closed-loop evolution system.

  • Zero-shot mutation prediction via PLMs (e.g., ESM-2) enables efficient design of single and combinatorial mutants.

  • Uses Bayesian optimization and multi-layer perceptron (MLP)-based fitness predictors to navigate the protein fitness landscape.

New tools, data, and resources:

figure 1
Figure 1 from Zhang 2025: Overview of protein language model-enabled automatic protein evolution. In the Desing-Build-Test-Learn loop of protein engineering, PLMs are applied to facilitate the learning and design phases, while the build and test phases are executed by a biofoundry.

Benchmarking DNA Sequence Models for Causal Regulatory Variant Prediction in Human Genetics

Paper: Benegas, G., Eraslan, G., & Song, Y.S., "Benchmarking DNA Sequence Models for Causal Regulatory Variant Prediction in Human Genetics," bioRxiv, 2025. https://doi.org/10.1101/2025.02.11.637758.

This benchmark provides a much-needed standardized evaluation for variant effect prediction models and should be valuable for functional genomics, GWAS follow-ups, and machine learning applications in genetics.

TL;DR: TraitGym is a new benchmark dataset for testing DNA sequence models that predict causal regulatory variants across 113 Mendelian traits and 83 complex traits. The authors compare functional-genomics-supervised models, self-supervised DNA language models, and integrative approaches, finding that CADD and GPN-MSA (paper, code) perform best for Mendelian and complex disease traits, while Enformer and Borzoi excel for complex non-disease traits. The benchmark provides a standardized framework for evaluating predictive models of non-coding variant effects.

Summary: Understanding which genetic variants drive phenotypic traits is a key challenge in human genetics. TraitGym provides a rigorously curated dataset of causal and control non-coding variants, allowing models to be systematically evaluated in a binary classification task. The study benchmarks three major types of models: (1) Functional-genomics-supervised models (e.g., Enformer, Borzoi) trained on experimental genomic data, (2) Self-supervised DNA language models (e.g., GPN-MSA, Nucleotide Transformer), which learn evolutionary constraints from sequence data, and (3) Integrative models (e.g., CADD), which combine multiple annotation sources. Results show that alignment-based models (CADD, GPN-MSA) are most effective for Mendelian and disease-related traits, while functional-genomics models (Borzoi, Enformer) outperform on complex non-disease traits. Additionally, an ensemble of models improves predictive performance, highlighting the complementary strengths of different approaches.

Methodological highlights:

  • TraitGym provides a curated dataset of regulatory variants for benchmarking causal variant prediction models, including Mendelian and complex traits.

  • Alignment-based models (CADD, GPN-MSA) outperform others for Mendelian and disease-related complex traits due to their ability to capture purifying selection signals.

  • Functional-genomics-supervised models (Borzoi, Enformer) excel in predicting variants for complex non-disease traits, likely due to their ability to capture gene expression effects.

New tools, data, and resources:

Figure 5 from Benegas 2025: Results on each dataset with zero-shot and linear probing approaches.

doubletrouble: an R/Bioconductor package for the identification, classification, and analysis of gene and genome duplications

Paper: Almeida-Silva, F., & Van de Peer, Y., "doubletrouble: an R/Bioconductor package for the identification, classification, and analysis of gene and genome duplications," Bioinformatics, 2025. https://doi.org/10.1093/bioinformatics/btaf043.

The doubletrouble package has been in Bioconductor for a few years now, and the preprint came out last year. It's been known for many years that gene and genome duplication are significant contributors to genome evolution, and this R package provides a means to analyze duplications from genomic data.

TL;DR: This paper introduces doubletrouble, a new R/Bioconductor package designed for identifying and classifying gene and genome duplications. Unlike existing tools, it provides a comprehensive classification framework, includes transposon-derived duplications, integrates with the Bioconductor ecosystem, and is scalable to large genomic datasets.

Summary: Gene and genome duplications are crucial drivers of evolution, influencing gene function, expression, and regulation. However, existing tools for duplication analysis are either outdated or not very user-friendly. doubletrouble fills this gap by providing a robust R/Bioconductor package that identifies and classifies duplicated genes into six modes: segmental, tandem, proximal, retrotransposon-derived, DNA transposon-derived, and dispersed duplications. It also calculates evolutionary substitution rates (Ka, Ks, Ka/Ks), detects whole-genome duplication (WGD) events, and produces high-quality visualizations. The authors benchmarked the tool against existing pipelines like MCScanX and DupGen_finder, highlighting doubletrouble's superior classification accuracy and ease of integration with Bioconductor workflows. They applied it to 822 eukaryotic genomes, providing a publicly accessible dataset via doubletroubledb, a web interface for exploring genome duplication patterns across species.

Methodological highlights:

  • Introduces a six-mode classification system for gene duplications, including transposon-derived duplications, which are often overlooked.

  • Uses DIAMOND-based similarity searches combined with synteny-based classification for accuracy.

  • Efficient Ka/Ks substitution rate calculations with multi-threaded support for scalability.

New tools, data, and resources:

Figure 1 from Almeida-Silva 2025: Schematic overview of the classification algorithm for duplicated genes, and runtime benchmarks. (A) Algorithm for the classification of duplicates. From the output of DIAMOND or related sequence similarity search tools, duplicated gene pairs are classified according to duplication mode in a stepwise manner. Gene pairs that fail to meet the criteria for all duplication modes will be classified as "dispersed duplicates," which is not a true duplication mechanism, denoting that their duplication mechanism is actually unknown. (B) Runtime benchmark of the function classify_gene_pairs() for model organisms using the "standard" scheme. (C) Runtime benchmark of the function pairs2kaks() with one, four, and eight threads. For each gene pair, this function performs a pairwise alignment of the sequences, and calculates substitution rates.

Subscribe now

Other papers of note

Fig. 1
Figure 1 from Kraemer 2025: AI approaches to tackling epidemiological questions.

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

Additional details

Description

Effector genes at GWAS hits, protein evolution, regulatory variant prediction, gene/genome duplication analysis, genomic foundation models, Nextflow pipelines for annotation and polygenic scores, ...

Dates

Issued
2025-04-24T11:04:58
Updated
2025-04-24T11:04:58