Converting Smiles To Iupac Chemical Name?
4
5
Entering edit mode
11.8 years ago
dimkal ▴ 730

Does anybody know of of an open source tool which can convert chemical SMILES to IUPAC name?

So for example, if i have a chemical structure for aspirin, i can convert it to a SMILES string [O=C(Oc1ccccc1C(=O)O)C], and can generate a name like: "2-acetoxybenzoic acid"?

• 45k views
ADD COMMENT
2
Entering edit mode
11.8 years ago
cdsouthan ★ 1.9k

Both PubChem and ChemSpider have all three (and more) in their record structures (name, synonyms, IUPACs SMILES and InChIs). so from their web services options you should be able to convert.

Alternatively you could uploading names to chemicalize or try the Cactus NIH Chemical Identifier Resolver

http://www.chemicalize.org/

http://cactus.nci.nih.gov/chemical/structure

But why do you want to go SMILES > IUPAC when most folk want to go the other way ?

ADD COMMENT
1
Entering edit mode

thanks for your answer. do you happen to know what they're using in the backend to generate this?

I'm making an application that while you sketch a molecule it'll give you its chemical name... also i'd like to make an educational tool that would make chemical nomenclature easy to study.

ADD REPLY
1
Entering edit mode

Check out http://www.xemistry.com/edit/frame.html. A freely accessible online structure editor which includes lookup of names from PubChem (plus access to dozens of other Internet structure databases).

ADD REPLY
1
Entering edit mode
11.8 years ago
Rm 8.3k

check chemAxon Forum : https://www.chemaxon.com/forum/ftopic7844.html

ADD COMMENT
0
Entering edit mode

thanks for the comment, i also saw this post. However I was looking for an open source solution, so I can use it in another project. I updated the question to make this clear. thanks for your answer though.

ADD REPLY
0
Entering edit mode
11.8 years ago
wdiwdi ▴ 380

If 'free-for-academic-use' is good enough for you, here is a script fragment to do this with the Cactvs Chemoinformatics Toolkit www.xemistry.com/academic):

cactvs>ens get O=C(Oc1ccccc1C(=O)O)C E_IUPAC_PREFERRED_NAME
2-acetyloxybenzoic acid

Or directly from the cpd name:

cactvs>ens get [ens create 'aspirin'] E_IUPAC_PREFERRED_NAME
2-acetyloxybenzoic acid

Internally, this uses PubChem, so it is not an ab-initio name generator which also works with compounds not in a database.

There are also other properties which retrieve the other standardized name variants of a compound stored in PubChem, as well as a way to retrieve all names from the NCI resolver.

PubChem uses OpenEye software to compute the names.

ADD COMMENT
0
Entering edit mode

I have installed cactvstools but can't find the executable. :)

ADD REPLY
0
Entering edit mode
11.8 years ago

A very long time ago, I started a framework for the Chemistry Development Kit. It had a few naming rules, but nothing substantial. Source code for IUPAC naming is still an important component missing in the arsenal of open cheminformatics functionality :(

ADD COMMENT

Login before adding your answer.

Traffic: 1468 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6