dynamo.pl.pca
- dynamo.pl.pca(adata, *args, **kwargs)[source]
Scatter plot with pca 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.
- Return type:
- 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.