Package pygwasvcf

The pygwasvcf module provides parsing functions for GWAS summary statistics in GWAS-VCF

Expand source code
"""The pygwasvcf module provides parsing functions for GWAS summary statistics in GWAS-VCF
"""
from pygwasvcf.gwas_vcf import *
from pygwasvcf.variant_record_gwas_funs import *

Sub-modules

pygwasvcf.gwas_vcf
pygwasvcf.variant_record_gwas_funs

Class to provide helper functions on the pysam.VariantRecord object