This is a test version of Biostars. For the public version, visit https://www.biostars.org.
fastqc - typical for Illumina seq?

Hi,

I read everywhere that you can't just fully rely on the fastqc report while looking at your reads and that this depends on the experiment you are working with. Well in my case the reads were generated using IlluminaSeq. What do I expect as normal when looking at the fastqc.html?

I've asked this question here and I got this link as tip: https://sequencing.qcfail.com/software/fastqc/ But It still doesn't answer my question.

This is what I get:

enter image description here

illuminaseq fastqc

You asked this question is a different way a few days back: FASTQC.html: Quality control of reads.

But my professor told me that the ranges shouldn't be like that?

If it is a matter of visually having everything above a certain Q score then trim your data using that score cutoff. Real life data can be worse looking than this as far as Q scores go and still works fine.

What kind of data is this? RNAseq?

Is it an 'old' dataset or something that has been generated recently?

The general trend you see on that plot--lower quality scores on the read ends, higher quality in the middle of the read--is pretty typical. Your average quality scores look decent, but the variance in quality score near the end of the read is pretty high. I don't usually see the the interquartile range of the quality scores dip so low these days.

I would definitely recommend doing some read trimming/filtering and re-assessing the QC metrics after this step. A tool like fastp can give you good "before and after" QC results.

1 answer

Well in my case the reads were generated using IlluminaSeq. What do I expect as normal when looking at the fastqc.html?

Well, for short reads like those you used here (~75nt), I would expect better quality in the 3p end (~28 or higher) because it is what you expect when everything runs smoothly:

  • RNA quality (RIN>=8, 260/280 ~2, etc)
  • Concentration
  • library prep controls
  • Sequencing performance

Nonetheless, if the QC doesn't look ok to you, you can always trim/filter your sequences.

They may also lead to increased false-positive variant calls, resulting in inaccurate conclusions.

Not necessarily, it depends on many variables, including the coverage.

Log in to answer this question.