exp {geneExpression} R Documentation

power of the expression value in the matrix

Description

Usage

exp(x, p);

Arguments

x

[as Matrix]

p

[as double]

Details

this function implements the ^ operator of the gene expression matrix object in R# environment.

Authors

phenotype_kit

Value

a new expression matrix object that each expression value in the matrix is the p power of the original expression value, the tag of the generated matrix is formatted as exp({tag}, {p}).

clr value class

Examples


[Package geneExpression version 1.0.0.0 Index]