Hi everyone,
I wanted to share with you a prototype Python module for parsing and filtering VCF files. It was tested on pooled files generated by GATK UnifiedGenotyper (ie, they contain both pool-level and sample-level fields), but it shouldn't require much tweaking (if at all) for use with VCFs generated by other tools.
The module and a short tutorial can be downloaded from here:
Please let me know if you find it useful or have any comments/suggestions.
Cheers,
Mikhail
I wanted to share with you a prototype Python module for parsing and filtering VCF files. It was tested on pooled files generated by GATK UnifiedGenotyper (ie, they contain both pool-level and sample-level fields), but it shouldn't require much tweaking (if at all) for use with VCFs generated by other tools.
The module and a short tutorial can be downloaded from here:
Please let me know if you find it useful or have any comments/suggestions.
Cheers,
Mikhail
Comment