Metadata-Version: 2.1
Name: organage
Version: 0.4.1
Summary: A package to pestimate organ-specific biological age using SomaScan plasma proteomics data
License: MIT
Author: Hamilton Oh
Requires-Python: >=3.9
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: dill (>=0.3.6)
Requires-Dist: pandas (>=1.5.3)
Requires-Dist: scikit-learn (==1.0.2)
Description-Content-Type: text/markdown

# organage

A package to estimate organ-specific biological age using SomaScan plasma proteomics data

## Installation

```bash
$ pip install organage
```

## Usage

- see example

## License

`organage` was created by Hamilton Oh. It is licensed under the terms of the MIT license.

## Credits

`organage` was created with [`cookiecutter`](https://cookiecutter.readthedocs.io/en/latest/) and the `py-pkgs-cookiecutter` [template](https://github.com/py-pkgs/py-pkgs-cookiecutter).

