noise.matrix {OmicsMarkeR} | R Documentation |
Provides a matrix to perturb randomly generated data to facilitate a more realistic dataset.
noise.matrix(matrix, k)
matrix |
A matrix of simulated data with dimensions comparable to 'real' datasets |
k |
Correlation Perturbation - The higher k, the more the data is perturbed. |
Returns a matrix of the same dimensions as matrix
that
can add to perturb the
original simulated data.
Charles E. Determan Jr.