grassp.pp.normalize_total#
- normalize_total(data, inplace=True, **kwargs)[source]#
Normalize expression values for each sample to sum to a constant value.
- Parameters:
- Return type:
- Returns:
Notes
This function normalizes each sample (column) to have the same total intensity. This function serves as a convenient wrapper around
normalize_total()
, automatically handling the transposition required to work with subcellular protein data (where proteins are rows rather than columns as in typical single-cell data).