Is it possible to pool the paired-end data?
Hello everyone.
I have a paired-end dataset and want to pool it to map all reads altogether. I couldn't find the tool which can be used for it. Any suggestions?
Thanks a lot in advance!
• 1,391 views
•
link
0 answers
No answers yet.
Log in to answer this question.
Can you explain
pooling? Paired-end reads consist of R1 and R2 and these must be mapped with a dedicated paired-end aligner. You cannot simply combine R1 and R2 and treat them as single-end reads.If you are talking about interleaving paired-end reads from individual files into a single file, BBMap is your friend:
Thank you! I will try to.
Be sure that the aligner has an option to support paired-end interleaved reads.