BCFTOOLS filter per sample per variant
0
0
Entering edit mode
24 months ago
Filago ▴ 100

Hello, I have a multi-sample VCF-file and want to filter out variants in single patients based on the ratio of certain quality values (which are sample specific and annotated in the FORMAT-field)

So I filtered my data like this:

bcftools view  file.vcf.gz -i '(FORMAT/quality_value1)/(FORMAT/quality_value2) > 10' -o file_flt.vcf.gz -Oz

However, this step filtered whole variants instead of single sample variant calls. Any ideas about this issue?

Best, Andreas

VCF bcftools • 382 views
ADD COMMENT

Login before adding your answer.

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