totalSumNorm {geneExpression} R Documentation

normalize data by sample column

Description

Usage

totalSumNorm(matrix,
    scale = 10000);

Arguments

matrix

a gene expression matrix. [as Matrix]

Details

apply for the metabolomics data usually

Authors

phenotype_kit

Value

this function returns data object of type Matrix.

clr value class

Examples


[Package geneExpression version 1.0.0.0 Index]