Metadata-Version: 2.1
Name: mipathway
Version: 0.0.5
Summary: MIPath pathway analysis method
Author: Gustavo S. Jeuken
Author-email: gjeuken@gmail.com
License: Apache Software Licence 2
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: pandas
Requires-Dist: scikit-learn
Requires-Dist: igraph
Requires-Dist: leidenalg
Requires-Dist: joblib
Requires-Dist: requests
Requires-Dist: pynndescent<=0.5.8

# MIPath

## Installation

```
pip install mipathway
```

## How to use MIPath

You can find an example of a simple analysis in the [vignette](https://github.com/statisticalbiotechnology/mipath/blob/main/MIPath_vignette.ipynb).

## MIPath functions

[Here](https://github.com/statisticalbiotechnology/mipath/blob/main/doc/functions.md) you can find a complete overview of the main functions in the package.

## Help and support

This is a young package, and the documentation is still ongoing. If you have any issues or need help running it, please [open an issue](https://github.com/statisticalbiotechnology/mipath/issues/new) and I will do my best to provide all the guidance and help that I can.
