items#

Pseudobulk.items()[source]#

Get an ItemsView (like you would get from dict.items()) of (cell_type, (X, obs, var)) tuples for each cell type in this Pseudobulk dataset.

Yields:

An ItemsView of (cell_type, (X, obs, var)) tuples for each cell type.

Return type:

ItemsView[str, tuple[ndarray[dtype[integer | floating]], DataFrame, DataFrame]]