Entering edit mode
2.3 years ago
upasana
▴
20
Hello folks,
Can I map paired end data individually with my reference genome to get separate .bam files?
Hello folks,
Can I map paired end data individually with my reference genome to get separate .bam files?
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.
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Yes. Just map each one individually (I would not recommend it but it's possible)