Visualization: pl

Visualization: pl#

Tools to plot data, often from dimensionality-reduction techniques. Most of these functions are wrappers around scanpy functions.

pca(adata[, annotate_var_explained])

Principal component analysis [Pedregosa et al., 2011].

umap(adata, **kwargs)

Uniform Manifold Approximation and Projection [McInnes et al., 2018].

cumulative_density(adata, x[, layer, color, ...])

Plot cumulative densities of variables in AnnData

ridge_plot(adata, x, y[, layer, n_col])

Plot features as ridge plot.