Description Usage Arguments Details Value Author(s) References See Also Examples
View source: R/createMassBank.R
Creates a MOL file (in memory or on disk) for a compound specified by the compound ID or by a SMILES code.
1 | createMolfile(id_or_smiles, fileName = FALSE)
|
id_or_smiles |
The compound ID or a SMILES code. |
fileName |
If the filename is set, the file is written directly to disk using the specified filename. Otherwise, it is returned as a text array. |
The function invokes OpenBabel (and therefore needs a correctly set
OpenBabel path in the RMassBank settings), using the SMILES code retrieved
with findSmiles
or using the SMILES code directly. The current
implementation of the workflow uses the latter version, reading the SMILES
code directly from the MassBank record itself.
A character array containing the MOL/SDF format file, ready to be written to disk.
Michael Stravs
OpenBabel: http://openbabel.org
1 2 3 4 5 | # Benzene:
## Not run:
createMolfile("C1=CC=CC=C1")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.