aquaskyline / Clairvoyante

Clairvoyante: a multi-task convolutional deep neural network for variant calling in Single Molecule Sequencing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How is the QUAL metric calculated?

flashton2003 opened this issue · comments

Hello,

I'm curious as to how the QUAL metric is calculated, and how it should be interpreted?

From my limited analysis, it seems that only variants with a QUAL of 999 should be taken as high quality variants. Does this seem overly stringent?

Thanks,

Phil

QUAL is calculated as the distance between the best and second-best result. Higher score -> larger distance -> more reliable the result is.

BTW, you might want to use the new version at https://github.com/HKU-BAL/Clair. The quality calculation is more reboust in the new version.

Thank you! I'll check out Clair.