episcanpy.api.pl.ranking

episcanpy.api.pl.ranking(adata, attr, keys, dictionary=None, indices=None, labels=None, color='black', n_points=30, log=False, include_lowest=False, show=None)

Plot rankings.

See, for example, how this is used in pl.pca_ranking.

Parameters
adata : AnnDataAnnData

The data.

attr : {‘var’, ‘obs’, ‘uns’, ‘varm’, ‘obsm’}Literal[‘var’, ‘obs’, ‘uns’, ‘varm’, ‘obsm’]

The attribute of AnnData that contains the score.

keys : str | Sequence[str]Union[str, Sequence[str]]

The scores to look up an array from the attribute of adata.

Returns

Returns matplotlib gridspec with access to the axes.