napari_prism.pp.scale#
- napari_prism.pp.scale(adata, layer=None, copy=True, **kwargs)#
Scale columns and rows to have 0 mean and unit variance in a given layer or .X. Wraps
scanpy.pp.scaleorrsc.pp.scale.- Parameters:
- Return type:
- Returns:
AnnData object with scale transformation applied. If
copyis False, modifies the AnnData object in place and returns None