Hi,
I am working on the RNA-seq (Hiseq PE) data and my focus currently is expression analysis (gene and isoforms). Few of the samples have poor quality bases at the end of the reads and other samples are fine. My question is if I trim the poor quality bases (say like 10 bases), should I apply trimming on all the samples or is it alright to apply it only on the samples which have these poor quality bases. And can these samples with different read lengths be used for expression analysis?
Thank you
Why don't you trim the reads from all your samples based on the corresponding quality scores. Reads that have good quality will not suffer from trimming. For example try trimmomatic, download binary here, source here