Description Usage Arguments Value Author(s) Examples
Computes the exact mass of each compound given.
1 | exactMass_OB(obmolRefs)
|
obmolRefs |
A list of OBMol references ( of class '_p_OpenBabel__OBMol') representing the compounds. |
A vector of mass values.
Kevin Horan
1 2 3 4 5 | ## Not run:
molRefs = forEachMol("SMILES","C1CCCCC1\ttest-compound-name",identity)
exactMass_OB(molRefs)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.