API Reference

Description of functions and the classes on which they are built

Functions

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

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

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

Classes

Everything related to the operational classes:

AnnDataFetcherchevron-rightDataFormatterchevron-rightAnnDataLocatorchevron-right

Last updated