So amazing answer. THX But did the limitis.txt based on any journal or citation? Or even I can adjust the parameter anytime?
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?
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).
Log in to answer this question.