Dictionary interface#
Get a KeysView (like you would get from dict.keys()) of this Pseudobulk dataset's cell types. |
|
Get a ValuesView (like you would get from dict.values()) of (X, obs, var) tuples for each cell type in this Pseudobulk dataset. |
|
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. |
|
Iterate over each cell type's X. |
|
Iterate over each cell type's obs. |
|
Iterate over each cell type's var. |
|
Check if this Pseudobulk dataset contains the specified cell type. |
|
Combine the cell types of this Pseudobulk dataset with another. |
|
Test for equality with another Pseudobulk dataset. |