Scaling: Data Scaling

View source: R/processing.R

ScalingR Documentation

Data Scaling

Description

Scale and center data.

Usage

Scaling(mat, scale_max = 10)

Arguments

mat

Data matrix.

scale_max

Maximum cutoff for scaled data. Default is 10.

Value

Returns a scaled and centered data.

Examples

## Not run: 
scaled.data <- Scaling(data)

## End(Not run)

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