3. Generating InChIKeys for IUPAC names



Recipe Overview
Reading Time
15 minutes
Executable Code
Yes
Difficulty
Generating InChIKeys for IUPAC names
FAIRPlus logo
Recipe Type
Hands-on
Audience
Maturity Level & Indicator
hover me Tooltip text

3.1. Main Objectives

The main purpose of this recipe is:

To take an IUPAC name and generate an InChIKey


3.1.1. Using the OPSIN website

The OPSIN library is an open source tool to parse IUPAC names into chemical graphs 1.

3.1.2. Automating translations with Google Colab

Google Colab allows us to use Python to automate conversions of IUPAC names. In Google Colab we can use Bacting 2 to access the OPSIN library.

Similarly, InChIKeys can be generated:

groovy inchikeys.groovy -f foo.sdf

3.2. Conclusion

3.3. References

3.4. Authors