Concordance Between Ngs Snp Calls And Genotype Snp Arrays
2
2
Entering edit mode
11.0 years ago

Hello,

The accuracy of NGS SNP calls is usually determined by calculating concordance between these NGS SNP calls and the SNP array data (which is known to call the true SNPs).

Are there any tools out there that calculate this concordance ?

Any thoughts and suggestions would be much appreciated.

ngs snp genotype array • 4.7k views
ADD COMMENT
1
Entering edit mode
11.0 years ago
aindap ▴ 120

Have a look at VariantEval in the GATK, in particular using the -goldStandard argument. You can provide a VCF containing your SNP array genotypes as the gold standard to compare your sequencing derived VCF to.

ADD COMMENT
0
Entering edit mode

Thanks! I looked all over for a solution to this simple problem. For me putting my two VCF files as the --comp and --eval parameters did the trick.

ADD REPLY
0
Entering edit mode
11.0 years ago
BruceB ▴ 340

As far as I am aware, there is nothing "off the shelf" that could do this.

The way I am dealing with a similar issue is to get all our SNP data into a single database (MySQL) in a common format that I have devised using a Perl script.

Using another Perl script, it is possible to loop through every position in turn to check the genotype at the current position. Whatever the result, I've then output this into another table of the database which we can sort through later.

I have also added in another level of complexity by comparing the same position across different samples, before deciding whether the SNP could be considered true.

ADD COMMENT

Login before adding your answer.

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