Learn R Programming

erah (version 1.0.0)

findComp: Find a Compound

Description

Finds compounds in the MS library by Name, CAS or chemical formula.

Usage

findComp(name = NULL, id.database = mslib, CAS = NULL, 
chem.form = NULL)

Arguments

name
The name of the compound to be found.
id.database
The mass-spectra library to be compared with the empirical spectra. By default, the MassBank - Mass Bank of North America (MoNa) database are employed (mslib object).
CAS
The CAS number of the compound to be found.
chem.form
The chemical formula of the compound to be found.

Value

  • findComp returns an S3 object:
  • DB.IdThe identification number of the library. Each metbolite in the reference library has a different DB.Id number.
  • Compound NameCompound Name.
  • CASCAS number
  • FormulaChemical Formula.

See Also

compInfo

Examples

Run this code
# finding proline

findComp("proline")

# be careful, exact matches are not supported, 
# as well as different names like these cases:

findComp("L-proline (2TMS)")

# or

findComp("proline 2")

Run the code above in your browser using DataLab