Metadata-Version: 2.5
Name: milopy
Version: 0.3.0
Summary: A native Python implementation of miloR for differential abundance testing
Project-URL: Homepage, https://github.com/LuJoHae/milopy
Project-URL: Repository, https://github.com/LuJoHae/milopy.git
Author-email: LuJoHae <lukas.j.haeuser@gmail.com>
License: MIT
License-File: LICENSE
Requires-Python: >=3.9
Requires-Dist: anndata
Requires-Dist: edgepython
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: patsy
Requires-Dist: scanpy
Requires-Dist: scipy
Provides-Extra: test
Requires-Dist: anndata2ri; extra == 'test'
Requires-Dist: pytest; extra == 'test'
Requires-Dist: rpy2; extra == 'test'
Description-Content-Type: text/markdown

# milopy

A native Python implementation of miloR for differential abundance testing of single-cell datasets.

## Installation

```bash
pip install -e .
```
