View source: R/adducts_nl_functions.R
detect_single_polarity_combinations | R Documentation |
Detect possible adducts and neutral losses.
detect_single_polarity_combinations(
peaks_data,
threshold_rt,
threshold_mz,
mass_neutral_loss,
mass_isotopes
)
peaks_data |
A data.frame containing 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. |
mass_neutral_loss |
An 2-column data.frame containing information about neutral losses (one column for the name and one column for the mass difference with the base compound). |
mass_isotopes |
An 2-column data.frame containing information about isotopes (one column for the name and one column for the mass difference with the base compound). |
A data.frame of possible links due to neutral losses and isotopes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.