This is a test version of Biostars. For the public version, visit https://www.biostars.org.
mapping paired end data

Hello folks,

Can I map paired end data individually with my reference genome to get separate .bam files?

paired-end bam bowtie mapping

Yes. Just map each one individually (I would not recommend it but it's possible)

1 answer

Sure, but why not use the information from the one member of the pair to help map the other? You can map them together, then filter the bam to pull out the all the read1 reads.

okay.. got it.. thanks much:)

Log in to answer this question.