Description of functions and the classes on which they are built
Last updated 1 year ago
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.
Everything related to the operational classes:
adata_query.fetch
adata_query.format_data
adata_query.locate