Metadata-Version: 2.1
Name: perigene
Version: 0.3.0
Summary: Polygenenic Enrichment for Risk Gene prioritization: a CLI tool and package to prioritize risk genes from GWAS summary statistics and gene features
License: MIT
Author: Theo Dupuis
Author-email: me@theodupuis.io
Requires-Python: >=3.10,<3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: click (>=8.1.3,<9.0.0)
Requires-Dist: click-option-group (>=0.5.5,<0.6.0)
Requires-Dist: fastparquet (>=2022.12.0,<2023.0.0)
Requires-Dist: filelock (>=3.13.1,<4.0.0)
Requires-Dist: natsort (>=8.2.0,<9.0.0)
Requires-Dist: numpy (>=1.23.4,<2.0.0)
Requires-Dist: optuna (>=3.1.0,<4.0.0)
Requires-Dist: pandas (>=1.5.1,<2.0.0)
Requires-Dist: pyarrow (>=14.0.2,<15.0.0)
Requires-Dist: pysam (>=0.20.0,<0.21.0)
Requires-Dist: scikit-learn (>=1.1.3,<2.0.0)
Requires-Dist: statsmodels (>=0.13.5,<0.14.0)
Requires-Dist: xgboost (>=2,<3)
Description-Content-Type: text/x-rst

==================================================================
Polygenic Enrichments for Risk Gene Prioritization PERiGene
==================================================================


.. .. image:: https://img.shields.io/github/release/Theodps/PERiGene.svg?style=flat-square
..         :target: https://github.com/Theodps/PERiGene/releases/latest
..         :alt: Github release

.. .. image:: https://img.shields.io/pypi/v/perigene.svg
..         :target: https://pypi.python.org/pypi/perigene
..         :alt: PyPi release

.. image:: https://github.com/TheoDps/PERiGene/actions/workflows/quality.yml/badge.svg
        :target: https://github.com/TheoDps/PERiGene/actions?workflow=quality
        :alt: Quality

.. image:: https://github.com/TheoDps/PERiGene/actions/workflows/tests.yml/badge.svg
        :target: https://github.com/TheoDps/PERiGene/actions?workflow=tests
        :alt: Tests

.. .. image:: https://readthedocs.org/projects/perigene/badge/?version=latest
..         :target: https://perigene.readthedocs.io/en/latest/?version=latest
..         :alt: Documentation Status

.. image:: https://codecov.io/github/TheoDps/PERiGene/branch/master/graph/badge.svg?token=GR99R43LLR
        :target: https://codecov.io/github/TheoDps/PERiGene
        :alt: Codecov

.. image:: https://img.shields.io/github/license/TheoDps/PERiGene
        :target: https://github.com/TheoDps/PERiGene/blob/master/LICENSE
        :alt: License


Package and CLI tool to prepare data, train models and prioritize genes using polygenic enrichments.

* Free software: MIT license

=======
Credits
=======


Contributors
------------

* Theo Dupuis <me@theodupuis.io>

