get_formula | R Documentation |
A function to read table of formula data of feature in SIRIUS project.
get_formula(
key_id,
exclude_element = NULL,
formula_method = "top_zodiac",
rank = 1:5,
ppm_error = 20,
return_col = c("rank", "precursorFormula", "molecularFormula", "adduct",
"ZodiacScore", "massErrorPrecursor(ppm)"),
...
)
key_id |
Character. |
exclude_element |
Vector, Default: NULL |
formula_method |
Character, Default: 'top_zodiac' |
rank |
Vector of number, Default: 1:5 |
ppm_error |
A bumber, Default: 20 |
return_col |
Vector of character, Default: c("rank", "precursorFormula", "massErrorPrecursor(ppm)") |
... |
... |
DETAILS
A data.frame
## Not run:
if(interactive()){
#EXAMPLE1
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.