Metadata-Version: 2.1
Name: aqua-astrocytes
Version: 0.1.1rc1
Summary: A Python interface for Astrocyte Quantification and Analysis
Home-page: https://github.com/maxcollard/aqua-astrocytes
Author: Max Collard
Author-email: maxwell.collard@gmail.com
License: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: h5py==3.9.0
Requires-Dist: numpy==1.24.3
Requires-Dist: pandas==2.0.3
Requires-Dist: pyyaml==6.0.1
Requires-Dist: scikit-learn==1.3.0
Requires-Dist: scipy==1.10.1
Requires-Dist: statsmodels==0.14.0
Requires-Dist: tqdm==4.65.0

# aqua-astrocytes
A Python interface for astrocyte quantification and analysis

For details of AQuA for Matlab, see https://github.com/yu-lab-vt/AQuA

## Installation

```
pip install aqua-astrocytes
```

## Todo

* `aqua.stats` currently has features mostly-implemented that are super cool (e.g., inhomogeneous rate function estimation and statistical comparison, kernel regression estimation and statistical comparison) but are not fully documented.
* It would be nice to pull the MATLAB conversion scripts in here somehow.
