How to create a SNP VCF file?
I'm working through an example on the vargeno github page, and in their example they have a file called snp.vcf
https://github.com/medvedevgroup/vargeno/blob/master/test/snp.vcf
How would such a file be created? Would it be something you would have to write manually, or does a program generate it?
• 4,875 views
•
link
2 answers
The VCF extension may be used for vCard files, but in the context of SNPs and genotyping, a minimum google search should have taken you to The Variant Call Format Specification
• 0 views
•
link
VCFs are generally created from real data using GATK, FreeBayes, samtools/bcftools, etc.
• 0 views
•
link
Log in to answer this question.
Do you need specifically the SNPs?