Summary
Create comprehensive QTL analysis Agent Skill as an open-source alternative to commercial QTLmax software. This skill provides unified access to industry-standard QTL/GWAS tools (tensorQTL, GEMMA, PLINK, R/qtl2) through a single CLI interface.
Motivation
QTLmax is a commercial Linux desktop application for QTL analysis. This skill brings equivalent functionality using open-source tools that are:
- Free and open-source
- Well-documented and peer-reviewed
- GPU-accelerated (tensorQTL)
- Industry-standard (GEMMA, PLINK, R/qtl2)
Scope
Core Components
Examples (4 complete workflows)
Reference Documentation
Example Assets
Project Board
Todo
In Progress
Done
Tools Coverage
| Tool |
Purpose |
Status |
| tensorQTL |
cis-eQTL mapping |
✅ |
| GEMMA |
GWAS with LMM |
✅ |
| PLINK |
QC, PCA, conversion |
✅ |
| R/qtl2 |
Classical QTL, MPP |
✅ |
Files Added
scientific-skills/qtl-analysis/
├── SKILL.md
├── scripts/
│ ├── check_system.py
│ ├── qtl_cli.py
│ └── install_deps.sh
├── examples/
│ ├── gwas-lmm/
│ │ ├── run_gwas.py
│ │ ├── README.md
│ │ └── output/
│ ├── eqtl-cis/
│ │ ├── run_eqtl.py
│ │ ├── README.md
│ │ └── output/
│ ├── classical-qtl/
│ │ ├── run_lodscan.py
│ │ ├── README.md
│ │ └── output/
│ └── population-structure/
│ ├── run_structure.py
│ ├── README.md
│ └── output/
└── references/
├── api_reference.md
├── data_formats.md
├── cross_types.md
└── tool_comparison.md
Branch
feat/qtl-analysis-skill from borealBytes/claude-scientific-skills
Related Resources
Summary
Create comprehensive QTL analysis Agent Skill as an open-source alternative to commercial QTLmax software. This skill provides unified access to industry-standard QTL/GWAS tools (tensorQTL, GEMMA, PLINK, R/qtl2) through a single CLI interface.
Motivation
QTLmax is a commercial Linux desktop application for QTL analysis. This skill brings equivalent functionality using open-source tools that are:
Scope
Core Components
qtl_cli.py) with 6 subcommandscheck_system.py) for dependenciesinstall_deps.sh)Examples (4 complete workflows)
Reference Documentation
Example Assets
Project Board
Todo
In Progress
Done
feat/qtl-analysis-skillTools Coverage
Files Added
Branch
feat/qtl-analysis-skillfromborealBytes/claude-scientific-skillsRelated Resources