vcf-compare alternative in R
Hi,
I'm wondering if there is an alternative to vcf-compare in R. I would like to get the number of common/unique variants between two vcf files.
I use the readVcf function of the VariantAnnotation package to read my vcf files in R.
• 1,907 views
•
link
1 answer
Hi, i did not use R to Compare 2 vcf files, but i used RTG-tools and Hap.py for validation purpose where GIAB recommend to use one of these tools and both provide you the result as :
- TP : the variants in both files
- FP: the variants found in the Quary (Second) file but not in the true file (First)
- FN: the variants in the True but not in the Quary.
check there website:
• 0 views
•
link
Log in to answer this question.