View source: R/Function_massquery.R
massquery | R Documentation |
get molecular formula predictions from http://chemcalc.org
massquery( mz, range = 0.01, ppm = 5, elem = "C0-100H0-202N0-10O0-10F0-3Cl0-3Br0-1", charge = 1, IntegerSaturation = FALSE, minUnsat = 0, maxUnsat = 40 )
mz |
m/z value |
range |
maximum absolute error |
ppm |
maximum relative error in ppm |
elem |
String containing information on which elements are allowed for prediction |
charge |
charge state (positive or negative integer) |
IntegerSaturation |
if true, only allows full integers for unsaturation |
minUnsat |
minimum unsaturation |
maxUnsat |
maximum unsaturation |
ChemCalc: a building block for tomorrow’s chemical infrastructure. Patiny, Luc; Borel, Alain Journal of Chemical Information and Modeling 2013.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.