How to remove all charges from SMILES?
1 answer
SMIRKS have been proposed and you can have a look at this CDK-based code. Keep in mind that some compounds cannot be neutralized without introducing salt counter-ions, such as is the case with R[N(CH3)3]+ groups.
• 0 views
•
link
Log in to answer this question.
What is
smilesfor those of us who have not heard of this before?SMILES is a way to represent chemical molecules using simple typographical/printable characters. It is widely used in chemistry. For example, benzene ring
will be written as c1ccccc1. More details here at Daylight page.