Hi,
I am looking for a way or function in R programming language to edit the molecule in mol format. For my purpose, I am following following steps
1. Read the smiles from a file by line operation.
2. Parse the smiles into SDF/ mol using fuction from ChemminR
3. look for a specific SMART pattern in the read molecule using function from rcdk package.
4. Now I want to delete a specific bond based on the above pattern match, but don't know how to do it in R.
Someone please help me.
Thanks!