Hi, I have some RNA-seq datasets and I wanted to remove adapters and low quality bases before proceeding with my analysis. The final goal of my analysis is to perform differential gene expression between my control and experimental conditions. I used fastqc to check the quality of my sequences and it looks good. The links to the fastqc results for one of my samples is here:
I next removed adapters and low quality bases using a sliding window of 4:30 using trimmomatic, but after trimming I only have 87% of my reads remaining. Could someone please explain why trimmomatic is removing over 10% of my reads even though the quality of my raw sequences is pretty good?
This is the command for trimmomatic:
java -jar trimmomatic-0.39.jar PE -threads 32 -trimlog SF1-1-C-gill_trimlog.log -summary SF1-1-C-gill_summary.txt SF1-1-C-gill_R1.fastq.gz SF1-1-C-gill_R2.fastq.gz SF1-1-C-gill_r1paired.fastq.gz SF1-1-C-gill_r1unpaired.fastq.gz SF1-1-C-gill_r2paired.fastq.gz SF1-1-C-gill_r2unpaired.fastq.gz ILLUMINACLIP:20:30:15:8:true SLIDINGWINDOW:4:30
I am using trimmomatic version 0.39
The links to the figures are not working, I suggest using ImgBB. Your sliding window quality filter is pretty stringent, did you consider / test with a more lax filter?
Hi, Thank you for your reply! I have updated the links to the figures, hopefully you can see them now!
According to the fastqc results, the per base sequence quality is above 30 for read 1 and drops slightly below 30 only towards the end of read 2, which is why I decided to trim them at quality 30. I did try trimming them with the sliding window quality filter set to 20 and it kept close to 99% of the reads which is what I would expect, but since most of my bases have a quality above 30, I'm surprised that it removes over 10%.
The links are still not working. Please use a public image hoster such as Imgur, get the full path to the uploaded image including the suffix (e.g.
.png
) and then use the image embedding buttom (the one right of the10101
) to embed the link to the image.This is what I get with your links:
sneha108ss : How to add images to a Biostars post