findMz(cpdID, mode = "pH", ppm = 10, deltaMz = 0, retrieval="standard")
findRt(cpdID)
findSmiles(cpdID)
findFormula(cpdID, retrieval="standard")
findCAS(cpdID)
findName(cpdID)
findLevel(cpdID, compact=FALSE)
pH
(positive H) specifies [M+H]+,
pNa
specifies [M+Na]+, pM
specifies [M]+,
mH
and mFA
specify [M-H]- and [M+FA]-,
respectively. (I apologize for the naming of pH
which has
absolutely nothing to do with chemical pH values.)findLevel
, returns the "retrieval" parameter used for many functions
within RMassBank if TRUEfindMz
will return a list(mzCenter=, mzMin=, mzMax=)
with the molecular weight of the given ion, as calculated from the SMILES
code and Rcdk.findRt
, findSmiles
,findCAS
,findName
will return
the corresponding entry from the compound list. findFormula
returns
the molecular formula as determined from the SMILES code.
findMass
, loadList
, findMz.formula
## Not run: %
# findMz(123, "pH", 5)
# findFormula(123)
# ## End(Not run)
Run the code above in your browser using DataLab