Is trimming necessary for RNAseq?
0
1
Entering edit mode
3.5 years ago
Pac314 ▴ 10

I am performing quality control on some reads that have good FastQC metrics apart from duplication levels and per base sequence content. Is it necessary to trim these reads before alignment and downstream DE analysis, variant calling etc? I have read conflicting advice about trimming before RNAseq analysis and not sure what to do.

RNA-Seq trimming fastqc • 4.4k views
ADD COMMENT
3
Entering edit mode

Most aligners will soft-clip the reads removing sequence that does not match so trimming is not strictly necessary. If you are going to do de novo assembly then you should scan/trim the data to remove these extraneous sequences.

ADD REPLY
0
Entering edit mode

Ok, as I am not performing a de novo assembly, I will perform an alignment using the untrimmed reads first.

ADD REPLY
1
Entering edit mode

I don't perform trimming at all but I do apply some filters for genes with really low read counts. Also, a results validation helps a lot! But, you can perform some tests and compare results with trimmed and not trimmed data, this will give you a really good direction on what to do!

ADD REPLY
0
Entering edit mode

I have just checked the per tile sequence quality has a warning in a couple of my fastqc files along with sequence duplication and per base sequence content, but only a few tiles are yellow, is it safe to ignore these warnings? When I run trimmomatic on these reads the per tile sequence quality passes, but then I get warnings for sequence length distribution and sequence duplication levels.

ADD REPLY
0
Entering edit mode

Thank you for sharing these articles, they are really helpful!

ADD REPLY
0
Entering edit mode

How do you filter to remove low read counts before DE analysis?

ADD REPLY
0
Entering edit mode

I like filterByExpr from edgeR for most analysis.

ADD REPLY
1
Entering edit mode

I personally use salmon for alignment/quantification and it was generally beneficial to trim adapters to maximize alignment rate, but only if you in fact have adapter contamination according to fastqc. If not or low (like 1% or so) then no, probably not necessary or beneficial.

ADD REPLY
0
Entering edit mode

Is adapter contamination inferred from the presence of over-represented sequences? I don't have any over-represented sequences.

ADD REPLY
0
Entering edit mode

Not sure about the exact procedure internally but there is a slot "adapter content" that lights up if you have contamination above a certain percentage.

ADD REPLY
0
Entering edit mode

FastQC has 2 files containing adapter and contamination sequences: adapter_list.txt and contaminant_list.txt. You can go to ~/[YOUR_WORKSPACE]/FastQC/Configuration to check them.

ADD REPLY

Login before adding your answer.

Traffic: 1868 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