It looks like you're new here. If you want to get involved, click one of these buttons!
Hi,
I would like to trigger calls at HapMap sites even if they are HOM_REF in my sample. I used to accomplish this in an older GATK version with the following parameter passed to the UnifiedGenotyper: -B:trigger,VCF hapmap.vcf Right now I am using version 1.6 of the GATK. How could I accomplish exactly the same with this new version?
What I am trying to do (when doing VariantEval on the detected SNPs) is to obtain GenotypeConcordance for all: HETs, HOM_REFs, and HOM_VAR. Currently I only get the concordance values for HETs and HOM_VAR on the VariantEval output. Asked in a different way, how could I get the 'n_true_HOM_REF_called_*' fields populated in the VariantEval?
Thanks for your help, Gene
Answers
Hi Gene, please have a look at the documentation for the UnifiedGenotyper, specifically the
--output_modeargument.http://www.broadinstitute.org/gatk/gatkdocs/org_broadinstitute_sting_gatk_walkers_genotyper_UnifiedGenotyper.html#--output_mode
Geraldine Van der Auwera, PhD
- Spam
- Abuse
- Troll
0 • Off Topic Disagree Agree Like WTF •Hi Geraldine,
Thanks for your reply.
Thx, Gene
- Spam
- Abuse
- Troll
0 • Off Topic Disagree Agree Like WTF •Hi Gene,
Sorry, I misunderstood what you are trying to do -- I thought you were using the HapMap call positions as intervals, to only make calls for those loci. If you want to also have the variant calls in the rest of the exome, you'll need to do it in a separate run, then merge the two VCFs. We no longer provide a way to do it all at once, sorry.
Geraldine Van der Auwera, PhD
- Spam
- Abuse
- Troll
0 • Off Topic Disagree Agree Like WTF •