You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have some paired-end bulkRNAseq. I ran fastp as below with --trim_poly_g but in the FASTQC report for a sample, there was still shown issue with over-represented sequence of GGGGGGGG... in the R2 read. with "No Hits" in the Source.
Would you mind giving me some pointers to address this issue?
The overrepresented sequences in FastQC just search (by default) the first 50bp of each sequence. You have 150bp sequences.
When you trim polyG it will trim from the 3' end back.
The most likely explanation, assuming you've run fastp correctly, is that you have sequences which start with polyG but move into something else before the end of their 150bp length. If that's the case then neither program is doing anything wrong here.
Hi there,
Thanks for the tool.
I have some paired-end bulkRNAseq. I ran
fastp
as below with--trim_poly_g
but in theFASTQC
report for a sample, there was still shown issue with over-represented sequence of GGGGGGGG... in the R2 read. with "No Hits" in the Source.Would you mind giving me some pointers to address this issue?
Thank you for your help.
Referenced at OpenGene/fastp#589
The text was updated successfully, but these errors were encountered: