Module ieugwaspy

The ieugwaspy module provides a convenient Python wrapper for the IEU GWAS database API. As far as possible the functionality in this module replicates functionality in the ieugwasr R package

Expand source code
"""The ieugwaspy module provides a convenient Python wrapper for the IEU GWAS database API. As far as possible the functionality in this module replicates functionality in the ieugwasr R package
"""
import os
from ieugwaspy.constants import option, urls
from ieugwaspy.api import *
from ieugwaspy.query import *
from ieugwaspy.variants import *

Sub-modules

ieugwaspy.api

API management

ieugwaspy.backwards

Backwards compatibility for old IDs

ieugwaspy.constants

This defines constants ieugwaspy …

ieugwaspy.query

API query functions

ieugwaspy.variants

SNP/variant helper functions