bio.rodeo
ModelsOrganizationsLeaderboardAbout
bio.rodeo

The authoritative source for evaluating biological foundation models. No hype, just honest analysis.

Categories
  • DNA & Gene
  • RNA
  • Protein
  • Small molecule
  • Single-cell
  • Spatial omics
  • Pathology
  • Imaging
  • Metabolomics
  • Biosignals
  • Language model
bio.rodeoModelsOrganizationsLeaderboardAboutFAQSubmit a modelContact
© 2026 Pulsatance. All rights reserved. ~
Built by Pulsatance
RNA foundation models
RNA

M6AFormer

Max Planck Institute for Heart and Lung Research

m6A RNA modification site prediction across the transcriptome, using a CNN-Transformer hybrid to surface unannotated N6-methyladenosine sites.

Released: July 2026

N6-methyladenosine (m6A) is the most abundant internal modification of messenger RNA, shaping splicing, nuclear export, stability, and translation across the transcriptome. Despite deep experimental mapping efforts, the catalog of confidently annotated m6A sites remains incomplete, and many positions that carry the modification in specific cellular contexts have never been assigned a functional role. M6AFormer addresses this gap by predicting m6A sites directly from RNA sequence and prioritizing unannotated candidates that share the sequence and contextual signatures of known functional sites.

The model was developed by the Gu laboratory at the Max Planck Institute for Heart and Lung Research (Zhixin Niu, Chang Liu, and Lei Gu) and released as an open-source preprint. Its central contribution is not only accurate site classification but the identification of previously unreported candidate sites, several of which the authors connect to disease-relevant genetic variation and GWAS loci. The team experimentally confirmed a previously undescribed m6A modification in NEU4 mRNA and demonstrated its functional consequences for cancer cell behavior, illustrating how the model's predictions translate into testable wet-lab hypotheses.

M6AFormer sits within a growing family of sequence-based epitranscriptomic predictors, distinguishing itself through a focus on discovery of functional, unannotated sites rather than reclassification of already-catalogued positions.

#Key Features

  • Hybrid CNN-Transformer architecture: Convolutional layers extract local sequence motifs while a lightweight Transformer captures broader contextual dependencies along the transcript, combining short-range motif detection with long-range context.
  • Four bundled checkpoints: Pretrained models span two receptive-field window sizes (201 bp and 801 bp) crossed with two negative-sampling strategies (random and DRACH-motif-filtered), letting users match resolution and specificity to their task.
  • Frozen decision thresholds: Each checkpoint ships with a decision threshold fixed from inner-validation F1 scores, giving reproducible calls out of the box while remaining configurable at prediction time.
  • Discovery of functional candidates: Beyond scoring known positions, the model surfaces unannotated sites enriched for characteristic m6A features and links to disease-associated variants.
  • Open, multi-interface distribution: Released under the MIT license and installable via pip, with a Python API, command-line interface, and a local FastAPI web UI for scoring arbitrary FASTA input.

#Technical Details

M6AFormer couples a convolutional feature extractor with a lightweight Transformer encoder that operates on windows of RNA sequence centered on candidate adenosines. Checkpoints are trained at 201 bp and 801 bp window sizes, and negatives are drawn either at random or restricted to the DRACH consensus motif to sharpen discrimination against sequence-matched decoys. Training data are organized into per-cell-line and pooled site sets, split with a 95:5 external partition for evaluation alongside an internal train/validation division used for early stopping. The published preprint reports improved site-prediction performance relative to existing m6A predictors and uses the trained models to scan the human transcriptome for candidate sites, which are then intersected with genetic-variation and GWAS resources to nominate functionally relevant modifications. The pretrained weights are bundled directly inside the installable package.

#Applications

M6AFormer is aimed at epitranscriptomics researchers who need to scan transcripts or whole transcriptomes for candidate m6A sites without running new experiments. By prioritizing unannotated sites that resemble functional modifications and by connecting predictions to disease-associated variants and GWAS loci, the model serves as a hypothesis-generation tool for RNA biologists, cancer researchers, and human-genetics groups seeking to link epitranscriptomic marks to phenotype—as demonstrated by the follow-up validation of an m6A site in NEU4.

#Impact

By foregrounding the discovery of unannotated functional sites, M6AFormer extends m6A prediction from confirmatory scoring toward active expansion of the epitranscriptome map, and its MIT-licensed release with API, CLI, and web interfaces lowers the barrier to routine transcriptome-wide scanning. The model is specialized for a single modification type and works from sequence alone, and its results are reported in a preprint that has not yet completed peer review, so predicted sites remain candidates for experimental confirmation of the kind the authors carried out for NEU4.

Citation

M6AFormer Prioritizes Unannotated Functional m6A Candidate Sites in the Human m6A Epitranscriptome

Niu, Z., et al. (2026) M6AFormer Prioritizes Unannotated Functional m6A Candidate Sites in the Human m6A Epitranscriptome. bioRxiv.

DOI: 10.64898/2026.07.10.737679

Recent citations

Papers that recently cited this model.

Not enough citation data yet.

Top citations

The most-cited papers that cite this model.

Not enough citation data yet.

Related models

Models with similar goals, methods, or subject matter.

  • eRNAformer

    Nanchang University

    Enhancer RNA mapping model that locates eRNA loci genome-wide from DNA sequence and aggregated RNA-seq signal using a CNN-transformer architecture.

    DNA & GeneRNA
  • MRM-BERT

    Nanjing University of Science and Technology

    Predicts 12 types of RNA modification sites from sequence, fine-tuning DNABERT representations fused with CNN-encoded sequence features.

    RNA
  • RNAformer

    University of Freiburg

    RNA secondary structure prediction from a single sequence, without MSAs, using an axial-attention transformer trained with strict homology controls.

    RNA
  • scMoFormer

    Michigan State University

    Transformer framework for single-cell multi-omics that predicts cross-modality relationships using heterogeneous graphs of cells, genes, and proteins.

    Single-cellProtein
  • EMDLP

    China University of Mining and Technology

    RNA methylation site predictor combining multiple sequence encodings with dilated convolution and BiLSTM layers to identify m6A and m1A sites.

    RNA
  • DamageFormer

    University of Florida

    Multimodal framework that detects and localizes DNA lesions from native nanopore signal, built on the damage-aware LesionBERT foundation model.

    DNA & Gene
  • WattmaMod

    Shandong University / Qingdao University of Science and Technology / University of Science and Technology of China / King Abdullah University of Science and Technology

    RNA modification profiling from nanopore direct RNA-seq signal; self-supervised pretraining resolves 11 modification types and extends to new ones.

    RNABiosignals
  • muat

    University of Helsinki

    Transformer that classifies tumour types and subtypes from somatic variants in whole-genome and whole-exome data, with auto-downloading checkpoints.

    DNA & Gene

Citations

Total Citations0
Influential0
References29

GitHub

Stars1
Forks0
Open Issues0
Contributors1
Last Push8d ago
LanguagePython
LicenseMIT

Fields of citing research

Not enough data

Openness

bio.rodeo opennessFully open · usable and reproducible
82Open
Usability — can I run it?100
Reproducibility — can I retrain it?70
Model Openness Framework
Unclassified
Missing required components

Tags

cnnepitranscriptomicsm6a_site_predictiontransformer

Resources

GitHub RepositoryResearch PaperOfficial Website