Entering edit mode
5.4 years ago
justinjacobse
▴
10
Being new to bulk RNA-seq analysis I have the following question: is it necessary to trim adapters from RNA-seq data before mapping with Salmon, or is this method robust to the presence of adapter sequences?
To add to this, if you're worried about how long it will take to trim adaptors for a large number of samples, you may want to check out fastp. It's a very fast, "one-stop-shop" QC program that will trim adaptors, filter and/or trim reads based on quality scores, remove PCR duplicates, and provide before-and-after QC plots.
I use Trimmomatic and the trimming takes longer than the alignment/quantification. I am not in a rush, but I do find that ironic.
Great, thanks for answer and the additional suggestions.