CoolFace
Datasetpublic

jackkuo/Orthoformer

Orthoformer Datasets ๐Ÿ“Œ Overview Orthoformer is a large-scale genomics dataset designed to support function-centric foundation modeling of microbial and viral genomes. Unlike conventional sequence-based models that infer biological roles from nucleotide or protein context, Orthoformer represents each genome by its orthologous group composition and abundance, treating functional units rather than sequences as the basic biological vocabulary. The dataset wasโ€ฆ See the full description on the dataset page: https://huggingface.co/datasets/jackkuo/Orthoformer.

sourceHugging Facemitupdated 8mo agoView on Hugging Face
0likes179downloads
Dataset Card

Orthoformer Datasets

๐Ÿ“Œ Overview

Orthoformer is a large-scale genomics dataset designed to support function-centric foundation modeling of microbial and viral genomes.

Unlike conventional sequence-based models that infer biological roles from nucleotide or protein context, Orthoformer represents each genome by its orthologous group composition and abundance, treating functional units rather than sequences as the basic biological vocabulary.

The dataset was constructed from approximately three million prokaryotic and viral genomes, each encoded as a high-dimensional functional profile capturing:

  • โ€”biochemical identity
  • โ€”gene family dynamics
  • โ€”evolutionary conservation
  • โ€”pathway-scale metabolic capacity

These representations enable learning a functional embedding space that provides an alignment-free measure of genomic similarity, supporting robust taxonomy, phylogenetic analysis, and detection of functional convergence across microbial lineages.

The same functional embeddings generalize beyond evolutionary structure to predict:

  • โ€”biosynthetic gene cluster abundance
  • โ€”ecological niche differentiation
  • โ€”organism-level phenotypes
  • โ€”marker-gene associations

Together, the Orthoformer dataset establishes a function-first framework for microbial genomics, offering a scalable alternative to sequence-centric datasets for studying microbial evolution, function, and ecology.


๐Ÿ“‚ Dataset Structure

The repository is organized into three functional splits:

SplitPurposeDescription
foundation_model_datasetPretrainingLarge-scale collection of microbial and viral genomes represented by orthologous group composition and abundance, used for self-supervised function-centric foundation model training
Downstream_Tasks_datasetFine-tuningLabeled genome-level datasets for functional, metabolic, and ecological prediction tasks, including niche, biosynthetic capacity, and phenotype inference
Orthoformer_eval_datasetEvaluationBenchmark datasets for evaluating functional embeddings on taxonomy, phylogeny, functional convergence, and biological consistency

๐Ÿ“Š Dataset Statistics

SplitSizeMax Sequence Length
foundationmodeldataset~3M sequences2048
DownstreamTasksdatasetTask dependentTask dependent
OrthoformerevaldatasetBenchmarksTask dependent

๐Ÿš€ Accessing the Dataset

You can download the dataset via Hugging Face using Git + Xet (recommended for large files):

bash
# Install git-xet (Linux)
curl -sSf https://raw.githubusercontent.com/huggingface/xet-core/main/git_xet/install.sh | sh
git xet install

# Clone the dataset
git clone https://huggingface.co/datasets/jackkuo/Orthoformer

If you only want the metadata without large files:

bash
GIT_LFS_SKIP_SMUDGE=1 git clone https://huggingface.co/datasets/jackkuo/Orthoformer

๐Ÿงฌ Intended Use

The Orthoformer dataset is intended for training and evaluating foundation models for microbial functional genomics, including:

  • โ€”Functional embedding of microbial and viral genomes
  • โ€”Alignment-free phylogeny and taxonomy
  • โ€”Functional convergence and evolutionary analysis
  • โ€”Metabolic and pathway-level phenotype prediction
  • โ€”Biosynthetic gene cluster and ecological niche inference

It is specifically designed for function-centric modeling, where orthologous gene groups are treated as the fundamental representation units instead of raw nucleotide or amino acid sequences.


๐Ÿ“œ License

This dataset is released under the MIT License.


๐Ÿ“– Citation

If you use this dataset, please cite:

bibtex
@dataset{xxx,
  title = {Orthoformer: xxx},
  author = {xxx},
  year = {2025},
}

๐Ÿ”— Related Resources