| totalSumNorm {geneExpression} | R Documentation |
totalSumNorm(matrix,
scale = 10000);
apply for the metabolomics data usually
a new expression matrix object which is normalized by the total sum value of each sample column: each expression value in a sample column is divided by the sum of the sample column and then multiplied by the given scale value.