Skip to content

Latest commit

 

History

History
69 lines (41 loc) · 3.23 KB

mRNA.md

File metadata and controls

69 lines (41 loc) · 3.23 KB

List of processes

Preprocessing

MRNA__quantifying_transcripts_abundances

Description

Quantification of transcripts abundance is made with kallisto in single or paired-end mode according to the input type. Briefly, Kallisto is based on the recent idea of a pseudoalignment that allows fasta and precise alignment-free quantification of transcripts (more details here).

Parameters

  • params.kallisto__nb_threads: number of threads used by kallisto. Default: 6.
  • params.kallisto__bootstrap: Number of bootstrap samples. Default: '100'.
  • params.kallisto__fragment_len: Estimated average fragment length. For single end only. Default: '180'.
  • params.kallisto__fragment_sd: Estimated standard deviation of fragment length. For single end only. Default: '20'.

Outputs

  • Kallisto results: Processed_Data/1_Preprocessing/mRNA__kallisto_output/kallisto_${sample}/{abundance.{h5,tsv},run_info.json}.

Quality Controls

MRNA_QC__running_fastqc

Description

FastQC is runned to perform standard quality controls checks on sequenced data.

Parameters

  • params.fastqc__nb_threads: number of threads used by FastQC. Default: 2.

Outputs

  • Reads quality control reports: Processed_Data/1_Preprocessing/mRNA__fastqc/*_R{1,2}_fastqc.html.

MRNA_QC__running_MultiQC

Description

A MultiQC html report is made that aggregates all basic FastQC quality controls files.

Outputs

  • MultiQC report: mRNA__multiQC.html. Example.

Output folders

  • Figures_Individual/1_Preprocessing
  • Figures_Merged/1_Preprocessing