An open API service indexing awesome lists of open source software.

https://github.com/mvinyard/anndataquery

Fetch and format data matrices from AnnData
https://github.com/mvinyard/anndataquery

anndata single-cell

Last synced: 3 months ago
JSON representation

Fetch and format data matrices from AnnData

Awesome Lists containing this project

README

        

# 🔎 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/)