compInfo | R Documentation |
Displays basic information of a compound in the MS library.
compInfo(comp.id, id.database = mslib)
comp.id |
The DB.Id number of the compound. |
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). |
Returns details on a given compound such as the synonyms, CAS, KEGG, retention index, among others.
findComp
# finding proline
findComp("proline")
# we see that proline 2TMS has the DB.Id number 42, then:
compInfo(42)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.