Hello All,
I have a vcf file for multiple samples made using bcftools
with joint variant calling for high depth dataset. And another similar vcf file for multiple samples made using bcftools
with joint variant calling for low depth dataset. I want to know which SNP positions are common among these two vcf files for high vs low datasets.
And if there is a common position between two vcf files, does the common SNP calls match on that position or not. For example, if POS 5786
is common between both vcf files, does the REF
and ALT
calls arthe e same in both cases for that position?
I am not aware of the options available to find such information. I will appreciate any help! Thank you!
Hello,
Thank you for your guidance. I have used this:
The output
summary.tsv
shows:I am confused about the output. If I understand correctly, TP shows the overlapping (common) number of SNPs in two files. How can I also get the statistics about the agreement of SNP calls out of the total number of common SNPs among both files e.g.,
A
at the same position in both files?Thank you!