How to filter out passed SNVs to create new files using bcftools isec.
0
0
Entering edit mode
2.5 years ago
addamyeo • 0

To specify from an earlier post, I need to filter out the passed SNVs, such that only the failed variants remain. The command I used to filter out the failed SNV is:

bcftools isec -f 'PASS,.' -e 'TYPE!="snp"' [file1.vcf.gz] [file2.vcf.gz] -p dir

Thanks!

bcftools • 502 views
ADD COMMENT

Login before adding your answer.

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