keys#

Pseudobulk.keys()[source]#

Get a KeysView (like you would get from dict.keys()) of this Pseudobulk dataset’s cell types. for cell_type in pb.keys(): is equivalent to for cell_type in pb:.

Returns:

A KeysView of the cell types.

Return type:

KeysView[str]