Coder Social home page Coder Social logo

tahseen-igib / 16s-demo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ycl6/16s-demo

0.0 0.0 0.0 28.44 MB

Working Demo on 16S rDNA V3-V4 amplicon sequencing analysis using dada2, phyloseq, LEfSe, picrust2 and other tools. Visit repo website for HTML output

Home Page: https://ycl6.github.io/16S-Demo/

License: GNU General Public License v3.0

Shell 20.96% R 79.04%

16s-demo's Introduction

16S rDNA amplicon sequencing analysis using R

Demonstration of 16S rRNA-based microbiome analysis using dada2, phyloseq, LEfSe, picrust2 and other tools


16S-Demo web version: https://ycl6.github.io/16S-Demo/

16S-rDNA-V3-V4 repository: https://github.com/ycl6/16S-rDNA-V3-V4

Demo Dataset: PRJEB27564 from [Gut Microbiota in Parkinson's Disease: Temporal Stability and Relations to Disease Progression.](https://pubmed.ncbi.nlm. nih.gov/31221587/) EBioMedicine. 2019;44:691-707

License: GPL-3.0

Introduction

In this tutorial, I will use the sequencing data from PRJEB27564 to demonstrate how to use dada2, phyloseq, LEfSe, picrust2 and other tools to process and analyse 16S rDNA amplicon sequencing data. We will perform analysis on fecal microbiome data obtained from 32 Parkinson's patients and 32 control subjects.

The universal bacterial primers used in the study are:

  • 341F (5'-CCTACGGGNGGCWGCAG-3')
  • 785R (5'-GACTACHVGGGTATCTAATCC-3')

Prerequisites

Please refer to my GitHub repository here to install the required software, R packages and databases.

Example folder structure

/ngs/16S-Demo/run_trimming.pl                     # Perl script to run cutadapt
/ngs/16S-Demo/PRJEB27564                          # project folder
/ngs/16S-Demo/PRJEB27564/raw/*_1.fastq.gz         # raw fastq files, read 1
/ngs/16S-Demo/PRJEB27564/raw/*_2.fastq.gz         # raw fastq files, read 2
/ngs/16S-Demo/PRJEB27564/trimmed/*_1.fastq.gz     # cutadapt trimmed files, read 1
/ngs/16S-Demo/PRJEB27564/trimmed/*_2.fastq.gz     # cutadapt trimmed files, read 2
/ngs/16S-Demo/PRJEB27564/filt/*_1.fastq.gz        # dada2 trimmed files, read 1
/ngs/16S-Demo/PRJEB27564/filt/*_1.fastq.gz        # dada2 trimmed files, read 2
/ngs/16S-Demo/PRJEB27564/images                   # output images/PDFs
/ngs/16S-Demo/PRJEB27564/outfiles                 # output files
/ngs/16S-Demo/PRJEB27564/lefse                    # LEfSe & GraPhlAn output files
/ngs/16S-Demo/PRJEB27564/picrust2_out_stratified  # picrust2 output files

Download demo data

Download the demo data (252 compressed fastq files, total 3.5GB) from the European Nucleotide Archive (ENA) FTP server using the included Shell script download.sh in the raw folder

cd /ngs/16S-Demo/PRJEB27564/raw

./download.sh

Workflow

1. cutadapt & DADA2 (1_dada2_tutorial.R; HTML)

2. phyloseq (2_phyloseq_tutorial.R; HTML)

3. LEfSe & GraPhlAn (3_lefse_tutorial.R; HTML)

4. picrust2 & ALDEx2 (4_picrust2_tutorial.R; HTML)

16s-demo's People

Contributors

ycl6 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.