Metadata-Version: 2.1
Name: ehrapy
Version: 0.3.0
Summary: Electronic Health Record Analysis with Python.
Home-page: https://github.com/theislab/ehrapy
License: Apache2.0
Author: Lukas Heumos
Author-email: lukas.heumos@posteo.net
Requires-Python: >=3.8.0,<4
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: en-core-web-md
Provides-Extra: medcat
Provides-Extra: scikit-learn-intelex
Requires-Dist: Jinja2 (>=3.0.1)
Requires-Dist: PyYAML (>=5.4.1)
Requires-Dist: anndata (>=0.7.8)
Requires-Dist: category_encoders (>=2.2.2)
Requires-Dist: click (>=7.0.0)
Requires-Dist: deep-translator (>=1.6.1)
Requires-Dist: deepl (>=1.2.0)
Requires-Dist: fancyimpute (>=0.7.0)
Requires-Dist: ipython (>=7.30.1)
Requires-Dist: ipywidgets (>=8.0.2,<9.0.0)
Requires-Dist: leidenalg (>=0.8.7)
Requires-Dist: lifelines (>=0.27.0,<0.28.0)
Requires-Dist: medcat (>=1.2.6); extra == "medcat"
Requires-Dist: miceforest (>=5.3.0)
Requires-Dist: missingno (>=0.5.1,<0.6.0)
Requires-Dist: mudata (>=0.1.1)
Requires-Dist: pandas (>=1.3.3)
Requires-Dist: pyhpo[all] (>=3.0.0)
Requires-Dist: pynndescent (>=0.5.4)
Requires-Dist: pypi-latest (>=0.1.1)
Requires-Dist: questionary (>=1.10.0)
Requires-Dist: requests (>=2.26.0)
Requires-Dist: rich (>=10.12.0)
Requires-Dist: scanpy (>=1.8.2)
Requires-Dist: scikit-learn (>=1.0)
Requires-Dist: scikit-learn-intelex (>=2021.5.3); extra == "scikit-learn-intelex"
Requires-Dist: scikit-misc (>=0.1.4)
Requires-Dist: session-info (>=1.0.0)
Requires-Dist: tabulate (>=0.9.0,<0.10.0)
Project-URL: Documentation, https://ehrapy.readthedocs.io
Project-URL: Repository, https://github.com/theislab/ehrapy
Description-Content-Type: text/markdown

[![Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Build](https://github.com/theislab/ehrapy/workflows/Build%20ehrapy%20Package/badge.svg)](https://github.com/theislab/ehrapy/actions?workflow=Package)
[![Codecov](https://codecov.io/gh/theislab/ehrapy/branch/master/graph/badge.svg)](https://codecov.io/gh/theislab/ehrapy)
[![License](https://img.shields.io/github/license/theislab/ehrapy)](https://opensource.org/licenses/Apache2.0)
[![PyPI](https://img.shields.io/pypi/v/ehrapy.svg)](https://pypi.org/project/ehrapy/)
[![Python Version](https://img.shields.io/pypi/pyversions/ehrapy)](https://pypi.org/project/ehrapy)
[![Read the Docs](https://img.shields.io/readthedocs/ehrapy/latest.svg?label=Read%20the%20Docs)](https://ehrapy.readthedocs.io/)
[![Test](https://github.com/theislab/ehrapy/workflows/Run%20ehrapy%20Tests/badge.svg)](https://github.com/theislab/ehrapy/actions?workflow=Tests)
[![PyPI](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)

<img src="https://user-images.githubusercontent.com/21954664/156930990-0d668468-0cd9-496e-995a-96d2c2407cf5.png" alt="ehrapy logo">

# ehrapy overview

<img src="https://user-images.githubusercontent.com/21954664/183865403-a2d61033-413e-4ae8-82cd-a9b6daa4fc18.png" alt="ehrapy overview">

## Features

-   Exploratory analysis of Electronic Health Records
-   Quality control & preprocessing
-   Clustering & trajectory inference
-   Visualization & Exploration

## Installation

You can install _ehrapy_ via [pip] from [PyPI]:

```console
$ pip install ehrapy
```

## Usage

Please have a look at the [Usage documentation][usage] and the [tutorials][tutorials].

```python
import ehrapy as ep
```

## Credits

This package was created with [cookietemple] using [cookiecutter] based on [hypermodern_python_cookiecutter].

[cookiecutter]: https://github.com/audreyr/cookiecutter
[cookietemple]: https://cookietemple.com
[hypermodern_python_cookiecutter]: https://github.com/cjolowicz/cookiecutter-hypermodern-python
[pip]: https://pip.pypa.io/
[pypi]: https://pypi.org/
[usage]: https://ehrapy.readthedocs.io/en/latest/usage/usage.html
[tutorials]: https://ehrapy.readthedocs.io/en/latest/tutorials/index.html

