This is a test version of Biostars. For the public version, visit https://www.biostars.org.
What If Your Polya+, 50Bp, Illumina_Hi-Seq_Paired-End_Rna-Seq Data Has ~86% Duplication (Fastqc) ?

Hi,

I have 2 very straight forward questions.

  1. What exactly is fastqc "duplicated read" definition (reads having similar sequences ? or reads mapping to similar genomic locations or reads that have similar genomic start and ends ?)
  2. What does one do, if they see high duplication level like ~86% ? (re-sequence the samples ? or remove the duplicate reads and continue the analysis ? or keep all the reads and continue with the analysis ?)

Many thanx in advance

rna-seq fastqc

@Isran: This RNA-Seq is polyA+ so it is very unlikely that most of the duplicate reads maps to few genes. I think this duplication problem is very common in non polyA+ type and the threads are also referring to the same.

Ok, then I misunderstood the matter :-( i know rRNA does not have polyA-tail but all other mRNA does right? Then way is it still not possible?

1 answer

Tony dealt with question #1 in his comment. As for #2, check to see if your sequences are enriched in adapters (I'm guessing they are). If that is the case, you may need to go back to the lab folks to see if there were problems on that side of things (too little sample, degraded sample, etc.). You might still be able to use the data if necessary, but your coverage will be very low, I imagine. Be sure to adapter-trim if you go ahead with using the sample.

thanx! but could you please elaborate how it affects coverage ? and which part of sequence should one trims ?

IF I am correct about the duplication being adapter contamination, then >86% of your reads are technical (do not come from the sample itself) and probably will not align to the genome. Adapter trimming can be done using any number of trimming softwares. I'll leave it to you to try a couple. The next step, after trimming, is to align to the genome. That will give you the most definitive answer regarding coverage.

Log in to answer this question.