omicverse-microbiome-16s-amplicon-dada2

Builds 16S amplicon analysis from FASTQs to AnnData with taxonomy and diversity.

13|2|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/omicverse/omicverse-skills --skill omicverse-microbiome-16s-amplicon-dada2
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: omicverse-microbiome-16s-amplicon-dada2
Source: https://github.com/omicverse/omicverse-skills/tree/main/src/omicverse_skills/skills/microbiome-16s-amplicon-dada2
Command: npx skills add https://github.com/omicverse/omicverse-skills --skill omicverse-microbiome-16s-amplicon-dada2

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

This Skill removes the manual friction in 16S microbiome analysis by turning raw paired-end sequencing reads into a validated AnnData object with ASV counts, SINTAX taxonomy, and ready-to-use downstream analysis outputs.

Core Features & Use Cases

  • End-to-end amplicon processing: Runs the full vsearch or DADA2 pipeline from FASTQs through filtering, denoising, chimera removal, taxonomy assignment, and count-table construction.
  • Microbiome analytics: Computes alpha diversity, beta diversity, ordination, and differential abundance on the resulting table without forcing the user to stitch together separate tools.
  • Flexible inputs and backends: Supports one-shot directory discovery or explicit sample lists, plus stepwise inspection when you need to validate or replace individual stages.
  • Use case: Analyze a cohort of stool or environmental samples, compare groups with Wilcoxon differential abundance, and check whether the DADA2 backend agrees with the vsearch result.

Quick Start

Ask the assistant to run the 16S amplicon pipeline on your paired FASTQ files, build the AnnData object with SINTAX taxonomy, and compute diversity, ordination, and differential abundance results for your sample groups.

Frequently Asked Questions about omicverse-microbiome-16s-amplicon-dada2

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I process raw 16S amplicon paired-end FASTQs into an analyzed AnnData object?

You can process raw 16S amplicon paired-end FASTQs into an analyzed AnnData object by running an end-to-end pipeline that handles filtering, ASV inference, chimera removal, SINTAX taxonomy assignment, and count-table construction.

What is the best way to run DADA2 and vsearch for microbiome diversity analysis?

The best way to run DADA2 and vsearch for microbiome diversity analysis is using a unified workflow that computes rarefaction-aware alpha and beta diversity, ordination, and differential abundance directly on the inferred ASV count table.

How does SINTAX taxonomy annotation work with ASV count tables in microbiome research?

SINTAX taxonomy annotation works with ASV count tables by assigning taxonomic classifications to inferred sequences, which are then integrated into an AnnData object alongside sample metadata for downstream ordination and differential abundance analysis.

Do I need validated sample metadata to perform 16S amplicon differential abundance analysis?

Yes, validated sample metadata is required to perform 16S amplicon differential abundance analysis, as it provides the necessary group assignments for computing Wilcoxon differential abundance and rarefaction-aware diversity statistics.

Can I inspect individual pipeline stages after denoising 16S reads with DADA2?

Yes, you can inspect individual pipeline stages after denoising 16S reads with DADA2, as the workflow supports stepwise inspection to validate or replace specific stages like filtering, chimera removal, or taxonomy assignment.

Why does my 16S amplicon workflow require a SINTAX reference database?

Your 16S amplicon workflow requires a SINTAX reference database to accurately assign taxonomy to inferred ASV sequences, ensuring the resulting AnnData object contains valid taxonomic classifications for downstream microbiome analytics.