{ "info": { "author": "Jeremy McRae (original code by Jan Wiggington)", "author_email": "jmcrae@illumina.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: MIT License", "Topic :: Scientific/Engineering :: Bio-Informatics" ], "description": "### snphwe: An exact test of Hardy-Weinberg Equilibrium\nReimplementation in Python of an exact SNP test of Hardy-Weinberg Equilibrium, as\ndescribed in Wigginton, JE, Cutler, DJ, and Abecasis, GR (2005) A Note on\nExact Tests of Hardy-Weinberg Equilibrium. AJHG 76: 887-893.\n\nThis package is just a python wrapper around their\n[c implementation](http://csg.sph.umich.edu/abecasis/Exact/snp_hwe.c).\n\n#### Installation\nThe simplest way to install snphwe is through pip:\n```sh\npip install snphwe\n```\n\n#### Usage\nUse snphwe within a python environment\n```python\nfrom snphwe import snphwe\n\nhom1 = 10\nhets = 500\nhom2 = 5000\nhwe_p = snphwe(hets, hom1, hom2)\n```", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/jeremymcrae/snphwe", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "snphwe", "package_url": "https://pypi.org/project/snphwe/", "platform": "", "project_url": "https://pypi.org/project/snphwe/", "project_urls": { "Homepage": "https://github.com/jeremymcrae/snphwe" }, "release_url": "https://pypi.org/project/snphwe/1.0.2/", "requires_dist": null, "requires_python": "", "summary": "fast hardy weinberg test", "version": "1.0.2" }, "last_serial": 4565660, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "cdad1d2178d6bbb5380ac483d9e785d3", "sha256": "60fdcbc22b1e7ba8becdea1a2acf66f6d9bbd831a050556fc3412a8e73946479" }, "downloads": -1, "filename": "snphwe-1.0.0.tar.gz", "has_sig": false, "md5_digest": "cdad1d2178d6bbb5380ac483d9e785d3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21325, "upload_time": "2018-12-05T21:33:51", "url": "https://files.pythonhosted.org/packages/ad/0b/d7f3a7751b4dcc0cba2d9329869af280afbd87bae6e327fb2df5783016f0/snphwe-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "38dfeedb9030cb83bb957d709ab6b03f", "sha256": "2787c8232890c86919d6aa6d58bdebafdb66aa30de64ca8e261edf75e6170cdc" }, "downloads": -1, "filename": "snphwe-1.0.1.tar.gz", "has_sig": false, "md5_digest": "38dfeedb9030cb83bb957d709ab6b03f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21322, "upload_time": "2018-12-05T21:51:32", "url": "https://files.pythonhosted.org/packages/d0/1a/fc976b981e4049933b2719c9fa0e7aa084cc64c13dddd6e9add3e3626695/snphwe-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "9051ed12e392dd9e2b4cc3ae3f8aa933", "sha256": "ac99115b86c11e74d806166f5f69f7a853afeeaf41b65155a111d89a515cdc1f" }, "downloads": -1, "filename": "snphwe-1.0.2.tar.gz", "has_sig": false, "md5_digest": "9051ed12e392dd9e2b4cc3ae3f8aa933", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21835, "upload_time": "2018-12-05T21:55:58", "url": "https://files.pythonhosted.org/packages/b3/f6/c90f9bb287e3f582c042d98a06049efd355cd011368ed3f223611dff65c0/snphwe-1.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9051ed12e392dd9e2b4cc3ae3f8aa933", "sha256": "ac99115b86c11e74d806166f5f69f7a853afeeaf41b65155a111d89a515cdc1f" }, "downloads": -1, "filename": "snphwe-1.0.2.tar.gz", "has_sig": false, "md5_digest": "9051ed12e392dd9e2b4cc3ae3f8aa933", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21835, "upload_time": "2018-12-05T21:55:58", "url": "https://files.pythonhosted.org/packages/b3/f6/c90f9bb287e3f582c042d98a06049efd355cd011368ed3f223611dff65c0/snphwe-1.0.2.tar.gz" } ] }