How to map the reads from a Bam file to another reference genome????
1
0
Entering edit mode
7.0 years ago
Cindy ▴ 60

Dear all,

I have got BAM files of mitochondrial DNA sequencing, which were aligned to mtDNA reference genome. Now I want to look at whether those mapped reads also have some overlap with nuclear genome. What should I do? I have extracted mapped reads from bam files, should I just use bwa to align to nuclear reference genome?

Thanks

Cindy

sequencing • 5.8k views
ADD COMMENT
1
Entering edit mode

Hi Cindy, If you have extract a fastq yes you can simply realign your reads against your new reference using bwa :)

Best

ADD REPLY
3
Entering edit mode
7.0 years ago

You can convert the bam file back to fastq (samtools fastq), and use that for mapping just like usual mapping.

ADD COMMENT
1
Entering edit mode

Thanks. I have used samtools to remap.

ADD REPLY

Login before adding your answer.

Traffic: 2022 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