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

[as double]

Details

Authors

phenotype_kit

Value

this function returns data object of type Matrix.

clr value class

Examples


[Package geneExpression version 1.0.0.0 Index]