groups#

property DE.groups: dict[str, tuple[str, ...] | None] | None#

a dictionary mapping cell type names to group names used by voomByGroup for that cell type, or None if voomByGroup was not used for that cell type. If Pseudobulk.DE() was called with return_voom_info=False, groups will be None instead of a dictionary.

Type:

The groups used by voomByGroup for each cell type