This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Evaluate the sensitivity and specificity of vcf files

Hi,

I have already finished the variant call of NA12878.

My steps are as follows:

  1. bwa mem
  2. SortSamSpark
  3. MarkDuplicatesSpark
  4. BaseRecalibratorSpark
  5. ApplyBQSRSpark
  6. HaplotypeCaller

Now I have a vcf file, but I don't know how to judge his correctness.

My reference data is:

  1. dbsnp_138.b37.vcf.
  2. Mills_and_1000G_gold_standard.indels.b37.vcf
  3. 1000G_phase1.indels.b37.vcf

Thank you, jacky.

gene

although chr1 is one of the biggest ones, and considering that you've already done the largest effort which is calling variants on NA12878, I'd definitely go for the entire genome's numbers rather than being fine with a relatively small subset of statistics.

1 answer

you've chosen a reference sample to apply your variant calling pipeline to. well done, because you're almost there. just get a set of high confidence NA12878 variants such as the GiB project ones, use a comparison tool such as RTG vcfeval (the one recommended by the GiB project), and you'll be done.

Log in to answer this question.