| add_gauss {geneExpression} |
R Documentation |
add random gauss noise to the matrix
Description
Usage
add_gauss(x,
scale = 0.1);
Arguments
x
[as Matrix]
scale
the scale range of the random gauss noise, the noise value is generated from the range [-scale, scale]. [as double]
Details
Authors
phenotype_kit
Value
the input matrix object that a random gauss noise has been added into each expression value of the matrix data.
clr value class
Examples
[Package
geneExpression version 1.0.0.0
Index]