Description Usage Arguments Value Author(s) See Also Examples
View source: R/ChemicalCuration.R
A small wrapper function to calculate the molecular formula from SMILES with the rcdk, as recommended. Note: current version does not handle labelling.
1 | MolFormFromSmiles.rcdk(smiles)
|
smiles |
Valid SMILES code used to calculate the formula. |
Returns the molecular formula only (the rcdk
function contains additional text).
Emma Schymanski <emma.schymanski@uni.lu>
parse.smiles
, get.mol2formula
, MolFormFromInChI
.
1 | MolFormFromSmiles.rcdk("OC(=O)C")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.