We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60669b4 commit 53174c9Copy full SHA for 53174c9
1 file changed
DIMS/preprocessing/fill_missing_functions.R
@@ -24,7 +24,7 @@ fill_missing_intensities <- function(peakgroup_list, repl_pattern, thresh, disab
24
for (zero_index in seq_along(zero_intensity)) {
25
peakgroup_list[zero_intensity[zero_index], names(repl_pattern)[sample_index]] <- rnorm(n = 1,
26
mean = thresh,
27
- sd = 100)
+ sd = 80)
28
}
29
30
0 commit comments