InChI Tag: Python
Andrew P. Cornell, Robert E. Belford Chemistry Department, University of Arkansas at Little Rock, Little Rock, Arkansas 72204 Abstract Many individual chemicals have a specific page on Wikipedia that will give information about the use, manufacture and properties of that chemical. The properties that are displayed off to the […]
Andrew P. Cornell, Robert E. Belford Chemistry Department, University of Arkansas at Little Rock, Little Rock, Arkansas 72204 Abstract In this tutorial, a program written in Python will take a user specified chemical name and retrieve the associated chemical identifier or basic property using an online chemical database. This […]
Andrew P. Cornell, Robert E. Belford Chemistry Department, University of Arkansas at Little Rock, Little Rock, Arkansas 72204 Abstract ChemSpider offers many methods in which to access online data through web API (Application Programming Interface) interactions.1 This tutorial will explain how to write a few simple lines of code […]
This RDKit InChI Calculation with Jupyter Notebook tutorial is useful to teach the basics of how to interact with InChI using a cheminformatics toolkit in a Jupyter Notebook. The notebook has the following learning objectives: Setup RDKit with a Jupyter Notebook Construct a molecule (RDKit molecular object) from a SMILES […]