totalSumNorm {geneExpression} R Documentation

normalize data by sample column

Description

Usage

totalSumNorm(matrix,
    scale = 10000);

Arguments

matrix

[as Matrix]

scale

[as double]

Details

apply for the metabolomics data usually

Authors

phenotype_kit

Value

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.

clr value class

Examples


[Package geneExpression version 1.0.0.0 Index]