S4 class for assignment parameters
AssignmentParameters-class.RdAn S4 class to store assignment parameters.
Slots
techniquethe analytical technique
correlations_parametersa list of correlation parameters to be passed to
metabolyseR::correlations()max_Mthe maximum molecular mass for which to assign molecular formulas
MF_rank_thresholdrank threshold for molecular formula selection
ppmthe parts per million error threshold
limitthe atomic mass unit deviation limit for relationship calculation
RT_diff_limitthe limit for retention time differences for correlated features in adduct and isotopic assignment
adductsa list of character vectors containing the adducts names. List element names should denote ionisation mode. The order that these adducts are provided denotes their expected relative importance to assignments with the first expected to be the most common and the last the least common within each ionisation mode.
isotopesa character vector of isotopes to use. Similarly to the adducts, their order denotes the expected commonality in the data.
transformationsa character vector of transformations molecular formula changes
adduct_rulesa tibble containing the adduct formation rules as returned by
mzAnnotation::adduct_rules()isotope_rulesa tibble containing the isotope rules as returned by
mzAnnotation::isotope_rules()transformation_rulestibble containing the transformation rules as returned by
mzAnnotation::transformation_rules()