Skip to main content

fast hardy weinberg test

Project description

snphwe: An exact test of Hardy-Weinberg Equilibrium

Reimplementation in Python of an exact SNP test of Hardy-Weinberg Equilibrium, as described in Wigginton, JE, Cutler, DJ, and Abecasis, GR (2005) A Note on Exact Tests of Hardy-Weinberg Equilibrium. AJHG 76: 887-893.

This package is just a python wrapper around their c implementation.

Installation

The simplest way to install snphwe is through pip:

pip install snphwe

Usage

Use snphwe within a python environment

from snphwe import snphwe

hom1 = 10
hets = 500
hom2 = 5000
hwe_p = snphwe(hets, hom1, hom2)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

snphwe-1.0.2.tar.gz (21.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page