Aadi Training Data
Raw and processed genomics data used to train Aadi, a 404M-parameter plant-DNA foundation model by UrbanKisaan Inc. This repository holds the inputs behind two stages: self-supervised pretraining of the shared frozen trunk on 49 plant genomes, and supervised RNA-seq + ATAC coverage training for maize and Arabidopsis.
The dataset viewer is disabled on purpose. This repo contains raw sequencing reads, alignments, genome FASTA and coverage tracks (
.bam/.fastq.gz/.fa/.bw), which are not tabular formats the viewer can render. Browse the files under Files and versions instead.
Contents
| Component | Size | Files | What it is |
|---|---|---|---|
ssl_corpus/ |
70 GB | 49 genomes | Genome FASTA for self-supervised trunk pretraining (Ensembl Plants r56; AgroNT breadth corpus + one extra) |
maize_b73_v5/ |
393 GB | ~226 | Maize (B73 NAM 5.0) RNA-seq + ATAC: raw reads, alignments, coverage, indices |
arabidopsis_tair10/ |
173 GB | ~424 | Arabidopsis (TAIR10) RNA-seq + ATAC: raw reads, alignments, coverage, indices |
| Total | ~686 GB | ~754 |
Directory layout
.
βββ ssl_corpus/ 49 plant-genome FASTAs + .fai + agront_corpus_species.txt
β βββ zea_mays.fa, oryza_sativa.fa, triticum_aestivum.fa, ...
β βββ agront_corpus_species.txt the species manifest
βββ maize_b73_v5/
β βββ fastq/ raw paired-end reads (.fastq.gz)
β βββ rna_bam/ STAR RNA-seq alignments (*_Aligned.sortedByCoord.out.bam + .bai)
β βββ atac_bam/ bowtie2 ATAC alignments (atac_*.bam + .bai)
β βββ bigwig/ per-base CPM coverage tracks (.bw)
β βββ indices/ STAR / bowtie2 genome indices
β βββ reference/ Zm-B73-REFERENCE-NAM-5.0 genome (.fa) + annotation (.gtf/.gff3)
β βββ metadata/ sample manifests
β βββ logs/ alignment logs
βββ arabidopsis_tair10/ same subfolder structure, TAIR10
Provenance
- SSL corpus: 49 plant genomes from Ensembl Plants release 56 β the AgroNT 48-species breadth
set plus one additional genome. Species manifest:
ssl_corpus/agront_corpus_species.txt. - Reference genomes:
- Maize β
Zea_mays.Zm-B73-REFERENCE-NAM-5.0, Ensembl Plants r61 (FASTA + GTF + GFF3). - Arabidopsis β
Arabidopsis_thaliana.TAIR10, Ensembl Plants r56 (FASTA + GTF).
- Maize β
- Reads: public RNA-seq and ATAC-seq runs from ENA/SRA (accessions preserved in filenames,
e.g. RNA
ERR2273051, ATACSRR4000469; maize ATACSRR28817197, etc.). RNA aligned with STAR, ATAC with bowtie2; per-base coverage computed as CPM and stored as bigWig.
The full acquisition and preprocessing pipeline is scripted in the Aadi repo under
scripts/data_pipeline/ (fetch_agront_corpus.sh, maize_align_and_bigwig.py).
Relationship to the model
The frozen trunk and per-task adapters trained on this data live in
Viharikvs/aadimodel. ssl_corpus/ produced the
shared 404M trunk; the maize and Arabidopsis coverage data produced the supervised heads and the
cross-species transfer results.
License
Proprietary β Copyright (c) 2026 UrbanKisaan Inc. All rights reserved. The underlying genome assemblies and sequencing runs are publicly available from Ensembl Plants and ENA/SRA under their respective terms; the curation, processing, and assembly of this collection are proprietary.
- Downloads last month
- 739