This is a test version of Biostars. For the public version, visit https://www.biostars.org.
is "sequence Duplication levels" has bad effect on Alignment process?

Dear All,

I am studying Pairend RNA-seq data. In the first step, through the FastQC tool, I checked the quality of samples. After trimming, all measurements in the FastQC report are perfect except "sequence Duplication levels".Now, I need to align them to reference genome through "bwa" aligner. Considering paired study, I want to know if "sequence Duplication levels" can bad effect on my alignment?

I appreciate it if anybody shares his/her experience with me.

Best Regards,

bwa fastqc rna-seq

If this is RNA-seq for a eukaryote, you should use a splice aware aligner such as STAR instead of BWA. Better yet, if you just need to quantify feature counts, you can use a pseudo-aligner like Salmon.

Thank you for your comment. I agree with you. But I need bwa SAM output for use as the input of CIRI2. CIRI2 is a CircularRNA identifier. In fact, bwa is not my choice, and using that is obligatory.

1 answer

Considering paired study, I want to know if "sequence Duplication levels" can bad effect on my alignment?

No, duplication is normal and expected in RNA-seq.

do you mean that in each report of FastQC relate to RNA-seq we have a red condition about "sequence Duplication levels"?

It is not unusual to have a read there, yes, but as it is expected you should not care about it. The only (for me) informative fastqc value (in RNA-seq) is adapter content and base quality, and the latter only if it is flagged indicating a technical problem during sequencing.

Log in to answer this question.