| minmax01Norm {geneExpression} | R Documentation |
<br /> (row - min(row)) / (max(row) - min(row))<br /> <br /> this normalization method is usually used for the metabolomics data
minmax01Norm(x);
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.