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.
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 has a Unifiedgenotypecaller which does calling separately, and the HaploTypecaller which does both together.
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
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
and using HaploTypecaller is highly advised by GATK documentation
Yes absolutely! Should have made that clear in my answer.