This is a test version of Biostars. For the public version, visit https://www.biostars.org.
MultiQC real threshold in every parameter

Hi everyone I have a curious question about the MultiQC threshold. Once we analyze Fastq data with FastQC and MultiQC, it will plot some figures with some of the characters (e.g GC rich, N content, quality score...) and also the statements which let you know whether passes the threshold or not. I want to know the exact number of upon characters (e.g. GC < 40% or quality score >30 means pass). So how can I get it and also the citation?

multiqc fastqc rna-seq quality control

1 answer

FastQC uses a configuration file called limits.txt that defines the limits used for various plots/tests. You can find that file in Configuration folder in FastQC distribution. This file determines the FastQC results which are parsed and plotted by MultiQC.

MultiQC uses plotting functions that are described here (LINK).

So amazing answer. THX But did the limitis.txt based on any journal or citation? Or even I can adjust the parameter anytime?

Those values are based on ranges for normal genomic sequencing. You can edit the file to make changes. It is even possible to use a custom limits file with --limits option at run time.

Log in to answer this question.