Thank you for your response, I have 35 samples and they all show this
Dear Biostars,
I have been performing paired-end RNA seq on the nextseq2000. When running fastqc, I noticed an overrepresented poly-G sequence consisting of 59 G bases (my read length is also 59 bp). Overrepresentation was between 1-3% and interestingly only present in R2 (for all my samples. N=35).
I read in some other posts that G could indicate that there was “no-signal”, this would mean that for 1-3% of my reads, the sequencing of read 2 failed. I am quite surprised by this. Any ideas why this is happening?
What can I best do with these reads? Remove them? And would it be possible to still map the R1 for this 1-3%, while for all the other reads I would be mapping the pairs?
I hope you can help me!
Best,
Jurgen
2 answers
Are multiple samples showing this or just some? It is difficult to divine a specific reason but it is possible that some of the library fragments do not have a functional adapter on second end and thus failed to prime/generate sequencing signal.
As long as you have enough data you should simply ignore these errant reads (and their R1 counterparts) and move on with the analysis with the rest of the data. Most aligners do not allow you to mix single- and paired-end reads while aligning (bbmap does) and discarding those 3% reads is not going to make a big difference.
NextSeq2000 is a dual-color chemistry Illumina machine
G is being called when there's no fluorescence signal with the dual color chemistries. It appears that the second primer might not have bound.
source: https://www.reddit.com/r/bioinformatics/comments/16n116z/r2_novaseq_full_of_gs/
Thank you for helping out!
Log in to answer this question.