Open-source intelligence for the genome era.
GenomeAI is an open-source project building a modular, evidence-driven platform for genomics, bioinformatics, biomedical research, and AI-powered discovery. Designed for researchers, clinicians, and developers, the goal is a unified pipeline for genomic data ingestion, analysis, machine learning, and knowledge synthesis.
| Feature | Status |
|---|---|
| Genomic pipeline engine (WGS, WES, RNA-seq, single-cell) | π Planned |
| AI/ML framework (variant effect prediction, regulatory genomics) | π Planned |
| Biomedical knowledge graph (ClinVar, GWAS Catalog, PDB, UniProt) | π Planned |
| Plugin architecture with SDK | π Planned |
| Reproducible workflow execution (DAG-based) | π Planned |
| Privacy and access control (ABAC, differential privacy) | π Planned |
| CLI, REST API, and Python SDK | π Planned |
GenomeAI is under active development. Core infrastructure and the Genome, Sample, Gene, Variant, and Transcript domains have been implemented. Additional biological domains and analysis pipelines are in progress. Contributions and design feedback are welcome.
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β API Gateway β
ββββββββββββββ¬ββββββββββββ¬βββββββββββ¬βββββββββββββββββββ€
β Ingestion β Analysis β ML β Knowledge β
β Pipeline β Pipeline β Serving β Graph β
ββββββββββββββ΄ββββββββββββ΄βββββββββββ΄βββββββββββββββββββ€
β Plugin System β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β Storage Layer (Object Store + RDBMS + Vector) β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
See ARCHITECTURE.md for a detailed breakdown.
# Clone the repository
git clone https://github.com/dsk-dev-ai/GenomeAI.git
cd GenomeAI
# Install all dependencies and start infrastructure services
make setupSee docs/development/ for detailed setup instructions, prerequisites, and workflow guides.
| Topic | Location |
|---|---|
| Architecture | ARCHITECTURE.md |
| API Reference | docs/api/ |
| Database Schema | docs/database/ |
| AI/ML Guide | docs/ai/ |
| Plugin Development | docs/plugins/ |
| Deployment | docs/deployment/ |
| Contributing | CONTRIBUTING.md |
GenomeAI is open source under the Apache 2.0 License.
- GitHub Discussions β Questions, ideas, and show-and-tell.
- Issue Tracker β Bug reports and feature requests.
- Code of Conduct β We value inclusive and respectful collaboration.