This is a test version of Biostars. For the public version, visit https://www.biostars.org.
In GATK, SNPs and INDELs are called separately or together?

In GATK, SNPs and INDELs are called separately (i.e. they are using different statistical models and different features) or they are called together(in one round with the same statistical model and features).

Thanks.

gatk snp indel variant

2 answers

GATK has a Unifiedgenotypecaller which does calling separately, and the HaploTypecaller which does both together.

and using HaploTypecaller is highly advised by GATK documentation

Yes absolutely! Should have made that clear in my answer.

It depends on what you are using GATK for and what you are using in GATK package for variant calling. For example, HaplotypeCaller is trying to find haplotypes likelihoods and uses these to find genotype likelihoods. https://software.broadinstitute.org/gatk/documentation/tooldocs/current/org_broadinstitute_gatk_tools_walkers_haplotypecaller_HaplotypeCaller.php

Log in to answer this question.