powered by
Convert a SMILES to InChI
cs_smiles_inchi(smiles, verbose = TRUE, ...)
character, A SMILES string
logical; should a verbose output be printed on the console?
currently not used.
A SMILES string
This is a low level function. Please see cs_convert for the top level function.
cs_convert
# NOT RUN { # might fail if API is not available smiles <- "CN1CC[C@]23[C@H]4C=C[C@H]([C@H]3Oc3c(ccc(C[C@H]14)c23)O)O" # convert smiles to inchi cs_smiles_inchi(smiles) # }
Run the code above in your browser using DataLab