View source: R/adducts_nl_functions.R
detect_posneg_combinations | R Documentation |
Detect possible adducts, neutral losses and positive and negative peaks to combine.
detect_posneg_combinations(
peaks_data_pos,
peaks_data_neg,
threshold_rt,
threshold_mz,
adducts_massdiff
)
peaks_data_pos |
A data.frame containing positive peaks to treat, coming from MSDial. |
peaks_data_neg |
A data.frame containing negative peaks to treat, coming from MSDial. |
threshold_rt |
A numerical value indicating the retention time tolerance. |
threshold_mz |
A numerical value indicating the mass tolerance in Dalton for the detection of adducts and neutral losses. |
adducts_massdiff |
A data.frame containing combinations information (adduct1 adduct2 m). |
A data.frame of possible links between positive and negative peaks.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.