Skip to content
Ryan Schubert edited this page Oct 4, 2018 · 5 revisions

About

The purpose of this pipeline is to aid in the analysis of QTLs in the context of RNA-seq studies. Many softwares of relatively lightweight exist for this purpose, however, the majority are highly specialized to one particular task and many have outputs not suited for immediate use. While it is relatively trivial to run, parse and pipe the outputs of one software to another, it is similarly tedious to do so, especially in data sets of high volume. As such this pipeline consists of a handful of scripts, the purposes of which are to 1) loop software analysis over a large number of subjects and 2) to appropriately parse the outputs of one software for use in another. The flow of analysis is highly predictable, with a moderate level of flexibility for user preferences.

Each section provides a brief example that demonstrates the minimum requirements to run the scripts. For additional options and descriptions, each shell script has its own page describing the options for both the shell script and the r scripts it calls.

Workflow

  1. Quality Control
  2. Sequence Alignment
  3. Quantification
  4. QTL Analysis
Clone this wiki locally