Truth.has_cell#
missionbio.demultiplex.protein.truth.Truth.has_cell
- Truth.has_cell(cell: str) bool #
Checks if the truth has a cell type with the specified name.
- Parameters:
cell – The name of the cell type.
- Returns:
True if the cell type is present, False otherwise.
- Return type:
bool
< Class Truth