GithubHelp home page GithubHelp logo

tianrenmao / 16s-18s-its-asap Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 0.0 24.33 MB

This is an automatic pipeline for analysis of amplicon sequence data including 16S, 18S and ITS. It wraps QIIME commands and complements them with additional analysis where QIIME is not good at, such as combine multiple sequencing runs, OTU clustering and chimeric removal with UP ARSE, alignment filtering with Gblock, removing Chloroplast sequences.

License: GNU General Public License v3.0

Perl 98.26% R 0.48% Shell 1.26%
16s-rrna 18s-rrna its-sequence amplicon-sequencing qiime wrapper automatic-pipeline

16s-18s-its-asap's Introduction

Amplicon Sequence Analysis Pipeline (ASAP 1.4, May 2018)

This is an automatic pipeline for analysis of amplicon sequence data including 16S, 18S and ITS. It wraps QIIME commands and complements them with additional analysis where QIIME is not good at, such as combine multiple sequencing runs, OTU clustering and chimeric removal with UPARSE, alignment filtering with Gblock, removing Chloroplast sequences.

Below is the work flow:

  • Search datasets (It accepts multiple sequencing runs)
  • Read quality check - FastQC
  • Merge pair-end sequence files - PEAR
  • Demultiplexing (split library) - QIIME (1.9.1)
  • Trim forward and reverse primer and any extra bases
  • Merge sequence of different datasets
  • Merge map files
  • Dereplicate reads and calculate abundance - VSEARCH
  • OTU clustering, chimera and singleton removal - UPARSE
  • Make OTU table - VSEARCH
  • Taxonomic classification of OTU – RDP Classifier
  • Remove Chloroplast and Mitochondria from OTU table
  • Alignment and filtering – MAFFT & Gblock
  • Phylogenetic tree construction – QIIME
  • Convert and resample OTU table - QIIME
  • Read summary
  • Make taxonomic summary chart – QIIME
  • Make heat map (phylum to family) – R script
  • Alpha diversity - QIIME
  • Beta diversity and plots - QIIME
  • Summary

Usage

Running ASAP is quite easy and speedy. Users just need to put their sequence files and corresponding map files in different directories, copy the wrapper script and change parameters, and run the script. Wait for 1-10 hours and harvest the results. See the folder test_data for examples.

  1. Put your fastq files (R1, R2 and I1, I1 is optional, see the settings in the wrapper script) and corresponding map file in dataset_1, dataset_2, ...
  2. Copy the wrapper script and change parameters and configuration
  3. nohup Perl ASAP_wrapper.pl &

The results includes OTUs sequences, OTU table, phylogentic tree, alpha diversity indexes (- OTU, shannon, simpson, dominance, goods coverage, PD whole), rarefaction curve of all indexes, PCoA charts (bray curtis, euclidean, unifrac), heat maps, bar charts of community composition at all levels etc.

After running, ASAP summarize statistics such as total read number, chimeric sequence number, singltons, average sequence number, OTUs number, Chloroplast OTUs, which can be put in manuscript easily. Method description is attached.

ASAP chooses the most commonly used and cited softwares. It has been testified using real data of our lab and give highly similar results to other pipelines.

Dependency:

  • QIIME 1.9.1
  • RDP Classifier >=2.12
  • FastQC >=0.11.5
  • MAFFT >=3.8.3
  • Perl >=5.16

Installing QIIME virtual environment:

  • conda create --yes -n qiime191 -c bioconda python=2.7 numpy=1.10 matplotlib=1.4.3 mock nose qiime
  • source activate qiime191 (redo this if you deactivated the environment)

Contact

Tian Renmao ([email protected], IEG, University of Oklahoma).

16s-18s-its-asap's People

Contributors

tianrenmao avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  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.