Why did FastQC reports get WORSE after trimming my data?
1
0
Entering edit mode
5.1 years ago

After downloading my PI's RNA-sequencing data, I ran fastQC on it and got mediocre results. I took a subset of my data and trimmed it using trim_galore, then ran fastQC on the trimmed data (using the module parallel) via:

cd /Users/patrick/Desktop/sampleRNAseqdata
parallel trim_galore --paired --fastqc -o trim_galore/ {} {=s/_R1_/_R2_/=} ::: *_R1_001.fastq.gz

After trimming the data, however, the FastQC reports were even worse than those of the untrimmed data. Have I done something wrong, or is this to be expected? I've attached an image showing the original FastQC reports on the left and then the trimmed files' FastQC reports on the right. original quality scores vs. trimmed quality scores Assuming there's no fix for this, would there be any reason for me to trim the other files in the database? Or should I just begin aligning the reads to a reference genome?

RNA-Seq trim_galore fastQC • 4.5k views
ADD COMMENT
2
Entering edit mode

Those indicators are decided by limits present in a file (I think it is called limits.txt or similar). You can change those limits.

That said, those limits are for plain genomic sequencing. If you have an experiment that is not that then invariably some item on that list will fail. That result has to be taken in context of experiment you are doing. It is hard to see anything useful in those shots, so you will need to post larger version of things you are concerned about and tell us what this sequencing is for.

If you have not seen these useful blog posts by authors of FastQC then take some time to browse.

ADD REPLY
0
Entering edit mode

Thanks for the reply, Geno. Since there's not much useful information in the screenshots I provided (my bad!), I've uploaded the full FastQC reports at this link if you'd be willing to look them over. And I will definitely have to check out some of those blog posts; thanks 🙂 In terms of the purpose of this data, it's RNA-seq data from one cohort that went through an experience and has some symptoms and another cohort that went through that experience and doesn't have symptoms. (I'm being purposefully vague just in case my PI has some reason to keep this experiment secret or something). So the goal is to check for gene-expression biomarkers that could predict who will develop symptoms.

ADD REPLY
0
Entering edit mode

What are those over represented sequences ?

ADD REPLY
0
Entering edit mode

It seemed that the overrepresented sequences in the trimmed files were the same as those in the originals. Those sequences' absolute representation dropped, but their relative representation seemed to rise as a result of trimming. If you'd be willing to look them over, here's a Google Drive link to the fastQC reports of the subset of data that I trimmed as well as their untrimmed counterparts. I didn't notice any red flags when comparing the QC reports, but I'm very new to all of this. But putting the overrepresented sequences aside, my question is: why did none of these metrics improve? Shouldn't some of these indicators improve in at least a few of the files? Would it be conceivable that the lab that sequenced this data had already trimmed off the low-quality (maybe bottom 10%) of reads? And that maybe my trimming the data a second time could have removed some acceptable reads? It sounds unlikely to me personally, but I can't think of anything else. Any thoughts are appreciated 😬🙂

ADD REPLY
0
Entering edit mode

I don't know about trim-galore specifically, but read trimmers generally trim very bad quality bases from the end of reads, rather than removing whole reads that have a medium-poor average quality, although most trimmers can be configured to do this as well.

ADD REPLY
2
Entering edit mode
5.1 years ago

In general the indicator icons in FastQC aren't particularly informative in situations other than the one they were designed for, you need to actually examine the plots themselves to identify potential problems.

In this case as far as I can tell, all the indicators are identification between the trimmed and untrimmed reads, except that the trimmed reads have an ! for "read length distribution". This is to be expected as the reads are no longer all the same length.

I am inferring from your filenames that you are analyzing RNA seq data. There is nothing particularly unusual about the indicators you are seeing for an RNAseq sample. You might want to check the over-represented sequences to see if any are particularly high, and blast a couple of them to see what they are. I've also check that the per-reads GC content is uni-modal. I'd also check the per-base sequence content to make sure what you are seeing there is just a bias for particular bases, rather than all reads starting with the same sequence.

ADD COMMENT
0
Entering edit mode

Thank you for replying, @i.sudbery. I really appreciate your trying to help me :). So if the FastQC files aren't that informative after trimming, then I may be worrying about nothing. I'll definitely sift through some of the analyses by-hand, though, and see if something's up based on the criteria you suggested:

In this case as far as I can tell, all the indicators are identification between the trimmed and untrimmed reads, except that the trimmed reads have an ! for "read length distribution". This is to be expected as the reads are no longer all the same length.

That's true of most the files, but of the twelve sample files I trimmed, all became worse in the "sequence length distribution", one became worse in "sequence duplication level" and one became worse in "per base sequence content". If you think it would help, here's a link to the QC reports for 12 trimmed files and their untrimmed counterparts.

I'd also check that the per-reads GC content is uni-modal.

This isn't the case for either the original or the trimmed data. It almost follows the theoretical bell-curve, but it has a sharp spike around 63%. I did some research online and some people were suggesting this could be due to contamination. I'm not really sure what to make of that though. Does that refer to microbes getting in the flow cell and having their RNA somehow sequenced? The RNA-seq data for this experiment came in a bunch of different folders and this one seems to be the only one that has that spike (or contaminant). I guess that would be consistent if each folder corresponded to one flow cell run, and that this particular run was contaminated.

You might want to check the over-represented sequences to see if any are particularly high, and blast a couple of them to see what they are.

Will do. Haven't done that since my bio 101 lab, so it'll be fun refiguring that out 😂

ADD REPLY
0
Entering edit mode

The most likely contaminant in any RNAseq experiment is ribosomal RNA, and that would indeed manifest as a second peak in the GC curve, a small number of sequences with very high duplication levels and some over-represented sequences.

ADD REPLY

Login before adding your answer.

Traffic: 2640 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6