intersecting bed and vcf files
1
2
Entering edit mode
9.3 years ago
hpapoli ▴ 140

Hello,

I want to intersect a vcf file with a bed file for which I use the following command:

intersectBed -a vcf -b bedfile > newvcf

The problem here is that the file newvcf is a vcf file without a header so when I want to intersect the two vcfs with this command, I am not able to do that:

vcf-isec -n +2 A.vcf.gz B.vcf.qz | bgzip -c > out.vcf

How I can create the intersect with bed file so I can have a proper vcf file with header as the output?

Thanks!

intersectBed • 6.7k views
ADD COMMENT
4
Entering edit mode
9.3 years ago
hpapoli ▴ 140

I am sorry, I found the answer, one only needs to add -header option to the intersectBed command!

ADD COMMENT

Login before adding your answer.

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