scanpy.pl.sim

Contents

scanpy.pl.sim#

scanpy.pl.sim(adata, *, tmax_realization=None, as_heatmap=False, shuffle=False, show=None, save=None, marker='.')[source]#

Plot results of simulation.

Parameters:
tmax_realization int | None (default: None)

Number of observations in one realization of the time series. The data matrix adata.X consists in concatenated realizations.

as_heatmap bool (default: False)

Plot the timeseries as heatmap.

shuffle bool (default: False)

Shuffle the data.

show bool | None (default: None)

Show the plot, do not return axis.

save bool | str | None (default: None)

If True or a str, save the figure. A string is appended to the default filename. Infer the filetype if ending on {{'.pdf', '.png', '.svg'}}.

Return type:

None