Entering edit mode
5.5 years ago
Ian Maurer
▴
20
Recently completed 2 articles on understanding and parsing VCF files:
What is a Variant Call Format (VCF) file? https://www.genomoncology.com/post/what-is-a-variant-call-format-vcf-file
Parsing Variants using the cyvcf2 (python) library https://www.genomoncology.com/post/parsing-variants-using-the-cyvcf2-library
The articles are intended as introduction to the VCF format and how to get started parsing them using the python programming language.
Cheers, Ian