Thank you very much.
• 0 views
•
link
Hi!
I have a vcf with 20 samples and I want to remove from it the variants that are commons (with the same zygosity) to all samples. How can I do it?
Thanks
Use bcftools view with an exclude/include expression that operates on COUNT(GT="hom") as shown in the examples here: https://samtools.github.io/bcftools/bcftools.html#expressions
Log in to answer this question.