Metadata-Version: 2.1
Name: adata-query
Version: 0.0.1
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

# 🔎 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.

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

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