Learn R Programming

OmicsMarkeR (version 1.4.2)

noise.matrix: 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.