I encountered such a VCF in a support thread, and I still have no idea what third party tool generates these. But the VCF header describes these fields.
##FORMAT=<ID=GT,Number=1,Type=String,Description="Genotype">
##FORMAT=<ID=GQ,Number=1,Type=Float,Description="Genotype Quality">
##FORMAT=<ID=DP,Number=1,Type=Integer,Description="Read Depth">
##FORMAT=<ID=SR,Number=1,Type=Float,Description="Supporting reads">
##FORMAT=<ID=VR,Number=1,Type=Float,Description="Variant reads">
##FORMAT=<ID=VA,Number=1,Type=Integer,Description="1=Variant ambiguous, Genotype at this location is not clear, otherwise VA=0">
##FORMAT=<ID=SB,Number=1,Type=Float,Description="Strand bias">
##FORMAT=<ID=ABQ,Number=1,Type=Float,Description="Average base quality">
##FORMAT=<ID=AMQ,Number=1,Type=Float,Description="Average mapping quality">
Also peculiar is that SR (Supporting reads) and VR (Variant reads) are not whole numbers and instead look like VAF, Variant Allele Fraction as a percentage value.
Hi,
Thank you for your reply, the problem I am facing is I used third party software to obtain the VCF ( since I dont have a bioinfomatics background), I found these abbreviations in the .csv output i obtained after running the VCF on wANNOVAR. So i am not reading the VCF file, but the .csv file
it's like trying to re-create a cow from a steak
Haha, True!!.. but that's where I am!! Anyway, Thank you. :)