Skip to content

Commit 53174c9

Browse files
committed
changed sd in DIMS/preprocessing/fill_missing_functions.R
1 parent 60669b4 commit 53174c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DIMS/preprocessing/fill_missing_functions.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ fill_missing_intensities <- function(peakgroup_list, repl_pattern, thresh, disab
2424
for (zero_index in seq_along(zero_intensity)) {
2525
peakgroup_list[zero_intensity[zero_index], names(repl_pattern)[sample_index]] <- rnorm(n = 1,
2626
mean = thresh,
27-
sd = 100)
27+
sd = 80)
2828
}
2929
}
3030

0 commit comments

Comments
 (0)