scvelo.utils.show_proportions

scvelo.utils.show_proportions(adata, layers=None, use_raw=True)

Proportions of abundances of modalities in layers.

The proportions are printed.

adata

Annotated data matrix.

layers

Layers to consider.

use_raw

Use initial sizes, i.e., raw data, to determine proportions.

Return type

None

Returns

None