# NOT RUN {
expression.matrix <- matrix(1:100, ncol=5)
noise.thresholds <- c(5,30,45,62,83)
remove_noise_from_matrix(
expression.matrix = expression.matrix,
noise.thresholds = noise.thresholds
)
# }
Run the code above in your browser using DataLab