This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Variant calling from Mitochondrial Genome

Hi,

I was trying out a variant caller for mitochondrial genome : https://github.com/KCCG/mity

I would like to know about other good tools that are available for the same job, using WES data.

Please let me know your suggestions.

Thanks

variant-calling ngs mitochondria

1 answer

GATK has a best practices Workflow for SNV and Indel discovery in mtDNA: https://gatk.broadinstitute.org/hc/en-us/articles/4403870837275-Mitochondrial-short-variant-discovery-SNVs-Indels-

The pipeline for mitochondrial variant discovery, using Mutect2, uses a high sensitivity to low AF and separate alignments using opposite genome breakpoints to allow for the tracing of lineages of rare mitochondrial variants.

It is described by its general steps but not with specific command code. This workflow seems more complex than a normal autosomal variant calling pipeline, but it also explains the complexity and problems of this task.

Log in to answer this question.