minmax01Norm {geneExpression} R Documentation

min max normalization

Description

<br /> (row - min(row)) / (max(row) - min(row))<br /> <br /> this normalization method is usually used for the metabolomics data

Usage

minmax01Norm(x);

Arguments

x

[as Matrix]

Details

Authors

phenotype_kit

Value

a new expression matrix object that the expression value of each gene feature row has been scaled into the range [0, 1] via the min-max normalization.

clr value class

Examples


[Package geneExpression version 1.0.0.0 Index]