Metadata-Version: 2.1
Name: adata-query
Version: 0.0.2rc0
Summary: Fetch and format data matrices from AnnData.
Home-page: https://github.com/mvinyard/AnnDataQuery
Author: Michael E. Vinyard
Author-email: mvinyard.ai@gmail.com
License: MIT
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python :: 3.9
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >3.9.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: anndata >=0.9.1
Requires-Dist: torch >=2.0.1
Requires-Dist: autodevice >=0.0.2
Requires-Dist: ABCParse >=0.0.7
Requires-Dist: licorice-font >=0.0.3

# 🔎 AnnDataQuery

[![PyPI pyversions](https://img.shields.io/pypi/pyversions/adata_query.svg)](https://pypi.python.org/pypi/adata_query/)
[![PyPI version](https://badge.fury.io/py/adata_query.svg)](https://badge.fury.io/py/adata_query)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

Fetch data matrices from AnnData and format as `np.ndarray` or `torch.Tensor`, on any device.

## Installation

```python
pip install adata-query
```

## Get started

Example: [notebook](https://colab.research.google.com/github/mvinyard/AnnDataQuery/blob/main/notebooks/anndata_query_tutorial.ipynb)

For more information, see: [documentation](https://michael-vinyard.gitbook.io/anndataquery/)
