I've run CNVkit on a set of matched tumour/normal exomes and I want to get BAFs. I'd like to confirm the best approach for building an appropriate vcf file using HaplotypeCaller, since I've seen many things mentioned in various forums and issues here.
Run HaplotypeCaller jointly on the normal and tumour samples. Identify tumour singletons and flag them as somatic, or maybe use Mutect2 output to flag appropriate somatic mutations.
Run HaplotypeCaller on the normal sample, then calculate AF of these in the tumour sample (e.g. using the snpfilter.sh script)
Can you please confirm which (if any) is the correct approach? Thanks.
Hello,
I've run CNVkit on a set of matched tumour/normal exomes and I want to get BAFs. I'd like to confirm the best approach for building an appropriate vcf file using HaplotypeCaller, since I've seen many things mentioned in various forums and issues here.
Run HaplotypeCaller jointly on the normal and tumour samples. Identify tumour singletons and flag them as somatic, or maybe use Mutect2 output to flag appropriate somatic mutations.
Run HaplotypeCaller on the normal sample, then calculate AF of these in the tumour sample (e.g. using the snpfilter.sh script)
Can you please confirm which (if any) is the correct approach? Thanks.