Skip to content

Commit

Permalink
add default value for maxintfilter
Browse files Browse the repository at this point in the history
  • Loading branch information
pablovgd committed Dec 16, 2024
1 parent 6e2fcb7 commit eff136e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/peaks_with_tardis.R
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ tardis_peaks <-
rt_alignment = TRUE,
int_std_id,
screening_mode = FALSE,
smoothing = TRUE) {
smoothing = TRUE,
max_int_filter = NULL) {
results_samples <-
data.frame(
Component = character(0),
Expand Down

0 comments on commit eff136e

Please sign in to comment.