Metadata-Version: 2.4
Name: gentropy
Version: 2.4.0
Summary: Open Targets python framework for post-GWAS analysis
Project-URL: Source, https://github.com/opentargets/gentropy
Project-URL: Bug Tracker, http://github.com/opentargets/issues
Project-URL: Funding, https://www.opentargets.org
Project-URL: Documentation, https://opentargets.github.io/gentropy/
Author-email: Open Targets core team <data@opentargets.org>
License-Expression: Apache-2.0
License-File: LICENSE.md
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: <3.13,>=3.10
Requires-Dist: google-cloud-secret-manager<2.25.0,>=2.12.6
Requires-Dist: google-cloud-storage<3.4.0,>=2.14.0
Requires-Dist: hail<0.3.0,>=0.2.133
Requires-Dist: hydra-core<1.4.0,>=1.3.2
Requires-Dist: matplotlib<3.11.0,>=3.10.0
Requires-Dist: numpy<2.3.0,>=1.26.4
Requires-Dist: omegaconf<2.4.0,>=2.3.0
Requires-Dist: pandas[gcp,parquet]<2.4.0,>=2.2.3
Requires-Dist: pyliftover<0.5.0,>=0.4.1
Requires-Dist: pyspark[pandas-on-spark]<3.6,>=3.5.0
Requires-Dist: scikit-learn<1.8.0,>=1.6.1
Requires-Dist: scipy<1.16.0,>=1.11.4
Requires-Dist: shap<0.49,>=0.46
Requires-Dist: skops<0.14.0,>=0.11.0
Requires-Dist: typing-extensions<4.15.0,>=4.12.2
Requires-Dist: wandb<0.22.0,>=0.19.4
Requires-Dist: xgboost-cpu>=3.0.4
Description-Content-Type: text/markdown

<p align="center">
  <img width=100% height=250px src="https://raw.githubusercontent.com/opentargets/gentropy/dev/docs/assets/imgs/gentropy.svg">
</p>

<p align="center">
<a href="https://github.com/astral-sh/ruff"><img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json" alt="Ruff" /></a>
<a href="https://pypi.python.org/pypi/gentropy/"><img src="https://img.shields.io/pypi/pyversions/gentropy.svg" alt="PyPI pyversions" /></a>
<a href="https://badge.fury.io/py/gentropy"><img src="https://badge.fury.io/py/gentropy.svg" alt="PyPI version" /></a>
<a href="https://opentargets.github.io/gentropy/"><img src="https://github.com/opentargets/gentropy/actions/workflows/release.yaml/badge.svg" alt="image" /></a>
<a href="https://codecov.io/gh/opentargets/gentropy"><img src="https://codecov.io/gh/opentargets/gentropy/branch/main/graph/badge.svg?token=5ixzgu8KFP" alt="codecov" /></a>
<a href="https://opensource.org/licenses/Apache-2.0"><img src="https://img.shields.io/badge/License-Apache_2.0-blue.svg" alt="License" /></a>
<a href="https://doi.org/10.5281/zenodo.10527086"><img src="https://zenodo.org/badge/DOI/10.5281/zenodo.10527086.svg" alt="DOI" /></a>
</p>

Open Targets Gentropy is a Python package to facilitate the interpretation and analysis of GWAS and functional genomic studies for target identification. The package contains a toolkit for the harmonisation, statistical analysis and prioritisation of genetic signals to assist drug discovery.

## Installation

We recommend to install Open Targets Gentropy using Pypi:

```bash
pip install gentropy
```

For alternative ways to install the package visit the [Documentation](https://opentargets.github.io/gentropy/installation/)

## References

- [Documentation](https://opentargets.github.io/gentropy/)
- [Issue tracker](https://github.com/opentargets/issues/issues)

## About Open Targets

Open Targets is a pre-competitive, public-private partnership that uses human genetics and genomics data to systematically identify and prioritise drug targets. Through large-scale genomic experiments and the development of innovative computational techniques, the partnership aims to help researchers select the best targets for the development of new therapies. For more information, visit the Open Targets [website](https://www.opentargets.org).
