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,
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.
OP is using some pipeline for circRNAs in which this is hardcoded C: should each RNA-seq has Circular RNA?.
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.