Entering edit mode
8.2 years ago
Carlos Caicedo
▴
210
Should all the reads of my experiment be of the same length if I am going to perform a de novo assembly?
The raw data contained reads of the same length but after the trimming process by quality some of them are reduced. I would like to know if there are some effect in the downstream analysis with this reads. (The majority of the reads remain of the same length and only a few reads have been trimmed)
Thanks
Carlos Andrés.
Generally i've heard that you don't want to trim your RNA-seq reads as it could mess with downstream analysis (of course you'd remove adapter contamination).
It would be god to know what kind of trimming you did, like the program and command used.
I used Trimmomatic The “paired-end data” option was selected and the trimming steps were:
ILLUMINACLIP which cut adapter and other illumina-specific sequences from the read. The parameter for this step were:
SLIDINGWINDOW which perform a sliding window trimming, cutting once the average quality within the window falls below a threshold. The parameter for this step were: