Skip to content

A metabarcoding pipeline for analysing Illumina amplicon data.

License

Notifications You must be signed in to change notification settings

leholman/metabarTOAD

Repository files navigation

metabarTOAD

Introduction

This is a simple pipeline for analysing metabarcoding data. It strings together functions provided in several packages and can be used for the analysis of eDNA metabarcoding data.

Requirements

The pipeline has been tested on Ubuntu/Debian and Mac OS 10.14 onwards and (depending on the functions used) requires the following software packages.

Installation

  • Install above dependancies
  • Launch R
install.packages("devtools")
library("devtools")
install_github("leholman/metabarTOAD")
library("metabarTOAD")

Pipeline Instructions

You can read an overview of the pipeline using the UPARSE/UNOISE algorithm here, and DADA2 here.

Workflow Diagrams

UPARSE/UNOISE

DADA2