What problem does it solve?
Applying transformer-based foundation models to microbiome data requires converting profiler outputs (MetaPhlAn, Kraken2, QIIME 2) into a specific format, checking vocabulary coverage, and correctly running embedding, fine-tuning, and benchmarking workflows — with several silent failure modes like dropped out-of-vocabulary taxa and leaky random splits.
Core Features & Use Cases
- Data Conversion: Convert MetaPhlAn, Kraken2/Bracken, QIIME 2, and MGnify abundance tables into waypoint format with correct lineage prefixes and separators.
- Embedding & Fine-tuning: Generate fixed-size sample embeddings from Waypoint checkpoints (6m/45m/170m) and fine-tune classification or regression heads with LoRA support and covariate handling.
- Benchmarking & Pretraining: Score models on the eight-task Compass benchmark or pretrain GPT-2-style models on the 539k-sample Atlas corpus.
- Use Case: A researcher with stool metagenomic profiles converts Kraken2 reports to waypoint format, checks vocabulary coverage, then fine-tunes Waypoint-45m to predict drug degradation rates with donor-aware data splits.
Quick Start
Use the waypoint-bio skill to convert my MetaPhlAn abundance table into waypoint format and embed the samples with the Waypoint-6m checkpoint.