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

https://github.com/mlin/rseqc

RNA-Seq Quality Control: Generates QC metrics for RNA-Seq data using the RSeQC suite; a graphical report of these metrics can be viewed on the DNAnexus website
https://github.com/mlin/rseqc

Last synced: about 1 year ago
JSON representation

RNA-Seq Quality Control: Generates QC metrics for RNA-Seq data using the RSeQC suite; a graphical report of these metrics can be viewed on the DNAnexus website

Awesome Lists containing this project

README

          

This app implements selected packages from the [RSeQC
suite](http://code.google.com/p/rseqc/wiki/Manual). These are:

* geneBody_coverage
* inner_distance
* junction_annotation
* read_distribution
* read_duplication

The app requires as input RNA-Seq mappings and a BED file describing the
gene model used for or derived from these mappings.

Optionally, the user may estimate the amounts of different contaminants in
the sample. This is done by suppling sequences through the "contaminants"
input, which takes any number of [ContigSet
objects](http://wiki.dnanexus.com/Types/ContigSet). FASTA files may be
imported into ContigSet objects using the **Genome Importer** app.

One or more [Reads objects](http://wiki.dnanexus.com/Types/Reads) MUST also
be given if contaminants are given. The reads will be matched against each
contaminant using the BWA app and the percent mapping will be stored.

The output is a set of charts in a report that can be viewed by selecting
the report object in the data browser.