pipeline-resources

About ampliseq pipeline

This pipeline is designed to process microbial amplicon sequencing data, performing taxonomic assignment of the prokaryote 16S ribosomal RNA gene, the eukaryote 18S ribosomal RNA gene and the ITS (internal transcribed spacer). Supported data types include single- or paired-end Illumina and PacBio reads.

Source of the pipeline

This pipeline was originally adapted from community-developed nf-core/ampliseq pipeline version 2.4.0.

What is in this pipeline

This pipeline was built using Nextflow. A brief summary of pipeline:

  1. Raw read QC (FastQC)
  2. Read trimming using (Cutadapt)
  3. Infer Amplicon Sequence Variants (ASVs) (DADA2)
  4. Taxonomic classification using QIIME2
  5. Excludes unwanted taxa, produces absolute and relative feature/taxa count tables and plots, plots alpha rarefaction curves, computes alpha and beta diversity indices and plots thereof (QIIME2)
  6. Calls differentially abundant taxa (ANCOM-BC)
  7. Presents all QC and analysis results in a comprehensive report (MultiQC)

For details, please find the source code here.