Skip to content

dridk/vcf-parser

Repository files navigation

Annotated VCF parser

It supports vep and snpeff annotations

from vcfReader import VcfReader
reader = VcfReader("myvcf.vcf", "vep")

for variant in reader.get_variants(): 
  print(variant["annotations"][0]["impact"]
 

About

vcf parser with annotation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages