# Qiime2 16s Microbiome

> DADA2 amplicon sequence variant (ASV) dereplication, Alpha/Beta diversity index calculation, SILVA taxonomy classification, and 3D PCoA projections.

- Skill: `yulianuzhnenko/qiime2-16s-microbiome` (Agent Skill)
- Install (CLI): `npx skillmds@latest add yulianuzhnenko/qiime2-16s-microbiome`
- Raw SKILL.md: https://api.skillmd.com/api/skills/yulianuzhnenko/qiime2-16s-microbiome/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: YuliaNuzhnenko (https://skillmd.com/u/yulianuzhnenko)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/yulianuzhnenko/qiime2-16s-microbiome

---


# Agent Skill: QIIME2 16S Microbiome & Dysbiosis Skill

[![Domain](https://img.shields.io/badge/Domain-Metagenomics-00f0ff?style=flat-square)](#)
[![Version](https://img.shields.io/badge/Version-1.0.0-green?style=flat-square)](#)

## 📌 Description
DADA2 amplicon sequence variant (ASV) dereplication, Alpha/Beta diversity index calculation, SILVA taxonomy classification, and 3D PCoA projections.

---

## 🤖 Agent Execution Protocol

When an AI Agent is tasked with `qiime2-16s-microbiome`:
1. **Input Validation**: Verify that the required input files or coordinates are supplied.
2. **Environment Check**: Ensure dependencies (`QIIME2, DADA2, scikit-bio, phyloseq`) are installed.
3. **Execution**: Run the protocol pipeline snippet below.
4. **Output Generation**: Produce actionable Markdown/JSON summaries with publication figures.

---

## 💻 Protocol Code Snippet

```python
# QIIME2 Diversity Protocol
qiime diversity core-metrics-phylogenetic --i-phylogeny tree.qza --i-table table.qza --p-sampling-depth 10000 --output-dir core-metrics-results

```

---

## 📥 Input & Output Specifications

### Input Contract
* **Target Files**: Valid input data matching domain formats.
* **Parameters**: Quality thresholds and cutoffs.

### Output Contract
* **Results Table**: Structured summary dataframe or matrix.
* **Visualization**: Rendered SVG/PNG figures.

---

## 📄 License
Distributed under the MIT License. See `LICENSE` for details.

