Scaffold Graph Adapter

Common Scaffolds around molecule datasets is becoming very common to find basically a lowest common denominator. Luckily, there is a tool from the University College London that accomplishes just that. The ScaffoldGraph:

Import Package

from global_chem import GlobalChem
from global_chem_extensions import GlobalChemExtensions

gc = GlobalChem()
cheminformatics = GlobalChemExtensions().cheminformatics()

Connect the ScaffoldGraph Adapter

Install the additional Scaffold Graph Visualizer Adapter

Fetch Node Data and Create the Scaffold Graph with IUPAC/SMILES

Last updated