Entering edit mode
Dear all,
I am trying to combine multiple .mol files into a single .sdf file in R. Since there are no smiles, inchi, and inchikey information in the .mol files, I would also like to add these information in the final .sdf file. I know that it can be easily achieved via cmd openbabel with the following code: obabel *.MOL -O result.sdf --add cansmi InChI InChIKey
I am thinking how can I achieve this in R via ChemmineR?
thanks in advance.
Best, Sukis