Quality control#

Output Directory: results/qc/

Rules

  • qc.smk

    • CheckInputs

    • cutAdapt

    • FastQC

    • BamStats

    • Coverage

    • vcfStats

    • multiQC

Introduction

Quality control (QC) is an important step in the analysis of RNA-seq data. RNA-seq is a powerful transcriptomic method, but the data generated can be noisy and subject to various sources of error. As a result, it is essential to perform QC on the raw data in order to identify and correct any problems that may affect downstream analysis. This typically involves calculating quality metrics to assess the quality of the reads and identify any potential issues in read mapping or variant calling.

In RNA-Seq-Pop, we apply various tools to assess quality control metrics of the data.

Results

The workflow begins with a rule checkInputs to ensure that the entries in the config.yaml are valid.