scanpy.pl.sim
- scanpy.pl.sim(adata, tmax_realization=None, as_heatmap=False, shuffle=False, show=None, save=None)
Plot results of simulation.
- Parameters:
- tmax_realization :
Optional
[int
] (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 :
Optional
[bool
] (default:None
) Show the plot, do not return axis.
- save :
Union
[str
,bool
,None
] (default:None
) If
True
or astr
, save the figure. A string is appended to the default filename. Infer the filetype if ending on {{'.pdf'
,'.png'
,'.svg'
}}.
- tmax_realization :