log {geneExpression} R Documentation

log scale of the HTS raw matrix

Description

Usage

log(expr,
    base = 2.718281828459045);

Arguments

expr

base

[as double]

Details

the function name of this api is conflict with the math log function in the R# base runtime environment: if the input data is a gene expression matrix object, then the log scale of the expression matrix will be returned, otherwise the math log of the input numeric vector will be returned.

Authors

phenotype_kit

Value

a new expression matrix object(or a numeric vector) of the log scaled expression data;

this function may produce negative expression value if the value number is less than 1.

clr value class

Examples


[Package geneExpression version 1.0.0.0 Index]