🔎
AnnDataQuery
  • AnnDataQuery
  • Quick Start
  • Installation
  • Reference
    • API Reference
      • fetch
        • AnnDataFetcher
      • format_data
        • DataFormatter
      • locate
        • AnnDataLocator
Powered by GitBook
On this page

Installation

Install the library

The best way to interact with our API is to use one of our official libraries:

# Install via pip

pip install adata_query
# Install the developer version via GitHub

git clone https://github.com/mvinyard/AnnDataQuery.git; cd ./AnnDataQuery;
pip install -e .

PreviousQuick StartNextAPI Reference

Last updated 1 year ago