Is it possible to pool the paired-end data?
0
0
Entering edit mode
3.9 years ago
tanya_fiskur ▴ 70

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!

RNA-Seq • 883 views
ADD COMMENT
1
Entering edit mode

If you are talking about interleaving paired-end reads from individual files into a single file, BBMap is your friend:

reformat.sh in=reads_1.fastq in2=reads_2.fastq -out=paired_reads.fastq
ADD REPLY
0
Entering edit mode

Thank you! I will try to.

ADD REPLY
0
Entering edit mode

Be sure that the aligner has an option to support paired-end interleaved reads.

ADD REPLY
0
Entering edit mode

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.

ADD REPLY

Login before adding your answer.

Traffic: 2725 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6