Bioinformatics with Python Cookbook
上QQ阅读APP看书,第一时间看更新

Analyzing data in VCF

After running a genotype caller (for example, GATK or SAMtools), you will have a VCF file reporting on genomic variations, such as SNPs, insertions/deletions (INDELs), copy number variations (CNVs), and so on. In this recipe, we will discuss VCF processing with the PyVCF module.