Description Usage Arguments Value
View source: R/chem_formula_2_adducts.R
Based on functions in R package enviPat.
1 2 3 4 5 6 7 8 | get_info_adduct(
chem.forms,
adduct.name = "M+H",
adducts,
isotopes,
threshold = 20,
rel_to = 0
)
|
chem.forms |
Vector of character strings with chemical formulas. |
adduct.name |
Character. Name of adduct to be calculated (see
|
adducts |
dataframe with common adducts (see
|
isotopes |
dataframe with stable isotopes (see
|
threshold |
Numeric (1-100). Probability below which isotope peaks can
be omitted (see |
rel_to |
Integer (0, 1, 2, 3 or 4). Probability definition
(see |
data frame with the following information about each feature:
chemical.form.adduct: chemical formula of adduct
chemical.form: original chemical formula
adduct.name: adduct used
charge: charge of adduct
chemical.form.isotope: chemical formula of isotope of adduct
m.z: theoretical mz value of isotope
abundance: theoretical abundance of isotope peak. Most abundant isotope has value of 100
id: unique identifier (<chemical.form>.<chemical.form.isotope>)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.