Which aligner is best suited for circular human mitochondrial genome?
3
2
Entering edit mode
8.4 years ago
nalandaatmi ▴ 100

Dear All,

To perform a mitochondrial genome alignment. Which aligner is best suited for circular human mitochondrial genome?

I found out some of them bwa-mem, bowtie2.

Can you guys explain which is better and why?

bowtie2 Assembly Alignment bwa • 5.4k views
ADD COMMENT
3
Entering edit mode
8.4 years ago
h.mon 35k

Are you trying to align two mitochondrial genomes, next-gen DNAseq reads to a mt genome, or RNAseq to a mt genome? For DNAseq, BWA will be fine, for RNAseq, STAR or Subread should be fine. If you are building an index with just the mtDNA, you may have to adjust the index to account for the small genome. And if your reads are from whole cells / tissues, you will probably align NuMT reads to the mtDNA, this problem would probably be smaller if you align against the whole human genome and then extract reads mapping to the mtDNA.

edit: you may use GSNAP to specifically address mtDNA circularity:

Finally, you can provide information to gmap_build that certain
chromosomes are circular, with the -c or --circular flag.  The value
for these flags is a list of chromosomes, separated by commas.  The
gmap_build program will then allow GSNAP and GMAP to align reads
across the ends of the chromosome.  For example, the mitochondrial
genome in human beings is circular.
ADD COMMENT
0
Entering edit mode

We have sequenced mitochondrial DNA samples. Initially the reads were mapped against the mitochondrial chromosome alone. There were some false positive hits. Inorder to avoid false positives hits. This time I am planning to map the reads against the whole human genome.

Then I have been asked to take the reads that are failed to map in previous step should be remapped to mitochondrial chromosome. While remapping the reads, they stressed me to consider the fact of circular genome. Which will lead to a flat pileup of the reads across the whole mitochondrial chromosome, instead of the ends show a dropout in reads (pileup looks like inverted U-shape).

As you suggested, I am planning to use bwa-mem aligner. but I don't get the highlighted text. Can you explain if you are aware of it.

ADD REPLY
1
Entering edit mode
8.4 years ago

If you want to align reads to a genome, I suggest BBMap. If you want to align genomes to genomes, I suggest MUMmer - it's much better with very long sequences. Circularity is not really all that important; it just affects the tips.

ADD COMMENT
1
Entering edit mode
4.4 years ago

CLC Genomics Workbench's read mapper works with circularized references and will map reads across origin without any issue.

ADD COMMENT

Login before adding your answer.

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