scaling_matrix: 0-1 matrix standardization

Description Usage Arguments Value

View source: R/funs_tools.R

Description

0-1 matrix standardization, the propagation feature values are standardized to reflect how much are high/low with respect all the other features in the matrix

Usage

1
scaling_matrix(geno_p, min = 0, max = 1, capping = F)

Arguments

geno_p

Matrix of profiles (genes x samples)

min

Integer number to set the low limit of the range standardization. Default 0

max

Integer number to set the high limit of the range standardization. Default 1

Value

The same input matrix with standardized values


LucaGiudice/Simpati documentation built on Jan. 27, 2022, 11:42 p.m.