tooluniverse-metagenomics-analysis
Installation
SKILL.md
Metagenomics & Microbiome Analysis
Integrated pipeline for exploring microbiome studies, classifying taxa, assessing genome quality, linking microbial composition to clinical phenotypes, and interpreting findings through pathway analysis and literature context.
Guiding principles:
- Study context first -- understand biome, sequencing method, and metadata before diving into taxa
- Taxonomic consistency -- GTDB taxonomy as reference standard; reconcile NCBI where needed
- Genome quality matters -- CheckM completeness/contamination thresholds determine trustworthy MAGs
- Interpretation over enumeration -- explain what taxa mean for the biological question
- English-first queries -- use English terms in tool calls
LOOK UP, DON'T GUESS
When uncertain about any scientific fact, SEARCH databases first rather than reasoning from memory.
COMPUTE, DON'T DESCRIBE
When analysis requires computation (statistics, data processing, scoring, enrichment), write and run Python code via Bash. Don't describe what you would do — execute it and report actual results. Use ToolUniverse tools to retrieve data, then Python (pandas, scipy, statsmodels, matplotlib) to analyze it.