Metadata-Version: 2.4
Name: M3Drop
Version: 0.1.1
Summary: A Python implementation of the M3Drop single-cell RNA-seq analysis tool.
Home-page: https://github.com/PragalvhaSharma/m3DropNew
Author: Pragalvha Sharma, Tallulah Andrews
Author-email: pragalvhasharma@gmail.com, tandrew6@uwo.ca
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: anndata==0.10.9
Requires-Dist: matplotlib==3.9.4
Requires-Dist: matplotlib-venn==1.1.2
Requires-Dist: numpy==1.26.4
Requires-Dist: pandas==2.2.2
Requires-Dist: scanpy==1.10.3
Requires-Dist: scikit-learn==1.4.2
Requires-Dist: scipy==1.13.0
Requires-Dist: seaborn==0.13.2
Requires-Dist: statsmodels==0.14.4
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# M3DropPy

A Python implementation of the M3Drop single-cell RNA-seq analysis tool.

## Installation

You can install M3DropPy using pip:

```bash
pip install m3d
```

## Usage

```python
import m3d

# Your code here
```
