Metadata-Version: 2.1
Name: vintools
Version: 0.0.52
Summary: vintools: Michael Vinyard's utilities.
Home-page: https://github.com/mvinyard/vintools
Author: Michael E. Vinyard - Harvard University - Massachussetts General Hospital - Broad Institute of MIT and Harvard
Author-email: mvinyard@broadinstitute.org
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >3.6.0
Description-Content-Type: text/markdown
Requires-Dist: matplotlib (>=3.4)
Requires-Dist: anndata (>=0.7.1)
Requires-Dist: scanpy (>=1.4.3)
Requires-Dist: scprep (>=1.1.0)
Requires-Dist: torch (>=1.1.0)
Requires-Dist: numpy (>=1.19.2)
Requires-Dist: pandas (>=1.1.2)
Requires-Dist: pysam (>=0.16.0)
Requires-Dist: torchdiffeq (>=0.2.1)
Requires-Dist: harmony-pytorch (>=0.1.6)
Requires-Dist: psutil (>=5.8.0)

[<img src="https://i.imgur.com/le4ym8u.png" align="right" hspace="0"/>](https://github.com/mvinyard/vintools/)

<p>&nbsp;</p>

&emsp; &emsp;&emsp;&emsp; [<img src="https://i.imgur.com/KmAFUuy.png" width="175" hspace="25"/>](https://github.com/mvinyard/vintools/wiki) [<img src="https://i.imgur.com/zMPwyI1.png" width="175" hspace="25"/>](https://github.com/mvinyard/vintools/tree/main/vintools/_data) [<img src="https://i.imgur.com/l9rBZ8v.png" width="175" hspace="25"/>](https://github.com/mvinyard/vintools/tree/main/vintools)

### Install vintools
To download this package from pypi:
```BASH
pip install vintools
```

### Install the development package
To download and install the development package:
```BASH
# (1) clone this repository
git clone https://github.com/mvinyard/vintools.git

# (2) install the local project in editable mode
cd ./vintools; pip install -e .
```

### Helpful tutorials
Find helpful tutorials for getting started in the [Wiki](https://github.com/mvinyard/vintools/wiki)


