How to filter SNP and INDEL separately for VCF files
1
0
Entering edit mode
2.9 years ago
YL ▴ 10

Hello,

I have annotated VCF files and I wonder how I can SNP and INDEL separately for VCF files?

For example,

"Keep variants if Fisher’s strand bias score (FS) less than 200 (INDELs) or less than 60 (SNPs)"

I have been thinking about filtering SNP and INDEL to create two separate VCFs (such as "bcftools view -i 'FS < 60' sample.vcf --types snps" and "bcftools view -i 'FS < 200' sample.vcf --types indels). But I am not sure how to merge the two files from the SAME sample.

Thank you very much for the help!

VCF filter • 1.7k views
ADD COMMENT
3
Entering edit mode
2.9 years ago

use bcftools concat to merge both files.

ADD COMMENT

Login before adding your answer.

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