Truth.plot#
missionbio.demultiplex.protein.truth.Truth.plot
- Truth.plot(cutoff: int = 5, width: int = 25, unique: bool = True) Figure #
Plot the truth as a tree.
- Parameters:
cutoff – The number of characters to show in the cell type names.
width – The width of the plot in pixels.
unique – If True, the expression overlapping with parents is not shown
- Returns:
The plotly figure.
- Return type:
go.Figure
< Class Truth