scFates.pl.milestones

scFates.pl.milestones(adata, basis=None, annotate=False, title='milestones', subset=None, ax=None, show=None, save=None, **kwargs)

Display the milestone graph in PAGA style.

Parameters
adata

Annotated data matrix.

basis : str | NoneOptional[str] (default: None)

Reduction to use for plotting.

annotate : bool (default: False)

Display milestone labels on the plot.

title : str (default: 'milestones')

Plot title to display.

subset : Iterable | NoneOptional[Iterable] (default: None)

Subset cells.

ax

Add plot to existing ax.

show : bool | NoneOptional[bool] (default: None)

show the plot.

save : str | bool | NoneUnion[str, bool, None] (default: None)

save the plot.

kwargs

arguments to pass to matplotlib.pyplot.scatter().

Returns

Return type

If show==False an object of Axes