You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use tryCatch to allow for missing spectra in plot_all_spectra.
Fixed rounding of p-values in cluster_spectra.
Changed alpha in cluster_peaks to match common usage, such that the alpha parameter now specifies the significance level rather than the
confidence level (1-alpha).
Deprecated peak_no argument in cluster_peaks in favor of new min_size and max_size arguments.