read_uns#

@staticmethodSingleCell.read_uns(h5ad_file)[source]#

Load just uns from an .h5ad file as a dictionary.

Parameters:

h5ad_file: str | Path

an .`h5ad` filename

Returns:

A dictionary of the data in uns.

Return type:

Dict[str, str | int | integer | float | floating | bool | bool | ndarray | UnsDict]