powered by
Convert a InChIkey to a Molfile
cs_inchikey_mol(inchikey, parse = TRUE, verbose = TRUE, ...)
character, A InChIKey.
should the molfile be parsed to a R object? If FALSE the raw mol is returned as string.
FALSE
logical; should a verbose output be printed on the console?
currently not used.
If parse = FALSE then a charactersting, else a RMol-object (from parse_mol)
parse_mol
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 tric_mol <- cs_inchikey_mol('BQJCRHHNABKAKU-KBQPJGBKSA-N') tric_mol cs_inchikey_mol('BQJCRHHNABKAKU-KBQPJGBKSA-N',parse = FALSE) # }
Run the code above in your browser using DataLab