Metadata-Version: 2.1
Name: njab
Version: 0.0.1
Summary: not Just Another Biomarker
Author: Henry Webel
Author-email: "Henry Webel" <henry.webel@cpr.ku.dk>
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Healthcare Industry
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: scikit-learn
Requires-Dist: statsmodels
Requires-Dist: umap-learn
Requires-Dist: matplotlib
Requires-Dist: mrmr-selection
Requires-Dist: pingouin
Requires-Dist: seaborn
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: sphinx-book-theme ; extra == 'docs'
Requires-Dist: myst-parser ; extra == 'docs'

# (not) Just Another Biomarker (nJAB)

`njab` is a collection of some python function building on top of 
`pandas`, `scikit-learn`, `statsmodels`, `pingoin`, `numpy` and more...

It aims to provide a procedure for biomarker discovery which was first developed for 
a paper on fatty liver disease. 

## Installation

Install using pip from [PyPi](https://pypi.org/project/njab) version

```
pip install njab
```

or directly from github

```
pip install git+https://github.com/RasmussenLab/njab.git
```

