vcf-compare alternative in R
1
0
Entering edit mode
3.6 years ago
User6891 ▴ 330

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.

R vcf • 1.2k views
ADD COMMENT
0
Entering edit mode
3.6 years ago

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 :

  1. TP : the variants in both files
  2. FP: the variants found in the Quary (Second) file but not in the true file (First)
  3. FN: the variants in the True but not in the Quary.

check there website:

https://github.com/RealTimeGenomics/rtg-tools

https://github.com/Illumina/hap.py

ADD COMMENT

Login before adding your answer.

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