metalsinglecell.pp.normalize_total#

metalsinglecell.pp.normalize_total(adata, target_sum=None, layer=None, exclude_highly_expressed=False, copy=False)[source]#

Normalize counts per cell (sc.pp.normalize_total). target_sum=None → median.

Parameters:
  • target_sum (float | None)

  • exclude_highly_expressed (bool)

  • copy (bool)