max_min_scale: max_min_scale

View source: R/max_min_scale.R

max_min_scaleR Documentation

max_min_scale

Description

a function for max-min normalization for network propagation score.

Usage

max_min_scale(x)

Arguments

x

a numeric vector

Value

a numeric vector

Examples

x <- rnorm(10)
scale_vec <- max_min_scale(x = x)

sankaranlab/SCAVENGE documentation built on March 2, 2023, 2:17 a.m.