Hi:
I like bedtools. but now GATK pipelines are spewing VCF files and I want to intersect 3 files.
For instance I have 3 VCF files F1, F2 and F3.
I want to intersect
newfile = intersect(F1, F2)
then I want to :
newsecondfile = intersect(newfile, F3)
How can I do this on VCF files. I tried vcftools, it is not handy with all the gz files and perl.
I like something a BEDtools type.
Any suggestions.
thanks
Adrian
I like bedtools. but now GATK pipelines are spewing VCF files and I want to intersect 3 files.
For instance I have 3 VCF files F1, F2 and F3.
I want to intersect
newfile = intersect(F1, F2)
then I want to :
newsecondfile = intersect(newfile, F3)
How can I do this on VCF files. I tried vcftools, it is not handy with all the gz files and perl.
I like something a BEDtools type.
Any suggestions.
thanks
Adrian
Comment