/ehrapy

Electronic Health Record Analysis with Python.

Primary LanguagePythonApache License 2.0Apache-2.0

PyPI Python Version License Read the documentation at https://ehrapy.readthedocs.io/ Build Package Status Run Tests Status Codecov pre-commit Black

Warning

ehrapy is still in development. If you are willing to try out alpha software feel free to install from source or contact us.

ehrapy overview

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:

$ pip install ehrapy

Usage

Please see the Usage documentation for details.

import ehrapy.api as ep

Credits

This package was created with cookietemple using Cookiecutter based on Hypermodern_Python_Cookiecutter.