bio.rodeo
ModelsOrganizationsProvidersLeaderboardAboutSign in
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.rodeoModelsOrganizationsProvidersLeaderboardAboutFAQSubmit a modelContact
© 2026 Pulsatance. All rights reserved. ~
Built by Pulsatance
DNA & Gene foundation models
DNA & GeneProtein

PlantBGC

North Carolina State University

Biosynthetic gene cluster discovery in plant genomes, transferring supervision from microbial BGCs by label-free adaptation over Pfam-domain tokens.

Released: July 2026

Plants build an enormous chemical repertoire — alkaloids, terpenoids, cyanogenic glycosides, defensive phenolics — and a share of those pathways are encoded by biosynthetic gene clusters (BGCs), contiguous runs of genes acting on one metabolite. Locating them is the entry point to natural-product chemistry, but the machine learning that transformed BGC discovery was built on bacteria and fungi. The reason is data: microbial clusters carry decades of curation, while validated plant BGCs number in the dozens — far too few for supervised detection at genome scale.

PlantBGC, from North Carolina State University, attacks that label scarcity by transfer rather than curation. Yuhan Zhao and colleagues, spanning the departments of Computer Science and of Molecular and Structural Biochemistry, represent a genome as an ordered sequence of Pfam protein-family domains and train an encoder-only Transformer to score how BGC-like each position is. Supervision comes from well-annotated microbial clusters; the model then moves into the plant domain without any plant labels, via masked language modeling over unlabeled plant genomes, then is sharpened with weak labels from GO and KEGG. The result is one fixed checkpoint applied genome-wide rather than refit per organism.

The representation is shared with BGC-Transformer, which also treats Pfam domains as vocabulary but trains a generative RoBERTa on bacterial and fungal genomes. PlantBGC is discriminative and targets the eukaryotic gap: the plant tools in wide use — plantiSMASH, PlantClusterFinder, PhytoClust — are rule- and signature-driven, making this a learned alternative where there was none.

#Key Features

  • Genomes as domain sentences: Each gene contributes its Pfam domains as tokens, so context across a locus is modeled by self-attention rather than hand-written cluster rules.
  • Label-free domain adaptation: Masked language modeling moves the microbially trained detector onto plant genomes without a single curated plant BGC label.
  • Weak supervision from functional annotation: GO and KEGG terms become soft negatives marking primary-metabolism-like regions, suppressing the dominant false-positive mode in plants.
  • Tighter locus boundaries: Against plantiSMASH on matched regions, predicted loci are markedly more compact, narrowing what a wet-lab group must clone or interrogate.
  • One checkpoint, many species: The adapted model is applied genome-wide without per-species refitting.
  • Released artifacts: The tagged release ships the final weights, the stage-1 pre-adaptation checkpoint, the microbial training corpus, and Pfam2vec embeddings; the plant RefSeq adaptation corpus is not included.

#Technical Details

The architecture is a stack of Transformer encoder blocks — multi-head self-attention plus position-wise feed-forward layers — over 100-dimensional Pfam2vec token embeddings, with a maximum input of 512 domain tokens and a linear-plus-sigmoid head scoring every token. Stage one trains on 1,420 microbial BGCs from MIBiG with a weighted binary cross-entropy loss; GeneSwap shuffles genes to build a negative set three times the positive set. Stage two freezes the lower blocks and continues pretraining the upper blocks with masked language modeling (mask fraction 0.15) on RefSeq coding sequences from 17 plant species. Stage three fine-tunes with a confidence-weighted soft-label objective built from GO and KEGG terms. The implementation is built on the DeepBGC codebase, retaining its package layout and third-party notices.

On microbial benchmarks the model reaches token-level AUC of 0.988 under 10-fold cross-validation and 0.979 under leave-class-out evaluation, ahead of a BiLSTM token classifier and a random forest on hand-crafted Pfam features. On 34 curated plant loci scored under a strict 100% coverage criterion, adaptation lifts known-BGC recovery from 29.4% to 67.6%. Weak supervision cuts the proxy primary-like ratio by 48.4% (GO) and 45.2% (KEGG), with consistent per-species reductions (paired Wilcoxon p = 1.53e-5), and predicted loci are shorter than plantiSMASH calls on 93.8% of matched pairs (median length ratio 0.278).

#Applications

The intended use is narrowing experimental search space in plant natural-product discovery: ranking candidate loci in a new assembly so a chemistry or metabolic-engineering group knows which regions are worth cloning, expressing heterologously, or knocking out. Tighter boundaries shrink the flanking sequence swept into each call, making construct design cheaper. The same scoring suits crop and medicinal-plant genomics, where these pathways underlie traits from pest resistance to pharmacologically active compounds.

#Impact

PlantBGC shows that microbial supervision transfers across a very large phylogenetic gap when the representation is functional domains rather than nucleotides. Code and weights are public, but the paper carries no availability statement, so the repository is found only by search. Licensing is inherited rather than authored: the LICENSE file is upstream DeepBGC's MIT text, copyright Merck Sharp & Dohme 2019, with no copyright line for the authors, and the README's License section reads "TBD". GitHub resolves the repository as MIT. Two caveats bound the work: it is a preprint awaiting peer review, and adaptation and locus-level evaluation draw on the same 17-species corpus, so performance outside that set is not measured. All evidence is in silico, with no experimental confirmation.

Citation

PlantBGC: Transformer for Plant BGC Discovery via Label-Free Domain Adaptation and Weak Supervision

Preprint

Zhao, Y., et al. (2026) PlantBGC: Transformer for Plant BGC Discovery via Label-Free Domain Adaptation and Weak Supervision.

DOI: 10.48550/arXiv.2607.27258

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.

Where to run PlantBGC

Providers that host PlantBGC for inference, fine-tuning, or weight download.

No providers recorded yet. Browse all providers

Related models

Models with similar goals, methods, or subject matter.

  • BGC-Transformer

    Kyoto Institute of Technology / University of Tokyo

    Domain-level language model treating Pfam protein domains as tokens to predict and design bacterial and fungal biosynthetic gene clusters.

    DNA & GeneProtein
  • f-BGM

    Peking University

    Fungal genome mining framework that detects biosynthetic gene clusters and identifies their core enzymes from a pretrained Pfam-domain transformer.

    DNA & GeneProtein
  • Deep-Plant

    Colorado State University / University of Michigan

    Chromatin-informed foundation model predicting regulatory activity and chromatin state directly from plant genomic sequence in Arabidopsis and rice.

    DNA & Gene
  • PlantGeneAnn

    Huazhong Agricultural University

    Plant genome foundation model for ab initio gene structure annotation, predicting genes, coding sequences, and exons at single-nucleotide resolution.

    DNA & Gene
  • PlantBiMoE

    Huazhong University of Science and Technology

    Plant genome foundation model pairing a bidirectional Mamba backbone with sparse Mixture-of-Experts, pretrained on 25.4B nucleotides from 42 species.

    DNA & Gene

Citations

Total Citations0
Influential0
References30

GitHub

Stars1
Forks0
Open Issues0
Contributors1
Last Push2mo ago
LanguagePython
LicenseMIT

Fields of citing research

Not enough data

Openness

bio.rodeo opennessFully open · usable and reproducible
82Open
Usability — can I run it?95
Reproducibility — can I retrain it?66

Tags

genome_miningplant_genomicstransfer_learningtransformer

Resources

GitHub RepositoryResearch Paper