noise.matrix {OmicsMarkeR}R Documentation

Noise Matrix Generator

Description

Provides a matrix to perturb randomly generated data to facilitate a more realistic dataset.

Usage

noise.matrix(matrix, k)

Arguments

matrix

A matrix of simulated data with dimensions comparable to 'real' datasets

k

Correlation Perturbation - The higher k, the more the data is perturbed.

Value

Returns a matrix of the same dimensions as matrix that can add to perturb the original simulated data.

Author(s)

Charles E. Determan Jr.


[Package OmicsMarkeR version 1.14.0 Index]