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.