select_cell_types#
- Pseudobulk.select_cell_types(cell_types, /, *more_cell_types)[source]#
Create a new Pseudobulk dataset subset to the cell type(s) in cell_types and more_cell_types.
- Parameters:
cell_types: str | Iterable[str]
cell type(s) to select
*more_cell_types: str
additional cell types to select, specified as positional arguments
- Returns:
A new Pseudobulk dataset subset to the specified cell type(s).
- Return type: