crested.pl.bar.normalization_weights#
- crested.pl.bar.normalization_weights(adata, **kwargs)#
Plot the distribution of normalization scaling factors per cell type.
- Parameters:
adata (
AnnData
) – AnnData object containing the normalization weights inobsm["weights"]
.kwargs – Additional arguments passed to
render_plot()
to control the final plot output. Please seerender_plot()
for details.
- Return type:
See also
Example
>>> crested.pl.bar.normalization_weights( ... adata, ... xlabel="Cell type", ... ylabel="Scaling factor", ... width=20, ... height=3, ... title="Normalization scaling factors", ... )