This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Overrepresented sequences poly(C) followed by poly(T)

I'm working on an RNA-seq project and fastqc keeps identifying overrepresented sequences consisting of poly(C) followed by poly(T). I see a range from

CCCCCCTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTT to CCCCCCCCCCCCTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTT

I know the poly(T) is probably from how the RNA was enriched bu where is the poly(C) coming from? Has anybody else seen this before?

rna-seq rna-seq next-gen

1 answer

There have been a few threads on this topic already:

In conclusion, I would just remove the standard adapters that are known to CutAdapt (or whatever program that you are using) from the sequences, and also filter / trim reads based on length and quality, and then proceed to alignment. My feeling is that the main thing that is affected by trimming and filtering reads is the quality metrics like percent alignment. Most 'junk' reads, including poly A and T, will not align anyway.

Kevin

Log in to answer this question.