Creates a list of filter mispicked ions arguments
for the filter_peak_table() function
Usage
filter_mispicked_ions_params(
ringwin = 0.5,
isowin = 0.01,
trwin = 0.005,
max_iso_shift = 3,
merge_peaks = TRUE,
merge_method = "sum",
copy_object = FALSE
)Arguments
- ringwin
Ringing mass window or detector saturation mass window. Default = 0.5 atomic mass units (AMU).
- isowin
Isotopic mass window. Default = 0.01 AMU.
- trwin
A
numericdenoting the retention time threshold for assessing if ions should be merged. Default = 0.005.- max_iso_shift
A
numeric. Default = 3.- merge_peaks
A
booleanparameter to determine if peaks found to belong to the same ion should be merged in the feature table.- merge_method
If merge_peaks is TRUE, a method for how similar peaks should be merged. Can be one of "sum".
- copy_object
A
booleanparameter that allows users to return a copied object instead of modifying the object.
Value
a list object of arguments needed to call the given
mpactr function when supplied to the filter_peak_table() wrapper function.