I want to isolate specific regions in the vcf file chr17:63480412 (rs3730025) and chr17:63481680 (rs56394458) into a separate vcf file with only the SNP data from all my hundreds of files.
I only want to annotate these regions. Isolating them will help me annotate them many times faster
How do I do this?
Prior threads that can help:
Extracting regions around sites in VCF file and writing them as fasta sequences/files
Isolate a Region in a Vcf File to make a Smaller Vcf File
I see you tagged bcftools. Have you looked at the documentation?