minMaxScale: Scale the designated values between the range of 0 and 1

View source: R/cell.scoring.R

minMaxScaleR Documentation

Scale the designated values between the range of 0 and 1

Description

Scale the designated values between the range of 0 and 1

Usage

minMaxScale(x)

Arguments

x

values to scale

Value

the scaled values

Examples

example_matrix =  matrix(rep(c(1:5), 3), 5)
minMaxScale(example_matrix)


pagoda2 documentation built on June 24, 2024, 9:09 a.m.