Question: How to filter structural variants in a vcf file on size
0
Abdel • 360 wrote:
I have a vcf file with structural variants (mainly deletions), and I want to filter out only deletions with a specific size (>10kb for example) and write those deletions to a separate vcf file. How can I do this?