This function automatically sets a filter for mass accuracy for each individual spectrum.
filter_mass_accuracy(
mfd,
ma_col = "ppm",
file_col = "file_id",
msg = FALSE,
...
)data.table; subset of original molecular formula table
data.table with molecular formula data as derived from
ume::assign_formulas. Column names of elements/isotopes must match names in
the isotope column of ume::masses; values are integers representing
counts per formula.
Name of the column that contains mass accuracy values in ppm (string)
Name of the column that contains file name
logical. Deprecated synonym for verbose.
Additional arguments passed to methods.
Other Formula subsetting:
filter_int(),
filter_mf_data(),
remove_blanks(),
subset_known_mf(),
ume_assign_formulas(),
ume_filter_formulas()