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

API Reference

Description of functions and the classes on which they are built

PreviousInstallationNextfetch

Last updated 1 year ago

Functions

Functional wrappers of the classes below. These are the main tools of the API.

data = fetch(
    adata: anndata.AnnData,
    key: str,
    groupby: Optional[str] = None,
    torch: bool = False,
    device: torch.device = autodevice.AutoDevice(),
    *args,
    **kwargs,
)
data = format_data(
    data: Union[np.ndarray, torch.Tensor],
    torch: bool = False,
    device: torch.device = autodevice.AutoDevice(),
    *args,
    **kwargs,
)
attr_key = adata_query.locate(adata: anndata.AnnData, key: str)

Expand each function for a quick view. Click on the function titles for full documentation.

Classes

Everything related to the operational classes:

adata_query.fetch
adata_query.format_data
adata_query.locate
AnnDataFetcher
DataFormatter
AnnDataLocator