Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kdm9/rnaseqpipeline


https://github.com/kdm9/rnaseqpipeline

Last synced: 11 days ago
JSON representation

Awesome Lists containing this project

README

        

OVERVIEW
========

Bash script pipelines to complete an RNAseq differential expression analysis.
Each directory contains scripts with alternative implementations of various
parts of the pipeline. To run, create a script which `source`es the file
containing the implementation of each step you require, and run the function
with the step name. See example.sh for an example.

Developed by Kevin Murray (with contributions from Peter Crisp), 2013.

LICENSE
=======

Available under the GNU GPL v3 or later.

DESCRIPTION
===========

This is a work in progress

Steps:
- 01: quality control of raw reads (trimming, generation of QC reports, etc)
- 02: alignment of raw reads to reference (everything from raw reads to a bam alignment file)
- 03: post-processing of alignemnts (exracting counts, filtering alignments by arbirtary criteria, etc)
- 04: initial statistical analysis (normalisation, etc if required [may be done in 05])
- 05: differential expression analysis (statstical testing of differential expression)
- 06: post-analysis

There are also some misc scripts, such as index creation etc.

[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/kdmurray91/rnaseqpipeline/trend.png)](https://bitdeli.com/free "Bitdeli Badge")