Giter VIP home page Giter VIP logo

slowqc's Introduction

Slowqc

RNAseq Pipeline to qc RNAseq FASTQ files with options for trimming, assembly, and export to iDEP/DEBrowser ready input.

This script accepts untrimmed FASTQ files and performs the following:

  • Quality and adapter trimming using Trimmomatic
  • Transcript abundance quantification using Kallisto
  • Alignment and quantification to Human mitochondrial, and ribosomal sequences (5.8s, 18s, 28s) using Bowtie2
  • Generate FASTQC output
  • Returns a csv with read counts of the original FASTQ file, reads aligning to the ribosome and mitochondrial sequences, and mapped reads to the Human transcriptome.

Running the pipeline

All paired end FASTQ files in the folder with the python script will be run through the pipeline. Wildcard searches are used to distinguish R1 and R2 files, so they must have "R1" and "R2" in their filenames. Trimmomatic, Bowtie2, Kallisto, and SPADES must be installed and added to $PATH. The python script pulls from NCBI and the bin folder located inside this repo. As a result internet access is required to run this script. DEBrowser must be installed in your default R environment as well.

If all of this is fine all you have to do is place the python script in the folder of FASTQ files

The required reference sequences for the Bowtie2 alignment and adapters.fa for the trimming will be automatically downloaded and built by the script. The only file that must be provided is for the optional kallisto alignment: Transcriptome.idx.

Flags:

  • --paired <True/False> Default: Single
  • --trimmomatic "< Any Trimmomatic options to be entered after the 'trimmomatic PE' command>"
  • --kallisto "<Any Kallisto options to be entered following 'kallisto quant'>"
  • --Debrowser <True/False>
  • --fastqc <True/False>
  • --spades <True/False>

Example command:

python3 slowqc.py --paired True --trimmomatic "-phred33 -threads 8 ILLUMINACLIP:adapters.fa:2:30:10 LEADING:3 TRAILING:3 SLIDINGWINDOW:4:15 MINLEN:75" --kallisto "-i ~/bin/homo_sapiens/transcriptome.idx --threads 8" --debrowser True --spades True

slowqc's People

Contributors

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