powered by
Converts SMILES strings from a PubChem table to a `ChemmineR` SDF object.
pc_to_chemminer(x, smiles_col = "CanonicalSMILES")
A `ChemmineR` SDF object.
Input table or `PubChemResult`.
Column with SMILES strings.
Requires the optional `ChemmineR` package with an available `smiles2sdf()` function.
names(formals(pc_to_chemminer)) if (FALSE) { ex_tbl <- tibble::tibble(CanonicalSMILES = "CCO") sdf <- pc_to_chemminer(ex_tbl) class(sdf) }
Run the code above in your browser using DataLab