Truth.set_color

Truth.set_color#

missionbio.demultiplex.protein.truth.Truth.set_color

Truth.set_color(name: str, color: str, recursive: bool = False) None#

Set the color of a cell type.

Parameters:
  • name – The name of the cell type.

  • color – The color to set.

  • recursive – If True, the color is modified and set for all descendants of the given cell type.


< Class Truth