dynamo.pl.tsne

dynamo.pl.tsne(adata, *args, **kwargs)[source]

Scatter plot with tsne basis.

Parameters:
  • adata (AnnData) – an AnnData object.

  • *args – any other positional arguments passed to dynamo.pl.scatters.

  • **kwargs – any other keyword arguments passed to dynamo.pl.scatters.

Returns:

None would be returned in default and the plotted figure would be shown directly. If set save_show_or_return=’return’ as a kwarg, the axes of the plot would be returned.