I have a BAM I am processing in GATK, and unfortunately I cannot provide a dbSNP for it.
Following the GATK Best Practices v3, I am trying to find a workaround for the absence of the dbSNP. Basically here is the plan,
1. indel realign
2. UnifiedGenotyper to produce a VCF list
3. Base Recalibration with the above VCF list for --known
4. UnifiedGenotyper again with the recalibrated BAM, and then analyzing the variants from this new VCF.
Does anyone have any criticisms/suggestions/comments about this procedure? I'm not entirely confident it is the best method.
Following the GATK Best Practices v3, I am trying to find a workaround for the absence of the dbSNP. Basically here is the plan,
1. indel realign
2. UnifiedGenotyper to produce a VCF list
3. Base Recalibration with the above VCF list for --known
4. UnifiedGenotyper again with the recalibrated BAM, and then analyzing the variants from this new VCF.
Does anyone have any criticisms/suggestions/comments about this procedure? I'm not entirely confident it is the best method.
Comment