Metadata-Version: 2.1
Name: indigopy-sriram-lab
Version: 1.0.0
Summary: The Python implementation of INDIGO
Home-page: https://github.com/sriram-lab/INDIGOpy
Author: Chandrasekaran Lab
Author-email: csriram@umich.edu
License: UNKNOWN
Project-URL: Bug Reports, https://github.com/sriram-lab/INDIGOpy/issues
Project-URL: Source, https://github.com/sriram-lab/INDIGOpy/
Project-URL: Lab Website, https://systemsbiologylab.org/
Keywords: INDIGO,machine learning,combination therapy
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.8, <4
Description-Content-Type: text/markdown
License-File: LICENSE

![alt text](https://github.com/sriram-lab/INDIGOpy/blob/main/docs/INDIGOpy_logo.png?raw=true)

# INDIGOpy
Implementation of INDIGO (INferring Drug Interactions using chemoGenomics and Orthology) as a Python package.

[![license badge](https://img.shields.io/badge/License-GNU%20GPL-blue)](https://github.com/sriram-lab/INDIGOpy/blob/main/LICENSE)
[![DOI badge](https://badgen.net/badge/DOI/10.15252%2Fmsb.20156777/blue)](https://doi.org/10.15252/msb.20156777)

# Installation 
Using pip:  

```
pip install indigopy-sriram-lab
```

# User Guide
Please refer to the official [INDIGOpy documentation](https://sriram-lab-indigopy.readthedocs.io/en/latest/) for usage examples.  

# Repository structure: 
```
INDIGOpy
└───docs      [documentation and example usage]
└───indigopy  [source code]
└───tests     [testing modules]
|   LICENSE
|   MANIFEST.in
|   README.md
|   pyproject.toml
|   setup.py
```

# License
Released via GPL GNU License  
&copy; 2022 The Regents of the University of Michigan  
Chandrasekaran Research Group - https://systemsbiologylab.org/  
Contact: csriram@umich.edu  


