File: rna_seqc.md

package info (click to toggle)
multiqc 1.21%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 30,164 kB
  • sloc: python: 52,323; javascript: 7,064; sh: 76; makefile: 21
file content (23 lines) | stat: -rw-r--r-- 690 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
name: RNA-SeQC
url: https://github.com/broadinstitute/rnaseqc
description: >
  Fast, efficient RNA-Seq metrics for quality control and process optimization
---

The RSeQC module parses results generated by
[RNA-SeQC](https://github.com/broadinstitute/rnaseqc),
(not to be confused with [RSeQC](http://rseqc.sourceforge.net/),
which MultiQC also supports).

RNA-SeQC is a java program which computes a series of quality
control metrics for RNA-seq data.

This module shows the Spearman correlation heatmap if both
Spearman and Pearson's are found. To plot Pearson's by default instead,
add the following to your MultiQC config file:

```yaml
rna_seqc:
  default_correlation: pearson
```