Description Usage Arguments Value Author(s) See Also Examples
Retrieves the exact mass of the uncharged molecule. It works directly from
the SMILES and therefore is used in the MassBank workflow
(mbWorkflow
) - there, all properties are calculated from the
SMILES code retrieved from the database. (Alternatively, takes also the
compound ID as parameter and looks it up.) Calculation relies on Rcdk.
1 |
cpdID_or_smiles |
SMILES code or compound ID of the molecule. (Numerics are treated as compound ID). |
retrieval |
A value that determines whether the files should be handled either as "standard", if the compoundlist is complete, "tentative", if at least a formula is present or "unknown" if the only know thing is the m/z |
mode |
|
Returns the exact mass of the uncharged molecule.
Michael Stravs
1 2 | ##
findMass("OC[C@H]1OC(O)[C@H](O)[C@@H](O)[C@@H]1O")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.