mbbu / intbt_2019

For sharing resource and tutorials from the int-bt H3ABioNet training
1 stars 11 forks source link

H3ABioNet 16S rRNA Microbiome Intermediate Bioinformatics Training 2019

Aim

The H3ABioNet 16S rRNA Microbiome Intermediate Bioinformatics course will provide training to enable participants to gain the knowledge and skills to perform 16S rRNA microbiome data analyses using a variety of bioinformatics methods and tools.

Intended Audience

Anyone who will be working with 16S rRNA microbiome data and would like to learn more about the bioinformatics analyses.

Course curriculum

Course objectives

By the end of the course participants should be able to:

Learning from this resource

This repository contains the trainer's presentations, tutorial scripts as well as instructions on how to set up Nextflow for automation of 16S rRNA pipeline. The trainers' presentation videos are available on H3ABioNet's Youtube channel on this playlist.

This resource assumes that you are running Linux with R and RStudio installed. Additionally, the latest version of the following R packages should be installed:

  1. dada2
  2. DECIPHER
  3. phangorn
  4. metagenomeSeq
  5. vegan
  6. ggplot2
  7. NMF
  8. gridExtra
  9. dplyr
  10. phyloseq

This training offers a step-by-step dada2 tutorial on how to analyze 16S rRNA microbiome data (covered in Module 5 and 6) as well as automation of the analysis using Nextflow workflow language and containerized images (Module 6 Session 1), before downstream statistical analysis in R.

To run the step-by-step tutorial, you require R and RStudio and the R packages listed above installed. The dada2 tutorial starts in Module 5 and continues in Module 6 on downstream analysis. The scripts and required data for the tutorials are also linked in the section below.

To run dada2 nextflow pipeline on a computer cluster, follow the instructions outlined on this document for software set up and running the pipeline. It involves setting up Singularity, R and RStudio, and Nextflow. For the training at ICIPE, please follow the instructions outlined here.

Links to resources referenced in modules

Module 1: Introduction to Linux and R

Module4: 16S rRNA sequencing bioinformatics pipeline theory

Module 5: 16S analysis pipeline

Module 6: Downstream analysis in R