rowScale: Scale Data by Row

View source: R/utils.R

rowScaleR Documentation

Scale Data by Row

Description

Center and scale the expression matrix by its rows (features).

Usage

rowScale(mat, scale_max = 10)

Arguments

mat

A matrix.

scale_max

Maximum cutoff for scaled data. Default is 10.

Value

Returns a matrix.


stevexniu/scMatchmaker documentation built on June 2, 2022, 12:35 p.m.