Creates a list of filter group arguments
for the filter_peak_table() function
Usage
filter_group_params(
group_threshold = 0.01,
group_to_remove,
remove_ions = TRUE,
copy_object = FALSE
)Arguments
- group_threshold
Relative abundance threshold at which to remove ions. Default = 0.01.
- group_to_remove
Biological group name to remove ions from.
- remove_ions
A
booleanparameter. IfTRUEfailing ions will be removed from the peak table. Default = TRUE.- 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.