Hi,
How should I extract specific SNPs from VCF file (30x). What is the standard way of doing this? Which tool/s should I use?
I have file with the snp ids (ie. rs964284,...) I would like to extract and the 30x vcf which is not annotated.
Right now I would imputate the vcf (beagle), annotate it (variant annotator) and then extract the SNPs.
Is there a tool that does it all in one go?
Thanks.
Kevin thanks for the reply. I could write such app. How should I think about imputation and coverage? Should I do imputation on 30x vcf, or whatever is not in 30x vcf equals the reference? Thanks.