locate
Locate the attribute data container in AnnData.
Given, adata
and a key that points to a specific matrix stored in adata
, return the data, formatted either as np.ndarray
or torch.Tensor
. If formatted as torch.Tensor
, device
may be specified based on available devices.
Uses the class: adata_query._core.AnnDataLocator
.
Source code: GitHub.com/mvinyard/AnnDataQuery/adata_query/_core/_locator.py
Last updated