snp identification with Haplotypecaller and SelectVariants
1
0
Entering edit mode
5.1 years ago
felipead66 ▴ 110

I want to find the snps for 10 cultivars of almond. Which of the following is correct:

1. Use haplotypecaller to find snps for each cultivar (based on the reference genome), then use selectvariants to find true snps and finally filter the snps with variant filter

or

2.Use haplotypecaller to find snps using as input the bam files for ALL cultivars, then use selectvariants to find true snps and finally filter the snps with variant filter

SNP gatk • 1.2k views
ADD COMMENT
1
Entering edit mode
5.1 years ago

solution 2 is easier because you'll get all the samples for a given variant. It's easier to filter. If your number of samples is too high you can use g.vcf files: https://gatkforums.broadinstitute.org/gatk/discussion/4017/what-is-a-gvcf-and-how-is-it-different-from-a-regular-vcf

whith solution 1, after merging, you don't know if a missing genotype was HOM_REF or NO_CALL.

ADD COMMENT

Login before adding your answer.

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